Get "404 Not Found" after deployment.  How to find out correct URL?

To the experienced:
In preparing to deploy my application, I am using JDeveloper 10.1.3.4 to deploy the application to the standalone oc4j server that is included in JDeveloper. After the deployment, I get the "404 Not Found" error when trying to invoke the application in a browser. The deployment looks OK, becasue the log window in JDeveloper showed no error when running deployment from inside JDeveloper. Therefore I guess the question is how to find out the correct URL to invoke the application. The steps I took in doing the deployment are as follows.
I first installed the standalone oc4j by running the <jdev_home>\jdev\bin\start_oc4j .bat file. The installation is OK because I deployed the SRTutorial applcation and invoked it in a browser successfully.
The WAR file was created by right-clicking the ViewController project and select to create a WAR file. To the application's Context Root its own name, I typed "ZB" in the box for the context root.
Then in ViewController -> Resources, right_click the deployment file (ZBOV.deploy) and chose "Deploy to" the local_standalone_oc4j. The messages in JDeveloper's log window for the deployment are all clean without errors.
I then used this url to invoke the deployed application in a browser:
http://localhost:8888/ZB/faces/staff/login.jspx
But I got an "404 Not Found" error. Right away I tried invoking the SRTutorial application, and it runs fine.
login.jspx is one of the pages for the appllication. In the application navigator, it is located with other files in the ViewController/Web Content/staff folder, therefore I used /staff/login.jspx after ZB/faces.
What could be wrong? If the deployment is actually successful, how to find out the correct url to invoke the application?
Many thanks for your help!
Newman

Hi, Arun,
Thank you for the suggestion. I tried it but got the same error.
I tried it by first undeploying the application using the enterprise manager page (which is also part of the oc4j included in JDeveloper). I select the application and clicked the undeploy link, confirmed that I wanted to remove it. And it was removed.
Then in JDeveloper, I right-clicked the ViewController, and in the properties of the probject selected "J2EE Application" and then selected "Use Custom Settings", then in the "J2EE Web Context Root" box I entered "ZB". Created the deployment profile again, overwriting the existing one, and then right-clicked the ZB.deploy node to deploy to the standalone oc4j on the localhost. And I used the url:
http://localhost:8888/ZB/faces/staff/login.jspx
And I got the same "404 Not Found" error.
There was no error at the time of deployment using the ZB.deploy profile. On the enterprise manager page, the path of the deployed application is given as /C:/jdev10134/j2ee/home/applications/ZB.ear, and the folder of the deployed application is there. Question is: if the deployment is actually OK, can the correct URL be found in some file somewhere in the folder?
All ideas and suggestions are very much appreciated!
Newman

