Failed to deploy an application because of a bad mail resource reference

Hello.
I use WebLogic 8.1 on Linux, and face a very strange problem with JNDI e-mail resource reference. I would be greatful if anyone could help. Here is the case.
When deploying a simple application I get the exception:
Exception:weblogic.management.ApplicationException:
activate failed for IKRTest-0.1 Module: IKRTest-0.1
Error: weblogic.management.DeploymentException:
Could not setup environment - with nested exception:
[weblogic.deployment.EnvironmentException:
ResourceReference "mail/Session" has no reference set]Though I have set up in the console the mail session resource with JNDI name mail/Session and have restarted the server. That's how it's shown in the domain's config.xml (all the hosts and addresses below are changed):
<MailSession JNDIName="mail/Session" Name="mail/Session"
    Properties="mail.smtp.host=smtp.example.com"
    Targets="myserver"/>In my web.xml I have:
    <resource-ref>
        <description>
            Resource reference to a factory for javax.mail.Session
            instances that may be used for sending electronic mail
            messages, preconfigured to connect to the appropriate
            SMTP server.
        </description>
        <res-ref-name>mail/Session</res-ref-name>
        <res-type>javax.mail.Session</res-type>
        <res-auth>Container</res-auth>
    </resource-ref>Here is the code which tries to utilize the resource:
Context initCtx = new InitialContext();
Context envCtx = (Context) initCtx.lookup("java:comp/env");           
Session session = (Session) envCtx.lookup("mail/Session");
Message message = new MimeMessage(session);
message.setFrom(new InternetAddress("[email protected]"));
InternetAddress to[] = new InternetAddress[1];
to[0] = new InternetAddress("[email protected]");
message.setRecipients(Message.RecipientType.TO, to);
message.setSubject("Concerning IKRTest");
message.setContent("Here I am.", "text/plain");
Transport.send(message)All this worked just fine on Tomcat 5. So I wonder what's the problem on WebLogic. Please give an advice!
Thanks,
Ivan.
Message was edited by ikr at Dec 7, 2004 4:35 AM
Message was edited by ikr at Dec 7, 2004 4:37 AM

Hello,
I have not seen this before but you can try adding the protocol explicitly
mail.transport.protocol=smtp
Also my web app does not seem to have the deployment descriptor <resource-ref/> reffernces try removing those and see what happens.
Cheers,
Hoos

