Problem Accessing Application if deployADF application to standaloneOC4J

I just tried to do the OBE Jdeveloper sample Deploying J2EE and ADF Applications
Everything worked fine with deploying to a stand alone OC4J including the last point to deploy ADF view controller project from a WAR file.according to Jdeveloper log
Use the following context root(s) to test your web application(s):
http://jp:8888/adfapp
Elapsed time for deployment: 33 seconds
---- Deployment finished. ---- 14 nov. 2004 14:09:21
However when I try the above url I get an HTPP 403 not authorized (i logged on Windows 2K as an oracle admin as I usually do)
Don't see the reason of it.
Application has its own logging procedure.
Thanks.

Hi Karthik,
I followed the article that you mentioned. Now I am getting another exception
com.iplanet.portalserver.session.SessionException: Can't find resource for base name iwtNaming, locale en_US
     at java.lang.Throwable.fillInStackTrace(Native Method)
     at com.iplanet.portalserver.session.SessionException.<init>(SessionException.java:30)
     at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:564)
     at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:545)
     at com.iplanet.portalserver.session.Session.getSession(Session.java:440)
     at wisper.servlets.security.WisperMainSrv.defaultAction(Compiled Code)
     at wisper.servlets.security.WisperMainSrv.doGet(WisperMainSrv.java:47)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(Compiled Code)
     at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compiled Code)
     at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Compiled Code)
     at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
     at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
     at com.kivasoft.thread.ThreadBasic.run(Native Method)
     at com.kivasoft.thread.ThreadBasic.run(Native Method)
     at com.kivasoft.thread.ThreadBasic.run(Native Method)
     at com.kivasoft.thread.ThreadBasic.run(Native Method)
     at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
     at java.lang.Thread.run(Compiled Code)
What could be the reason ?
Cheers,
Brijesh