Similar Messages

  • When I try to open, I get 404 Not Found.

    When I try to open Mozilla, I only get 404 NOT FOUND and in a seperate tab some advertising. What is wrong and how do I fix it. I uninstalled Mozilla and re-installed and I still get the same problem.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.3; FunWebProducts)

    Hi,
    It should work.
    You need add your schema name
    your_schema.bs_download_file?p_file_attach_id=#FILE_ATTACH_ID#And grant privilege to execute that procedure for DAD user APEX_PUBLIC_USER or public
    Regards,
    Jari

  • Firefox won't open...keep getting "404 not found" WHY? HELP

    firefox won't open...keep getting "404 not found" WHY? HELP

    The 404 message usually indicates a web page can not be found. If you are seeing that message in Firefox then Firefox is up and running but either having problems connecting to the web or not finding a specific target page. Sometimes the address may be wrong, sometimes the site may not be available.
    Have you written this message whilst using Firefox on another computer ?
    See also the article
    * [[error loading websites]] <-- clickable link --
    On the problem computer, if it is a Windows machine it will probably have Internet Explorer, does that work ok ?
    Is it one particular website you are having a problem with, if so what is that site, and what is the web address as written in the location bar. If it is many pages give at least two examples please.
    Copy and paste the location bar contents into your post
    * Keyboard key '''Ctrl + L''' (press the Control key hold it down than press the L key) that will highlight the location bar content, do that while trying to use the web page
    * '''Ctrl + C''' copies the info to the 'clipboard'
    * change to the message you are writing '''Ctrl + V''' pastes/inserts content at mouse cursor in your message

  • When trying to follow a link in a email, I get "404 NOT FOUND" this is a ligit address...any ideas?

    When I click on a link received by email to complete registration and activate my membership to a Harley forum, I get "404 NOT FOUND" Not Found
    The requested URL /register.php was not found on this server.
    Any ideas what might account for my inability to reach this site? This sort of thing doesn't happen often. Any help or suggestions would be appreciated. Thank you, Paul (debreeze)

    I'm not sure why you believe that I'm running an outdated version of firefox but according to my files I'm running product version 3.6.12. In the support notification I received questioning the file version running on my computer, the link I had a problem with http://www.harleyhowto.com/forum/register.php\ was also included. When I clicked on the link I went directly to the site with no problem. Then I opened the original email containing the same link, clicked and went to 404 NOT FOUND ! I'm going back to the web site and go through the registration process again and keep my fingers crossed hopping it works when they send a new verification email . I will post the outcome, either pos. or neg and may be asking for further help. Thanks, debreeze

  • After deployment got "404 Not Found".  How to find the correct URL?

    To the experienced:
    In preparing to deploy my application, I am using JDeveloper 10.1.3.4 to deploy the application to the standalone oc4j server that is included in JDeveloper. After the deployment, I get the "404 Not Found" error when trying to invoke the application in a browser. The deployment looks OK, becasue the log window in JDeveloper showed no error when running deployment from inside JDeveloper. Therefore I guess the question is how to find out the correct URL to invoke the application. The steps I took in doing the deployment are as follows.
    I first installed the standalone oc4j by running the <jdev_home>\jdev\bin\start_oc4j .bat file. The installation is OK because I deployed the SRTutorial applcation and invoked it in a browser successfully.
    The WAR file was created by right-clicking the ViewController project and select to create a WAR file. To the application's Context Root its own name, I typed "ZB" in the box for the context root.
    Then in ViewController -> Resources, right_click the deployment file (ZBOV.deploy) and chose "Deploy to" the local_standalone_oc4j. The messages in JDeveloper's log window for the deployment are all clean without errors.
    I then used this url to invoke the deployed application in a browser:
    http://localhost:8888/ZB/faces/staff/login.jspx
    But I got an "404 Not Found" error. Right away I tried invoking the SRTutorial application, and it runs fine.
    login.jspx is one of the pages for the appllication. In the application navigator, it is located with other files in the ViewController/Web Content/staff folder, therefore I used /staff/login.jspx after ZB/faces.
    What could be wrong? If the deployment is actually successful, how to find out the correct url to invoke the application?
    Many thanks for your help!
    Newman

    Hi, Arun,
    Thank you for the suggestion. I tried it but got the same error.
    I tried it by first undeploying the application using the enterprise manager page (which is also part of the oc4j included in JDeveloper). I select the application and clicked the undeploy link, confirmed that I wanted to remove it. And it was removed.
    Then in JDeveloper, I right-clicked the ViewController, and in the properties of the probject selected "J2EE Application" and then selected "Use Custom Settings", then in the "J2EE Web Context Root" box I entered "ZB". Created the deployment profile again, overwriting the existing one, and then right-clicked the ZB.deploy node to deploy to the standalone oc4j on the localhost. And I used the url:
    http://localhost:8888/ZB/faces/staff/login.jspx
    And I got the same "404 Not Found" error.
    There was no error at the time of deployment using the ZB.deploy profile. On the enterprise manager page, the path of the deployed application is given as /C:/jdev10134/j2ee/home/applications/ZB.ear, and the folder of the deployed application is there. Question is: if the deployment is actually OK, can the correct URL be found in some file somewhere in the folder?
    All ideas and suggestions are very much appreciated!
    Newman

  • Getting 404 not found error-while creating classic report - after sql query

    my work space - upgrade
    while iam trying to develop a page today in work space - under classic report - after i provided the query and when pressed next to go to report attribuites section - iam facing 404 not found issue.,
    this is happening just today.
    and all teh other pages are working fine - do not know what ios the issue - can anybody help me here please..
    query used for classic report
    select DISTINCT cust.customer,prod.ebs_team
    from
    CUSTOMER_11i@upgrade Cust
    ,BUG_PRODUCTS@upgrade PROD
    where 1=1
    and cust.product_id = prod.product_id
    and prod.prodline = 'EBS'
    and IS_CUST_11 = 'YES'
    and NVL(IS_CUST_121,'NO') = 'NO'
    and NVL(IS_CUST_12,'NO') = 'NO'
    order by 1;
    with regards
    Shiva Prasad.k
    Edited by: user759720 on Feb 14, 2012 5:00 AM

    Hi Shiva,
    to diagnose a 404 error please have a look at http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/
    This should give you sufficient information to find out what is actually failing.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Error 404--Not Found - After Installing Essbase 11.1.2.2

    Hi,
    I have experienced error.
    I have one box of EPM 11.1.2.2, using Windows 2008. After installing Foundation and configuring it, there's no problem at all. I can open workspace and interop as well.
    However I added Essbase, installing and configuring it. But after installing Essbase, I managed to turn on Hyperion Shared Service again, it didn't work.
    The error says:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    What I have done is reconfiguring Shared Service, Essbase also. But no luck at all.
    Does anybody have the clue, please advise. Thanks.

    Hi John,
    I got error like this on the log:
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\audit-client.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\css.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ctg_custom.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ldapbp.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\opencsv-1.8.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\registry-api.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\wlpool.jar>
    <Jun 15, 2012 1:06:19 AM ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Jun 15, 2012 1:06:20 AM ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:06:22 AM ICT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log is opened. All server side log events will be written to this file.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090083> <Storing boot identity in the file: C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\security\boot.properties>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:07:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\AppServer\InstallableApps\Common\aps.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\APS_11.1.2.0\mizf54/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:45 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\SHAREDSERVICES_11.1.2.0\dt7o9d\interop.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:08:10 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:11 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : HTTP
    essbase.properties: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0/bin/essbase.properties
    java System properties -DESS_ES_HOME: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0
    <Jun 15, 2012 1:08:12 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'APS [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    Essbase® Administration Services - Version 11.1.2.2.100.2176
    Copyright © 1991, 2012 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. No portion hereof may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose other than the recipient's personal use, without the express written permission of Oracle.
    US Patent Number 5,359,724
    US Patent Number 6,317,750
    Current time stamp: Fri Jun 15 01:08:14 ICT 2012
    Server started successfully
    Waiting for client requests
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:16 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    **********Getting connection from hub connection pool..Testing JNDI connection....
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SHAREDSERVICES [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'WORKSPACE [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         at com.hyperion.css.CSSSystem.initCSSSystem(CSSSystem.java:318)
         at com.hyperion.css.CSSSystem.getInstance(CSSSystem.java:272)
         at com.oracle.workspace.Repository$PrefsStore.initialize(Repository.java:2917)
         at com.hyperion.bpm.prefs.PrefsServlet.init

  • Why do i keep getting 404 not found nginx/1.0.8

    Need help can not open a game keep getting 404 not found

    its on face book slotomania it goes to the site then changes ?
    I know very little about playing Facebook games, but in general terms, if a site loads at least partially and then suddenly redirects to a different site, it's likely to be a malicious script of some kind that a hacker has managed to get placed on that page.  After it redirects and you see the 404 error, what is shown in the address bar in your web browser?

  • HTTP 404 Not Found (after submit)

    Hi,
    I have search string on a report which submits when enter is pressed. Everytime I press 'Enter' I get the following error message with wwv_flow_accept in the address bar.
    I have read various articles which I was pointed to in this forum http://www.inside-oracle-apex.com/oracle-apex-got-404-not-found-2/
    and got our DBA to restart the apache server and changed the dads.conf as per this link..
    I am now getting the following error:
    Mon, 13 Sep 2010 15:24:14 GMT
    ORA-01036: illegal variable name/number
    DAD name: htmldb
    PROCEDURE : wwv_flow.accept
    URL : http://lpar2:7777/pls/htmldb/wwv_flow.accept
    PARAMETERS :
    ============
    p_flow_id:
    168
    p_flow_step_id:
    1
    p_instance:
    4019921624691793
    p_page_submission_id:
    579629
    p_request:
    P1_REPORT_SEARCH
    p_arg_names:
    156621729460404546
    p_t01:
    CHRISTOPHER CASH
    p_t02:
    Y
    p_t03:
    p_t04:
    IT Department
    checkall:
    on
    /"50/":
    on
    /"49/":
    on
    p_md5_checksum:
    Any advice would be great. I am using apex v3.1.
    Thanks

    Hi Patrick,
    I have a custom JavaScript function which creates checkboxes along the side of a report. Depending on which rows the user wants to see on the print out, they tick the 'check boxes'. The default for the header of the column is called 'checkall' meaning that the user 'unchecks' the records he wants to omit i.e. they are all checked on page load.
    The function for the JavaScript is:
    function SelectAll()
    var chk = document.getElementById('P8CHECKALL');
    var tab = document.getElementById('tab&APP_SESSION.');
    for (var i = 1; i < tab.rows.length; i++) {
    try
    var cell = tab.rows.cells[0];
    var chkstr = cell.getElementsByTagName('INPUT');
    chkstr[0].setAttribute('checked', chk.checked);
    catch(err)
    function BuildSQL()
    var tab = document.getElementById('tab&APP_SESSION.');
    var ids = '';
    for (var i = 1; i < tab.rows.length; i++) {
    try
    var cell = tab.rows[i].cells[0];
    var chk = cell.getElementsByTagName('INPUT');
    var checked = chk[0].getAttribute('checked')
    if (checked == true)
    var id = chk[0].getAttribute('name');
    id = id.slice(2, id.length -2);
    ids = ids + id;
    ids = ids + '|';
    catch(err)
    if (ids.lastIndexOf('|') > 0)
    ids= ids.slice(0, ids.length -1);
    var url = 'f?p=&APP_ID.:8:&SESSION.::NO::P8_QS:' + ids;
    redirect(url);
    which directs the user to a 'print out' screen where they can see the records that they have selected and print them out in a pre-defined format (on P8).
    I am guessing that the search item string (which submits on enter) conflicts with the JavaScript function when submitting.
    I am trying to devise a better way of selecting only the records required without the use of a JavaScript function and I'll try and get up what I have done so far.
    Thanks for your time.
    Chris

  • I cannot search google. i keep getting 404 not found

    i cannot search google. i keep getting 404 not found

    its on face book slotomania it goes to the site then changes ?
    I know very little about playing Facebook games, but in general terms, if a site loads at least partially and then suddenly redirects to a different site, it's likely to be a malicious script of some kind that a hacker has managed to get placed on that page.  After it redirects and you see the 404 error, what is shown in the address bar in your web browser?

  • How to find out the URL for OAM at a new site

    Hi
    if you turn up at a new site, and you only have the oracle / applmgr account password
    to a linux server, how would you go about finding out the URL for OAM ?
    Many thanks

    OAM URL is:
    http://hostname.domain:port/servlets/weboam/oam/oamLogin

  • Can't use punycode domain on azure website. Getting 404 Not Found.

    I attached punycode domain to azure website using powershell (Set-AzureWebsite).
    Domain is shown is azure output of Get-AzureWebsite and in Azure portal.
    But when I try to access website using domain, I'm getting 404 NotFound azure page.
    When I go to azurewebsites.net domain, I see default website page (OK).

    I found a partial answer - moving the index.html file did make the site accessible - but at a more convoluted URL - so I have edited my question and reposted for further clarification!

  • Before i did not have to type a full address for a website to come up, just a key word e.g. "Firefox" would take me to mozilla, "google" would take me to google... now I get "File not Found" and rather have to type a full URL address, why is this?

    File not found
    Firefox can't find the file at jar:file:///C:/Program Files/Mozilla Firefox/omni.jar!/chrome/en-GB/locale/browser-region/region.propertiesgoogle.

    Try this:
    http://www.groovypost.com/howto/how-to/change-firefox-4-address-bar-search-engine-provider/

  • How to find out which URL Category (many) URLs belong to - via script

    Hi,
    It's about AsyncOS7.5 on WSA S360.
    After implementing URL Filtering I have following problem:
    If I'd like to access amazon.de for example, there are plenty of other Web Pages  referenced too.
    Some of them belong to allowed URL Categories and others to forbiden ones which makes the visited URL
    not show up properly.
    Since some times there are about 15 URLs affected I don't like to test each of them with the Policy Tracer
    in order to find out which ones are allowed and care for the others.
    Instead I thought of using a command or a script with a list of  URLs  for a much faster solution.
    Is there any such posibility?
    Thanks
    Jannis

    Hi Jannis,
    If you only would like to find the category of multiple URLs in one go so you can then compare to your policy (so you know which one is allowed and which one is blocked), you can use this portal (Cisco CCO ID is required to log in).
    https://securityhub.cisco.com/web/submit_urls
    Under Lookup or Submit URLs tab you can enter multiple URLs  and select the AsyncOS version to get their categorizations.
    On the scripting side, maybe it can be done outside the WSA so your client will send the request of the multiple URLs to the WSA and WSA returns their categories (with block page or response from WSA).
    Perhaps a scripting master here can add more information to your query.
    Thanks,
    Donny

  • An Enterprise Report Application Server was not found after Deployment

    Post Author: dgindy
    CA Forum: General
    Thanks:
      So I upgrade our internal reports server to Enterprise XI, and adjusted out .Net web application to make.  However, I still get the error listed above.  We have a report application server running and can not find any document online about this problem.  Any ideas?
    Thanks
    D

    Hi Fade,
    Ah, the SDK for CR for VS is not what you want. What you need to do is log into Service Market Place and go to the appropriate download section. The SDK is NOT installed as in previous versions with Crystal Reports Designer, it's a separate download now.
    I assume you are also using CRSE 2013 then so you get the SDK from SMP:
    Then in the list you'll see .NET installer for SP 1 or SP 2, you must use the same patch level as the Server:
    If you don't see this option then please contact your account manager to give you access to SMP and the download section.
    If you are not set up you will not be able to see the above.
    Thanks
    Don

Maybe you are looking for

  • Floating "boxes" applet with drag events need ckick events

    I Have an applet cobbled from the net & modified. Is works but needs one major event added. It draws "Graphics.drawline" boxes with a text "String" inside each box ( the text string represents an URL location). These "boxes" are objects which are "dr

  • Unable to install Oracle 8.1.6

    My machine is Pentium 400 and Win98. when i run the setup installation file, it shows this error - "JRE caused an invalid page fault on JAVAi.dll on ..." can someone please help me? Thanks null

  • Trying to repair Bootcamp but keyboard not working at installation screen?

    Okay so I was a happy little camper, had windows 7 running on bootcamp perfectly and had yosemite installed recently. Bootcamp was running out of space so I created an exFat partition and that's when the past 24 hours of my life have turned into ****

  • Removing Cycles from Graphs

    Hello, is anyone familiar with the problem of removing cycles from a directed graph G? I would like to form a DAG G' where all possible paths that are present in G are still present in G', except that these paths don't have to be infinite (the cycles

  • Generate the Chart in Excel from Java

    Hi All, I have a typical problem that is I want to generate the Excel charts through Java coding dynamically . Now Iam able to create a excel sheet and populating the Data in that,but Iam not able and not even have the Idea how to generate the Chart