Similar Messages

  • Failed to deploy web application with same name twice

    Hello-
    On Oracle 10g Application server I deployed an WAR file called "anbadmin", then undeployed it. The undepoloyment failed from the OEM so I undeployed it manually via removing its entries from server.xml.
    When I tried to deploy it again with the same name I got this:
    Failed to deploy web application "anbadmin". Failed to deploy web application "anbadmin". . The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoSuchMethodError
    null. java.lang.NoSuchMethodError
    Is there a solution for this?
    Regards

    I think I know the solution. We encountered exactly same message and no further deployment could be made. It appeared message in "dcmctl" utility was much more helpfull than the one in EM (though you still have to use "getError" command...)
    If you are using file-based repository, you have to issue command in dcmctl utility "resetFileTransaction". This closes repository and opens it again.
    Myrra

  • Fail to Deploy to Application Server

    Hi Gurus
    I am trying to install and config the Financial Reporting Studio 11.1.2.2.
    I am now at the configuration stage where I failed to deploy to the application Server for Reporting and Analysis and Financial Reporting.
    Did anyone encountered this before?
    Your help is very much appreciated!
    KS

    Which OS, which components are you trying to deploy for RAF,  RAF web app and FR or are there ohers, if so have you tried with just RAF, if you still have issues then the config logs are the next place to check.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • BEA OSB: failed to deploy simple application on Workshopr?

    installed 10.3 OSB on windows server.
    when deploying Hello world application from the workshop on Weblogic server have the following error:
    Publishing failed
    Module named 'myprojectEAR' failed to deploy. See Error Log view for more detail.
    Deployment Manager with URI, 'deployer:WebLogic:localhost:7001' and user, 'weblogic' cannot be created.
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    Module named 'myprojectEAR' failed to undeploy. Undeploy that module using the Server Overview or WebLogic Server Administration Console.
    Deployment Manager with URI, 'deployer:WebLogic:localhost:7001' and user, 'weblogic' cannot be created.
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
    Any suggestion?
    TIA

    If you mean the error iew in Workshop, its does not have any additional information... The other thing I can not login to WEBLOGIC console directly with user=weblogic pass=pass I created during the installation of OBS. Dos prompt Console has error:
    <Nov 21, 2008 6:15:28 PM EST> <Notice> <Security> <BEA-090078> <User weblogic in security realm myrealm has had 5 invalid login attempts, l
    cking account for 30 minutes.>
    <Nov 24, 2008 12:16:56 PM EST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/c.......
    The only way for me to access weblogic console is via the OBS console.
    Edited by: mc2 on Nov 24, 2008 1:03 PM

  • Failed in deploying Web Application (.ear file)

    I am trying to deploy a web application (file1.ear) but I got FileNotFoundException
    in webnohup.out.
    I did include this application in config.xml, as follows:
    <Application Deployed="true" Name="file1" Path="opt/weblogic6/config/ejbjars/file1.ear">
    <EJBComponent Name="EJB1" Targets="mysrv" URI="EJB1.jar"/>
    <WebAppComponent Name="App1" Targets="mysrv" URI="App1.war"/>
    <EJBComponent Name="EJB2" Targets="mysrv" URI="EJB2.jar"/>
    </Application>
    In webnohup.out file, the following exception is thrown:
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <Application care:Name=file1,Type=Application
    not found at ./opt/weblogic6/config/ejbjars/file1.ear>
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <IOException opening application
    care:Name=file1,Type=Application, loading from path opt/weblogic6/config/ejbjars/file1.ear
    java.io.FileNotFoundException: file does not exist: ./opt/weblogic6/config/ejbjars/file1.ear
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:431)
    at weblogic.management.mbeans.custom.Application.load(Application.java:3
    87)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    .java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    If you looked at the exception, it looks like that we can not put ABSOLUTE PATH
    in Path of config.xml since it will append the Weblogic home to the Path defined
    in config.xml.
    Is this correct or I missed anything?
    How do we use ABSOLUTE PATH in config.xml if you want to deploy Web application?
    Environment: SUNOS, Weblogic 6.1.
    Thanks

    Hi,
    specifying a leading slash shoul be enough to let the system know that it is an absolute path.
    Regards,
    Christian Buchegger
    Developer Relations Engineer
    BEA Support
    TJ schrieb:
    I am trying to deploy a web application (file1.ear) but I got FileNotFoundException
    in webnohup.out.
    I did include this application in config.xml, as follows:
    <Application Deployed="true" Name="file1" Path="opt/weblogic6/config/ejbjars/file1.ear">
    <EJBComponent Name="EJB1" Targets="mysrv" URI="EJB1.jar"/>
    <WebAppComponent Name="App1" Targets="mysrv" URI="App1.war"/>
    <EJBComponent Name="EJB2" Targets="mysrv" URI="EJB2.jar"/>
    </Application>
    In webnohup.out file, the following exception is thrown:
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <Application care:Name=file1,Type=Application
    not found at ./opt/weblogic6/config/ejbjars/file1.ear>
    <Mar 20, 2002 4:52:39 PM EST> <Error> <Management> <IOException opening application
    care:Name=file1,Type=Application, loading from path opt/weblogic6/config/ejbjars/file1.ear
    java.io.FileNotFoundException: file does not exist: ./opt/weblogic6/config/ejbjars/file1.ear
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.j
    ava:431)
    at weblogic.management.mbeans.custom.Application.load(Application.java:3
    87)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
    ionMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
    55)
    If you looked at the exception, it looks like that we can not put ABSOLUTE PATH
    in Path of config.xml since it will append the Weblogic home to the Path defined
    in config.xml.
    Is this correct or I missed anything?
    How do we use ABSOLUTE PATH in config.xml if you want to deploy Web application?
    Environment: SUNOS, Weblogic 6.1.
    Thanks

  • Ethernet Data Transfer Fails on Deployed RT Application

    I have written a TCP/IP client that interacts with a custom TCP/IP server over a very local network (one cable). I've been developing this for a couple of months on LabVIEW 2014 (not SP1) targeting a cRIO9068 chassis.
    Development went very smoothly, never any flaky Ethernet problems on the LabVIEW side. Once I got it all bulletproof I deployed and went out to the plant. 
    At the plant, Ethernet will connect but no data is transferred. Puzzled, I reconnected my LabVIEW development machine to the chassis, opened the project from which the application was deployed and ran it from inside the project. It works. I see this behavior on the original chassis too, so I have two chassis that work with the development environment but do not work when deployed.
    What's up with this? Any ideas appreciated, I can find nothing on this subject in these forums or a general Google search.
    Thanks,
    Bill

    The problem was caused by the Execution setting of the top-level VI being set to reentrant. I set it to non-reentrant.
    The key was using 
    netstat -a
    I saw that the application had multiple ESTABLISHED connections where only one should be possible.
    Along the way I cleaned up my code a bit, but the root cause was multiple instances of the application running on the cRIO. If the startup vi is reentrant then you get an instance when the hardware starts or restarts, then you get another instance when you fire up the web-based front panel. Instead of the panel connecting to the running program another one is started.
    When running from the development environment this does not happen. The development environment enforces single execution on the top-level vi. 
    A shout-out to the NI software people: A little warning: "Multiple instances of the program may run because the top-level VI is reentrant" when the build starts, plus adding to the panel documentation something like "Connecting a web-based remote panel to a reentrant top-level VI will invoke a second copy of the top-level VI" would have saved me a day...
    Cheers,
    Bill

  • Failed to deploy web application "ADFToyStore". Failed to deploy web applic

    Finding problem deploying ADF ToyStore application on Oracle10g server.The above message is being displayed for deploying ear/war deployable files. Also, I have an application (BC4J) built on Jdeveloper 9.0.3.4 and the same problem exists while deploying files on oracle 10g server
    I have installed ADF installer (manually) on oracle 10g app server. Nothing seems to be working. Frustrated...
    Please help.

    I think I know the solution. We encountered exactly same message and no further deployment could be made. It appeared message in "dcmctl" utility was much more helpfull than the one in EM (though you still have to use "getError" command...)
    If you are using file-based repository, you have to issue command in dcmctl utility "resetFileTransaction". This closes repository and opens it again.
    Myrra

  • Fail to deploy ws application at context path /Books using tomcat  6.0

    Hi,
    I was not able to deploying in Tomcat 6.0 a web service application.
    Thanks for hlep.

    Can you provide some more details?

  • ERROR IN IAS 3.1 INSTALLATION - DEPLOYING IAS APPLICATION

    Good Morning,
    I write because I am installing versión 3.1 of Endeca and it has arisen a problem installing the IAS.
    The problem is when the installer begin to deploy the "ias.war" file.
    This is the message:
    Deploying IAS application in the domain.
    Failed to install IAS. Please see log C:\Oracle\Endeca\IAS\3.1.0\logs\ias-install.log for details. Configuration will exit.
    Stopping IAS domain because of installation failure.
    Thank you!

    <23-nov-2013 17H33' CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <23-nov-2013 17H33' CET> <Notice> <WebLogicServer> <BEA-000360> Server started in RUNNING mode>
       (ConsoleProcess)
    13-11-23 17:33:54 INFO Deploying IAS application in the domain. (IasWebLogicInstaller)
    13-11-23 17:34:08 INFO Process [c:\Oracle\Endeca\IAS\3.1.0\java\bin\java.exe] output:weblogic.Deployer invoked with options:
    -adminurl t3://localhost:8401 -user weblogic_ias -name iasServer -deploy -source c:\Oracle\Endeca\IAS\3.1.0\webapps\weblogic\ias.war
    <23-nov-2013 17H34' CET> <Info> <J2EE Deployment SPI> <BEA-260121> Initiating deploy operation for application, iasServer [archive: c:\Oracle\Endeca\IAS\3.1.0\webapps\weblogic\ias.war], to configure targets.>
    Task 0 initiated: [Deployer:149026] deploy application iasServer on AdminServer.
    Task 0 failed: [Deployer:149026] deploy application iasServer on AdminServer. Target state: deploy failed on Server AdminServerjava.lang.ClassCastException: weblogic.wsee.jaxws.spi.WLSEndpoint cannot be cast to org.apache.cxf.jaxws.EndpointImpl (ConsoleProcess)
    13-11-23 17:34:08 ERROR Failed to Install IAS. (InstallIas)
    com.endeca.ias.process.InstallFailureException: Failed to deploy IAS application.
       at com.endeca.ias.installer.IasWeblogic.Installer.deployIasWar(IasWeblogicInstaller.java:307)
       at com.endeca.ias.installer.IasWeblogicInstaller.install(IasWeblogicInstaller.java:97)
       at com.endeca.ias.installer.InstallIas.main(InstallIas.java:60)
    Caused by: com.endeca.ias.proces.InstallFailureException: Command not finished as expected
       at com.endeca.ias.process.ConsoleProcess.expect(ConsoleProcess.java:118)
       at com.endeca.ias.installer.IasWeblogicInstaller.deployIasWar(IasWeblogicInstaller.java:305)
       ... 2 more
    13-11-23 17:34:08 INFO Stopping IAS domain because of installation failure. (IasWeblogicInstaller)
    13-11-23 17:34:08 INFO [C:\Oracle\Middleware\user_projects\domains\ias\bin\stopWebLogic.cmd]: starting... (ConsoleProcess)
    13-11-23 17:34:38 INFO Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Jython scans all the jar files it can find at first startup. Depending on the system, this process may take a few minutes to complete, and WLST may not retunr a prompt right away.
    Welcome to Weblogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://localhost:8401 with userid weblogic_ias ...
    Succesfully connected to Admin Server 'AdminServer' that belongs to domain 'ias'.
    Warning: An insecure protocol was used to connect to the server. To ensure on-the-wire security, the SSL port or Admin port should be usea instead.
    Shutting down the server AdminServer with force=false while connected to AdminServer ...
    Disconnected from weblogic server: AdminServer
    Exiting WebLogic Scripting Tool.
    Done
    Stopping Derby Server ...
       (ConsoleProcess)

  • ADF Mobile failed to deploy to android device

    Hello all,
    I'm trying to create an ADF Mobile App, following [this video tutorial|http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfmobiledemo/adfmobiledemo.html].
    I'm using JDeveloper Studio Edition Version 11.1.2.3.0 and getting this error message:
    [11:59:41 AM] Could not find the Application Controller project in a folder named "ApplicationController".
    [11:59:41 AM] Shutting down Android Debug Bridge server...
    [11:59:42 AM] Deployment cancelled.
    [11:59:42 AM] ---- Deployment incomplete ----.
    [11:59:42 AM] Failed to deploy - the Application Controller project is missing. (oracle.adfmf.framework.dt.deploy.common.deployers.ApplicationValidatorDeployer)
    any ideas?
    Edited by: 968387 on Nov 12, 2012 3:57 AM
    Edited by: 968387 on Nov 12, 2012 3:58 AM

    Is there a reason, why there is no direct support for adf bc via jdbc? Not exactly sure what you mean here. Remember that the mobile device is a one user environment so it won't make sense to have the full ADF BC run on the mobile device.
    Since you are working over the network accessing a remote server, you probably don't want direct JDBC access to the DB on the server because of network port security settings.
    Web services are the standard way to invoke remote logic on servers.
    Why is there no support for exposing the application module via a RESTful service, or is it planned to support in further versions?This is planned for a future version.

  • SDM failed when deploying a Web Dynpro application

    SDM failed when deploying a Web Dynpro application - I get the following error message:
    Sep 19, 2006 2:25:34 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : eix-blade-011
    SDM port : 50118
    URL to deploy : file:/D:/DOCUME1/AMRM1.AZI/LOCALS1/Temp/temp43621sap.comwelcome.ear
    Deployment exception : Server eix-blade-011 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server eix-blade-011 at port 50118: eix-blade-011
    Inner exception was :
    Server eix-blade-011 did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server eix-blade-011 at port 50118: eix-blade-011

    Amr Azim,
    You must have logged in thru a dedicated connection to any server through say VPN before deploying.This way the sdm uses the same login as that of already establised connection.
    So 'sign of'  all connections to any servers before deploying and redeploy your application.Here you will be prompted to supply the sdm password and deployment shall proceed.

  • LCM remigration of deleted application fails to deploy in EPMA 11.1.1.3

    I am trying to copy a production planning application via LCM which has previously migrated successfully. Then I export the Shared Services, EPMA and Planning artifacts, delete the appliction in the target Workspace, then load Shared Services and EPMA artifacts in the target Hyperion instance. When I try to deploy the application, I get the following error:
    Detail : An Exception occurred during Application deployment.: The Hyperion Essbase operation failed with an error code: %ERROR_CODE%.com.hyperion.planning.olap.EssbaseException: Unable to load database [%s] (1002097)
         at com.hyperion.planning.olap.HspCubeRefreshTask.setActiveDatabase(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.buildOutlines(Unknown Source)
         at com.hyperion.planning.olap.HspCubeRefreshTask.run(Unknown Source)
         at com.hyperion.planning.HspJSImpl.runCubeRefresh(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.runCubeRefresh(Unknown Source)
         at com.hyperion.planning.appdeploy.HspSaxParsedAppDefinition.deployAppFromXML(Unknown Source)
         at com.hyperion.planning.appdeploy.HspAppDefinition$1.run(Unknown Source)
    BTW, this is running on Linux, except for EPMA which must run on Windows of course. Is there something I am doing wrong here? It seems strange that it works fine on an installation that has never had the planning application deployed before.
    Thanks,

    I was talking about the Essbase application itself, not Essbase agent.
    You can browse the applications and open the outlines in EAS, even if your application/database is stopped.
    Make sure you have a green check mark on both the Essbase application and database icon in EAS.

  • Deploy to Application Server Failed on a distributed environment

    Hi All,
    I am trying to configure new Hyperion verion 11.1.2.2 on distributed environment but during configuring calculation manager to application server failed and getting error message like "Deploy to Application Server Failed". I am not sure what is issue and how to fix it. I have tried to read log files but I am not able to undersantd where to look and debug this issue.
    My Hyperion Environment over view as a below:-
    1- I have used Microsoft VMWARE to build my Hyperion Enviornment
    2- I have created 1 window server 2003 domain and made 4 clients of that domain. (All these systems have windows server 2003 installed). I have given name to each client server i.e. System A, System B, System C, System D
    3- I have installed SQL 2005 and created databases for all Hyperion components i.e. Shared services, calculation manager, epma on a system A
    5- I have installed and configured foundation services and weblogic server on a system B. (In this system I have installed and configured shared services, weblogic, workspace, and able to deploye application server on a same system)
    6- On a system A I am able to complete installation for hyperion Performance Management Architect and Calculation Manager and able to finish all type of configuration for these two components but as soon as system trying to configure any related to APPLICATION SERVER services it fails to configure. On a configuration summary page system shows everything is configured but APPLICATION SERVER says FAILED wrtten on a red color letters.
    I have explored log files and found that Calculation Manager application server failed to deploy or Deploy to Application server failed.....
    Since, I am not sure where to look and how to debug this issue I am requesting to all hyperion friends to help and guide me to debug as I have been trying to install this product since last friday and still no out put....
    I will be really thankful if someone share his or her wisdom to help me....
    Thank you to all in Advance.....
    Thanks,
    Safi

    Did you install all the WebLogic web applications on the foundation machine as well as the machine they are going to be deployed to.
    "On the machine on which you plan to administer the WebLogic Server, you must install all Web applications for all applications you plan to deploy on any machine in the environment. (The WebLogic Administration Server is installed and deployed on the Foundation Services machine.)"
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Fail to re-deploy an application on Oracle EPM 11.1.1.1.0

    Hi,
    I am just trying to verify that whether Alias Table takes effect. So I add change some aliases for testing, and then re-deploy the application to activate it.
    But the re-deploy job is aborted by the system with an exception as below. Have anyone met this situation before? Thanks for you help.
    User Name : admin
    Process Name :
    Thread : 0
    Server : dimserver
    Detail : An Exception occurred during Application deployment.: You are trying to change data that has been changed by a user on another server. Wait a few seconds and try again. If you continue to see this error message, please contact your administrator.com.hyperion.planning.OptimisticConcurrencyException: You are trying to change data that has been changed by a user on another server. Wait a few seconds and try again. If you continue to see this error message, please contact your administrator.
         at com.hyperion.planning.sql.actions.HspObjectAction.ensureOptimisticConcurrency(Unknown Source)
         at com.hyperion.planning.sql.actions.HspObjectAction.update(Unknown Source)
         at com.hyperion.planning.sql.actions.HspUniqueObjectAction.update(Unknown Source)
         at com.hyperion.planning.sql.actions.HspMemberAction.update(Unknown Source)
         at com.hyperion.planning.sql.actions.HspDimensionAction.update(Unknown Source)
         at com.hyperion.planning.sql.actions.HspAction.update(Unknown Source)
         at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
         at com.hyperion.planning.sql.actions.HspActionSet.doActions(Unknown Source)
         at com.hyperion.planning.db.HspDEDBImpl.saveDimension(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.saveDimension(Unknown Source)
         at com.hyperion.planning.appdeploy.HspAppDefinition.setRatesProperties(Unknown Source)
         at com.hyperion.planning.appdeploy.HspAppDefinition.deployAppFromXML(Unknown Source)
         at com.hyperion.planning.appdeploy.HspAppDefinition.access$000(Unknown Source)
         at com.hyperion.planning.appdeploy.HspAppDefinition$1.run(Unknown Source)
    -----------------------------------------------------------

    Hi John,
    Thanks for your reply.
    Yes, the log was displayed on Planning server console not on EPMA server console.
    As you say, after I restart the EPMA services and planning, I get the different error messages. The re-deploy job is aborted again with the below message on Job Console:
    Process Name:
    Thread: 0
    Server: dimserver
    Detail: Initiating Product Action...
    Inspecting Deployment History...
    Retrieving Deployment Instance Information...
    Generating Headers and Callback Information...
    Generating Application Data...
    Action aborted.
    And I go to view the epmaerr.log, it shows:
    2008-12-05 10:12:45,687 [TP-Processor2] ERROR com.hyperion.awb.web.appmanager.Action - com.hyperion.awb.web.common.DimensionServiceException: Server was unable to process request. ---> There are no results available for job Exporting application BTest02. because an error was encountered while processing the job. See the Job Console or the Event Viewer for more information.
    Do you ever get such similar messages? Many thanks for your help.
    Brent

  • Profitablility application failed to deploy into Essbase

    Hi,
    We have created one Profitability application in workspace application library. It is failed to deploy into the Essbase.
    Its showing essbase application names in Essbase but when we open outline, its empty.
    Here is what profitability logs say...
    <Mar 18, 2013 1:58:35 PM IST> <Info> <Common> <localhost> <Profitability0> <Thread-38> <<anonymous>> <> <0000JpwbJR86eLMpIKXBif1HHOK800002U> <1363595315826> <BEA-000628> <Created "1" resources for pool "EPMSystemRegistry", out of which "1" are available and "0" are unavailable.>
    <Mar 18, 2013 1:58:38 PM IST> <Info> <JDBC> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363595318364> <BEA-001128> <Connection for pool "EPMSystemRegistry" has been closed.>
    <Mar 18, 2013 2:02:56 PM IST> <Info> <Common> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JpwcKIH6eLMpIKXBif1HHOK800002q> <1363595576476> <BEA-000628> <Created "1" resources for pool "EPMSystemRegistry", out of which "1" are available and "0" are unavailable.>
    <Mar 18, 2013 2:02:56 PM IST> <Info> <Common> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JpwcKIF6eLMpIKXBif1HHOK800002p> <1363595576695> <BEA-000628> <Created "1" resources for pool "profitability_datasource", out of which "1" are available and "0" are unavailable.>
    <Mar 18, 2013 2:02:59 PM IST> <Info> <JDBC> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363595579415> <BEA-001128> <Connection for pool "profitability_datasource" has been closed.>
    <Mar 18, 2013 2:09:50 PM IST> <Info> <Common> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JpwdtIR6eLMpIKXBif1HHOK8000030> <1363595990195> <BEA-000628> <Created "1" resources for pool "profitability_datasource", out of which "1" are available and "0" are unavailable.>
    <Mar 18, 2013 2:13:38 PM IST> <Info> <JDBC> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363596218354> <BEA-001128> <Connection for pool "EPMSystemRegistry" has been closed.>
    <Mar 18, 2013 2:17:59 PM IST> <Info> <JDBC> <localhost> <Profitability0> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1363596479402> <BEA-001128> <Connection for pool "profitability_datasource" has been closed.>..
    Please help on it.

    EPMA uses studio to create Essbase cube. To narrow down the issue
    Can you connect to Essbase from EAS? (I'm not expecting any issues here)
    Try adding the same Essbase connection in Studio and create an application?
    Is this on static IP? Did anything change on the server side (IP change...)
    Regards
    Celvin

Maybe you are looking for

  • Report Server Performance related problem

    Hi all, We have a report which generates the output in PDF format. Our Report generates report of 2134 pages with some particular parameters. If a user runs a 2134 long page report over the Web, is there a way to look at some of the pages rather than

  • How do I keep folder/album structure on import?

    I have a large directory tree of images I'd like to import into iPhoto 6. Like this: Nature / California / Big Sur / <pictures> Nature / California / Lake Tahoe / Sunsets / <pictures> Nature / California / Lake Tahoe / Snowboarding / <pictures> Natur

  • User's security level issue

    I have an Administrative and a Limited User accounts on my PC. iTunes works fine under the Administrative account, but in Limited User account I get an error everytime I try to change some kind of configuration option at Preference's window (Edit/Pre

  • Adobe reader will not open or update

    Hi! Im having no luck getting Adobe to open or update - I click - the app icon flashes as if its about to load - and thats it!  I cant open pages docs ive previously saved as a PDF so its a bit a pain.  Ive done the most recent updates for my mac but

  • Attributes in Articles

    Hi, My client ia a fashion retailer. They are looking to have 3-4 Attribute fields linked to an article. These will be maily used for reporting purpose. Any standard or non-standard way to do this. Cheers Barry