Similar Messages

  • Problems accessing application when using SmartView

    Hi friends,
    Getting the below error while connecting to applications using smart view.Any suggestions could be of very helpful.
    Unable to access the application when using SmartView. The user has access to the application DB however:
    Either user doesn't get authenticated at all or he gets the following error message:
    Cannot open cube view. Analytic Server Error (1051025): User joseph is not permitted to access application 8_RPT
    Regards.

    You need to provision in Shared Services the user 'Joseph' to have access to the 8_rpt application.

  • Problem Accessing Application Express

    Hi All,
    I have installed Oracle 11g and Apex 3.2.
    After that I tried to access apex admin console using url: http://server:8080/apex/apex_admin
    If I try to open the page with IE and when used id : admin and its password is entered and pressed login, an error "Object expected, code 0" is generated.
    With Firefox I can see more detail error "doSubmit is not defined.
    Please help.
    Regards
    Rana

    Hey I'm having the same problem, but I may be a little confused.
    I had 11g installed with Apex 3.0 so I upgraded it to 3.2.1 by using the complete installation. So when the install guide says "Run apex_epg_config.sql passing the file system path to the base directory where the Oracle Application Express software was unzipped", I should point to the Oracle home location where my db is installed...right?
    Assuming this is correct, I ran the script but the apex/images folder is still missing the apex_..._.js files mentioned before. All the image files are there but when I try to login nothing happens. Are those js files supposed to be there? Any ideas?

  • Locking problems accessing applications on a network drive post upgrade

    I recently upgraded to Windows 7 and JDeveloper 11.1.2.0.0
    After the upgrade, every time I open an application on a network drive and navigate into one of the projects, I get the following error.
    SEVERE: Unable to open environment /H:/dev/wssEmployer_6-22/.data/
    com.sleepycat.je.EnvironmentLockedException: (JE 3.3.98) A je.lck file exists in H:\dev\wssEmployer_6-22\.data\00000019 The environment can not be locked for single writer access.Any information I find on the forums regarding this package involves using it in development. Has anyone else seen this? Is there something I have to do on my machine or network to make this work?
    Thanks

    Actually, it seems to have been a problem with Novell for some reason. Our sys admin created a new network drive to store the working copy on, and this error stops. Thanks for the reply though.

  • Problem accessing application from portal

    I am trying to access an application running on iAS 6 SP2 from iPS 3.0 SP4. App server and the portal server are running on two diff Solaris machines.I am using URL Scrapper. In the application I am trying to get the portal session :
    Session lPortalSession          = null;
    SessionID lsid               = null;      
    lsid           = new SessionID(req);
    lPortalSession      = Session.getSession( lsid );
    But it's throwing me the exception :
    com.iplanet.portalserver.session.SessionException: Invalid service host name
         at java.lang.Throwable.fillInStackTrace(Native Method)
         at om.iplanet.portalserver.session.SessionException.<init>(SessionException.java:30)
         at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:564)
         at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:545)
         at com.iplanet.portalserver.session.Session.getSession(Session.java:440)
         at wisper.servlets.security.WisperMainSrv.defaultAction(Compiled Code)
         at wisper.servlets.security.WisperMainSrv.doGet(WisperMainSrv.java:47)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compiled Code)
         at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Compiled Code)
         at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
         at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
         at java.lang.Thread.run(Compiled Code)
    Note : I am able to get the portal session in the application if both the servers(iAS & iPS) are on the same solaris m/c.
    Think I have missed some setting on the portal.Any clue ?
    Thanks

    Hi Karthik,
    I followed the article that you mentioned. Now I am getting another exception
    com.iplanet.portalserver.session.SessionException: Can't find resource for base name iwtNaming, locale en_US
         at java.lang.Throwable.fillInStackTrace(Native Method)
         at com.iplanet.portalserver.session.SessionException.<init>(SessionException.java:30)
         at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:564)
         at com.iplanet.portalserver.session.Session.getSessionServiceURL(Session.java:545)
         at com.iplanet.portalserver.session.Session.getSession(Session.java:440)
         at wisper.servlets.security.WisperMainSrv.defaultAction(Compiled Code)
         at wisper.servlets.security.WisperMainSrv.doGet(WisperMainSrv.java:47)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(Compiled Code)
         at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compiled Code)
         at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Compiled Code)
         at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
         at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Native Method)
         at com.kivasoft.thread.ThreadBasic.run(Compiled Code)
         at java.lang.Thread.run(Compiled Code)
    What could be the reason ?
    Cheers,
    Brijesh

  • Problem accessing Application Ejb Jar files from Apache Axis jars

    I have deployed an EAR application, with a structure as shown below,
    MyApp.ear
    |____ MyApp_Ejb.jar
    |____ axis.war
    |_____ WEB-INF
    |_____ lib (This contains all axis specific jars)
    The application deploys just fine. But when i goto happyaxis.jsp and try to view all the web services that have been deployed. I get an exception "No provider type matches QName '{http://xml.apache.org/axis/wsdd/providers/java}SDL".
    Here SDL is a custom provider that i have written and all the required files for the provider are available in MyApp_Ejb.jar.
    I do not get as to why the axis.jar is not able to find classes in MyApp_Ejb.ear, when both these are in the same ear.
    Now i know i can add a utility jar to a war files classpath by adding a classpath line in the War file MANIFEST.MF. But since MyApp_Ejb.jar is defined as a Web Module this solution too doesnt help.
    Separating the provider related files from MyApp_Ejb.jar is not possible since there is too much dependance of other files within that jar.
    So i am looking for a solution where in i can continue to have MyApp_Ejb.jar as my ejb module as well as the axis related jars can find the required classes within MyApp_Ejb.jar. some way of sharing the ejb jar across to axis jars.
    Thanks in advance.
    Vicky

    I have deployed an EAR application, with a structure as shown below,
    MyApp.ear
    |____ MyApp_Ejb.jar
    |____ axis.war
    |_____ WEB-INF
    |_____ lib (This contains all axis specific jars)
    The application deploys just fine. But when i goto happyaxis.jsp and try to view all the web services that have been deployed. I get an exception "No provider type matches QName '{http://xml.apache.org/axis/wsdd/providers/java}SDL".
    Here SDL is a custom provider that i have written and all the required files for the provider are available in MyApp_Ejb.jar.
    I do not get as to why the axis.jar is not able to find classes in MyApp_Ejb.ear, when both these are in the same ear.
    Now i know i can add a utility jar to a war files classpath by adding a classpath line in the War file MANIFEST.MF. But since MyApp_Ejb.jar is defined as a Web Module this solution too doesnt help.
    Separating the provider related files from MyApp_Ejb.jar is not possible since there is too much dependance of other files within that jar.
    So i am looking for a solution where in i can continue to have MyApp_Ejb.jar as my ejb module as well as the axis related jars can find the required classes within MyApp_Ejb.jar. some way of sharing the ejb jar across to axis jars.
    Thanks in advance.
    Vicky

  • Problem in accessing application server file using open dataset

    Hi All,
    I am trying to access application server file using open dataset command, its working fine for normal path which imention. But when i am giving path of XI server file, its not working. How to access XI server file using open dataset. Please let me know.
    Thanks in advance.
    Regards,
    Vishal

    Hi Vishal,
    You need to verify if the location where you are trying to save the file is in the same server of SAP. In case that the location is in other server you need to map that directy into the same server of SAP.
    You need to point always to a location in the same server of SAP, in order that the open dataset could work.
    Regards,
    Eric

  • Problem with Application Login after upgrading to Oracle 11g

    I have a home-grown application with Oracle 10g database running under Windows XP Pro. Recently, I installed Oracle 11g and imported the application database from 10g to 11g (still want to keep the 10g running for a while). However, I now having problem with the application logging into the new 11g database. (Keep getting invalid user/name message).
    BTW, I have no problem accessing the 11g database through SQLPlus (logging in with the same name and password that I use for the application), and the connection test of NetManager (again using the same name and password that I use for the application) was successful.
    The application itself uses the old Borland BDE (Borland Database Engine) to access the 10g and 11g database. Testing confirms that BDE can access Oracle 11g with no problems.
    Any idea about the probable cause(s) of the problem?
    Thanks in advance,
    sg2000

    11g by default is case sensitive username/password.
    You can disable that with setting parameter SEC_CASE_SENSITIVE_LOGON to false.
    SQL> SHOW PARAMETER SEC_CASE_SENSITIVE_LOGON
    SQL> ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE;

  • 'Unable to access application'-Error in ACC-installation

    Dear Gurus,
    I started an adaptive computing controller 1.0 SP8 installation. In phase 5 - Start J2EE Engine for Online deployment- it ran into an error:
    Unable to access application $(DIR_EXE_ROOT)/run/startsap. No such file or directory.
    I used the AL11- transaction to check the variable, but it seemed to be alright. (I also suppose it was used properly before during the installation). The run- directory with the startsap in it is also at the right place, so I cannot realize the problem.
    Any ideas or possible solutions are heartly welcome!
    Greets,
    Maike

    Hi Maike,
    what OS are you installing on? This looks like the environment variable is not correctly set ...
    Just for your information. The Adaptive Computing Controller 7.1 is planned to go into GA end of July.
    Kind regards
    Gunther

  • Nokia 5610 Xpress Music - Problem with Application...

    Hi all..
    I have a problem in my Nokia 5610 Xpress Music.
    I can't access Applications! When I enter an application, a message says:"supportive file. nothing to display". However, I can enter some of the 'Applications' from the 'Go to' button in the stand by screen. My 'Calculator' has disappeared from my Organizer.
    If anyone helps to solve this problem, it would be highly appreciated. Thanks in advance.
    Regards,
    musicsick2000.

    Most of us here are just nokia users like you or anybody else who asks a problem here and seeks a solution.We are not professionals,and only try to help others.
    Now, in this present case: For an instance,The calculator has disappeared. It is a part of firmware which cannot be edited.If it was a symbian phone then there was a possibility of developing a patch.But, with s40's the only option you have is to go for an firmware upgrade,if you can do it by yourself then well enough.Otherwise you need to visit the care center where you can get your firmware updated or get a stable firmware which has a calculator.
    Was this post of some help? Click 'Kudos' star on the right hand side of this post. Your gesture will be highly appreciated!

  • Where do I access Applications on my iPhone 5S?

    Where do I access Applications on my iPhone 5S?

    Thanks.  I'm trying to follow some advice from another forum posting re what to do when your Mac won't load photos from your iPhone.  The forum advice was to refresh the iPhone (which I did) and then go to Applications and hit Reset Sync or something like that.  So I'm stuck not knowing how to get past Applications.
    I think the real problem is that there is a feature on my iPhone that isn't allowing my Macbook Air access to the phone.  Sometimes when I connect it to a computer to charge I get a popup msg on the phone asking if I want to allow access.  I'd like to figure out how to access that option and select "yes" but the popup isn't appearing when I connect to my Mac.

  • Having network profiles is causing so many problems with applications

    Perhaps someone could explain this to me, because i must be doing something wrong.
    We have 10.4.6 client machines, and a 10.4.6 server. They login and their profiles are on the server and accessed via AFP, ok all is well there.
    But ever since Tiger (Panther never had this problem) having network profiles causes so many problems with applications. Here are just some examples:
    1. MS Office 2004 programs will sometimes say all the system fonts are corrupted when they are not. The only way to fix this is to log the user out and delete the Microsoft preferences folder from their network profile from the server. Doing it from the client doesn't work unless you get them to logon in safe boot.
    2. Office 2004 will also randomly not save documents or autorecovery files, claiming that "too many files are open" or that the disk is full, when their profiles have 100s of megabytes left.
    3. Safari will randomly stop working. When you load up Safari it will load up websites all distorted, and then eventually give up and force quit. The only way to fix this is...again deleting the Safari preferences from the server whilst the client is logged off.
    4. Adobe Photoshop files will randomly corrupt, causing "End of file" errors when files are opened.
    Now i've narrowed it down to the basic fact that the clients are using network profiles via AFP. I've experimented them logging onto the server and using local profiles and the programs all work perfectly. My setup is exactly the same as it was on Panther, and panther had none of these problems.
    Surely i am not the only one who is experiencing this?

    Do you have the "Inherit Permissions" option via POSIX access enabled for the home directory share point? If so, disable it, as home directories need standard POSIX permissions.
    I've seen some problems with third-party applications - namely Adobe CS2 - when using network homes mounted via AFP. Others have reported problems with Office 2004. There are other oddities, even observable in the Finder, mostly due to changes that enabled metadata (Spotlight) for AFP. However, never have I seen Apple applications like Safari not work correctly with network homes; thus, there might be another problem here.
    I'd check the filesystems for all volumes on the server using Disk Utility and repair any damage found.
    You may want to consider using Portable Homes for better compatibility with Office 2004 (unfortunately).
    --Gerrit

  • OC4J_EM status is Init... can't access application

    Apps. 10.2.0.1 on Solaris 10
    unable to access application when I check "opmnctl status" found OC4J_EM status is Init...
    output is following.
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 998 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 999 | Alive
    OC4J | OC4J_EMPROV | 1000 | Alive
    OC4J | OC4J_EM | 2407 | Init
    WebCache | WebCache | 1002 | Alive
    WebCache | WebCacheAdmin | 997 | Alive
    I already tried "opmnctl stopall" and "opmnctl startall" and reboot node as well, but same problem.
    any suggestions?

    thanks Martin,
    I found artical on metalink. 413173.1 regarding this.
    actually sysman account was locked (Timed). in 10.2.0.1 and in later version as well if you try to establish a connection and hit many times then sysman account locked. after changing password and unlocking account problem solved.
    Cheers,

  • Unable to access applications in workspace,shared services

    Hi ,
    I am Unable to access applications in workspace and shared services on EPM 11.1.1.3. It happened after normal shutdown/startup scripts were run.
    But when I reconfigure the Weblogic web server and run the services again I can access the applications.This is happening frequently now.
    Is this anything related to user profiles on the server as we are migrating these to other server.
    Can any one help me with this .
    Please find the Shared services log below:
    <22-Oct-2010 10:25:19 o'clock BST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    D:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;D:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;D:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;D:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
    <22-Oct-2010 10:25:21 o'clock BST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-windows-ia32 from BEA Systems, Inc.>
    <22-Oct-2010 10:25:25 o'clock BST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    <22-Oct-2010 10:25:29 o'clock BST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://localhost:7001.>
    <22-Oct-2010 10:25:29 o'clock BST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <22-Oct-2010 10:25:29 o'clock BST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : D:\bea\license.bea>
    <22-Oct-2010 10:25:29 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <22-Oct-2010 10:25:29 o'clock BST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <22-Oct-2010 10:25:30 o'clock BST> <Notice> <Log Management> <BEA-170019> <The server log file D:\Hyperion\deployments\WebLogic9\servers\SharedServices9\logs\SharedServices9.log is opened. All server side log events will be written to this file.>
    <22-Oct-2010 10:25:47 o'clock BST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <22-Oct-2010 10:25:57 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <22-Oct-2010 10:25:57 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    log dir isD:\Hyperion\logs\SharedServices9
    urlManifest zip:D:/Hyperion/deployments/temp/servers/SharedServices9/tmp/_WL_user/interop/tthmcu/war/WEB-INF/lib/interop-mmc.jar!/META-INF/MANIFEST.MF
    Shared Services Version: 11.1.1.3.24
    Shared Services Drop Number: 6
    Attempting to verify the database configuration
    Attempting to verify the database configuration
    Database configuration test passed.
    22 Oct 2010 10:26:38 - org.apache.slide.common.Domain - INFO - Auto-Initializing Domain
    22 Oct 2010 10:26:38 - org.apache.slide.common.Domain - INFO - Configuration found in classpath
    22 Oct 2010 10:26:38 - org.apache.slide.common.Domain - INFO - Domain configuration : {org.apache.slide.lock=true, org.apache.slide.versioncontrol=true, org.apache.slide.debug=false, org.apache.slide.search=true, org.apache.slide.security=true, org.apache.slide.urlEncoding=UTF-8, org.apache.slide.domain=D:/Hyperion/deployments/WebLogic9/SharedServices9/config/Domain.xml}
    configURL: file:///D:/Hyperion/deployments/WebLogic9/SharedServices9/config/CSS.xml
    Done initialize: com.hyperion.css.CSSAPIImpl@283baf
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@27efaa
    connection pool registered:dbcpPool-org.apache.commons.pool.impl.GenericObjectPool@454a3b
    CMSOfflineServlet Initialized
    Adding audit listener
    Shared Services Initialized Successfully
    <22-Oct-2010 10:26:56 o'clock BST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <22-Oct-2010 10:26:56 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <22-Oct-2010 10:26:56 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <22-Oct-2010 10:26:57 o'clock BST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias hyperion from the jks keystore file D:\hyperion_SSL_Repository\hyperion.jks.>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file D:\bea\JROCKI~1\jre\lib\security\cacerts.>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 10.86.57.43:28443 for protocols iiops, t3s, ldaps, https.>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[1]" is now listening on 10.87.248.108:28443 for protocols iiops, t3s, ldaps, https.>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure[2]" is now listening on 127.0.0.1:28443 for protocols iiops, t3s, ldaps, https.>
    <22-Oct-2010 10:26:58 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "127.0.0.1", maps to multiple IP addresses: 10.86.57.43, 10.87.248.108, 127.0.0.1>
    <22-Oct-2010 10:26:58 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "LGWHYPWEB.uk.baa.com", maps to multiple IP addresses: 10.86.57.43, 10.87.248.108, 127.0.0.1>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <WebLogicServer> <BEA-000358> <Started WebLogic Independent Managed Server "SharedServices9" for domain "WebLogic9" running in Production Mode>
    <22-Oct-2010 10:26:58 o'clock BST> <Warning> <Server> <BEA-002611> <Hostname "LGWWEB026.uk.baa.com", maps to multiple IP addresses: 10.86.57.43, 10.87.248.108, 127.0.0.1>
    <22-Oct-2010 10:26:58 o'clock BST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <22-Oct-2010 10:26:58 o'clock BST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <22-Oct-2010 10:27:08 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer LGWHYPWEB.uk.baa.com - 10.86.57.43 instead of an SSL handshake.>
    <22-Oct-2010 10:28:36 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer lgwdbs026.uk.baa.com - 10.86.41.33 instead of an SSL handshake.>
    22-Oct-2010 10:28:38, /files, HEAD, 401 "Unauthorized", 125 ms, %v
    22-Oct-2010 10:28:38, /files, HEAD, 200 "OK", 266 ms, %v
    22-Oct-2010 10:28:40, /files, HEAD, 401 "Unauthorized", 16 ms, %v
    22-Oct-2010 10:28:41, /files, HEAD, 200 "OK", 94 ms, %v
    22-Oct-2010 10:28:42, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:42, /files, HEAD, 200 "OK", 93 ms, %v
    22-Oct-2010 10:28:43, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:43, /files, HEAD, 200 "OK", 94 ms, %v
    22-Oct-2010 10:28:44, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:44, /files, HEAD, 200 "OK", 78 ms, %v
    22-Oct-2010 10:28:45, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:45, /files, HEAD, 200 "OK", 93 ms, %v
    22-Oct-2010 10:28:47, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:47, /files, HEAD, 200 "OK", 78 ms, %v
    22-Oct-2010 10:28:48, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:28:48, /files, HEAD, 200 "OK", 78 ms, %v
    <22-Oct-2010 10:29:40 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer lgwapp026.uk.baa.com - 10.86.51.104 instead of an SSL handshake.>
    <22-Oct-2010 10:30:16 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer lgwapp026.uk.baa.com - 10.86.51.104 instead of an SSL handshake.>
    <22-Oct-2010 10:32:25 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer LGWHYPWEB.uk.baa.com - 10.86.57.43 instead of an SSL handshake.>
    22-Oct-2010 10:32:43, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:32:43, /files, HEAD, 200 "OK", 78 ms, %v
    22-Oct-2010 10:32:44, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:32:44, /files, HEAD, 200 "OK", 63 ms, %v
    22-Oct-2010 10:32:45, /files, HEAD, 401 "Unauthorized", 0 ms, %v
    22-Oct-2010 10:32:45, /files, HEAD, 200 "OK", 63 ms, %v
    <22-Oct-2010 10:32:46 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer LGWHYPWEB.uk.baa.com - 10.86.57.43 instead of an SSL handshake.>
    <22-Oct-2010 10:34:00 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer LGWHYPWEB.uk.baa.com - 10.86.57.43 instead of an SSL handshake.>
    <22-Oct-2010 10:35:28 o'clock BST> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer LGWHYPWEB.uk.baa.com - 10.86.57.43 instead of an SSL handshake.>
    log dir isD:\Hyperion\logs\SharedServices9
    urlManifest zip:D:/Hyperion/deployments/temp/servers/SharedServices9/tmp/_WL_user/interop/tthmcu/war/WEB-INF/lib/interop-mmc.jar!/META-INF/MANIFEST.MF
    Shared Services Version: 11.1.1.3.24
    Shared Services Drop Number: 6
    Populating Application Info
    Getting LCM callback info from Registry for product: HUB
    LCM Callback: https://LGWWEB026.uk.baa.com:28443/interop/framework/lcm/HSSMigration
    Populating Product Info
    Thanks in advance
    Edited by: 790426 on 25-Oct-2010 06:17

    You must first check if you have configured the web server to include the hfm/planning products.
    Then you can refer to the thread below:
    Not able to see Consolidation Administration
    The latter definitely applies to version 9.3.1, but it could be helpful.

  • Problem with application

    My screen says Adobe 8.0 series encountered a serious problem and application has to be re installed. I do not have the discs in my possession. They are loaded in our office in LA before I was sent the PC. Is there a way that I can re load the application which is installed in my hard drive according to the Control Panel?

    And which operating system? If this is Win 7, you can pretty much forget the matter. It's not compatible and a reinstall won't fix it. For anything lese you might wanan give this a spin:
    Direct Download Links for Adobe Software
    Though then you might just as well download a trial of a current Acrobat XI...
    Mylenium

Maybe you are looking for

  • What are the Synchronisation settings for pc suite...

    i've got the below message appeared on the pc and just wondered what the correct settings should be? cheers Rich Please check your Synchronisation settings and ensure your phone is in the Idle state, then restart the Synchronisation. Nexu 5

  • OSX 10.6.8 to Mavericks

    Hello, I am using a late 2009 Macbook Pro (2.93 GHz Intel Core 2 Duo; 4GB) currently running OSX 10.6.8.  I'm trying to get Mavericks to download and having troubles, which seem similar to other people.  Once Mavericks is downloaded, it returns "this

  • Java.sql.SQLException: Io exception: End of TNS data channel

    Hello folks, Has amyone encountered this exception? If so, could you please shed some light for what might be going wrong? Here is my confuguration: 400MB RAM 1.2GHTz processor Win2K Pro Oracle server 9.0.1 JDBC Thin driver (libs for 9.0.1) Scenario:

  • (( APEX host needed - Suggestions? ))

    July 29, 2010 Hello, I am new to APEX. I am learning APEX with APEX.ORACLE.COM I would like to find an INEXPENSIVE APEX HOST-- that is a GOOD HOST. I would like to spend $10 month. (Maybe $15 or so if necessary.) Is it possible to get a GOOD HOST in

  • Making all Infotype 0033 fields available in an infoset

    Hi. I have an infoset using the logical database PNPCE and I just added infotype 0033 in the Further Infotypes option. The infotype is now displayed but not all the fields I need. I need fields AUS16, AUS17, AUS18, AUS19 and AUS20 to be both Selectio