Fail to Deploy the applicaiton WAR file build by Spring2.5 framework

The War File build by Spring2.5 Framework can deploy and run successfully on Local WebLogic (10.3.6)
but this WAR file can not deploy on Java Cloud Service ;
I tried to deploy it on the Java Cloud Services Control pages and with OEPE (the Eclipse IDE whichi download from Oracle Cloud Official ) ,but these two were all failed !
the error logs as below ,and their no noticeable info in logs , ple help to fix it
Thanks
LOGS
Deployment to Oracle Cloud failed, please check Error Log for detail.
[deploy]
2013-02-21 01:18:56 CST: Starting action "Deploy Application"
2013-02-21 01:18:56 CST: Deploy Application started
2013-02-21 01:19:02 CST: weblogic.application.ModuleException:
2013-02-21 01:19:02 CST: WLS action state: failed
2013-02-21 01:19:02 CST: Action FAILED with WLS state: failed
2013-02-21 01:19:02 CST: Application deployment failed.
2013-02-21 01:19:03 CST: [Deployer:149194]Operation 'remove' on application 'helloSpring' has succeeded on 'm0'
2013-02-21 01:19:03 CST: WLS action state: completed
2013-02-21 01:19:03 CST: "Deploy Application" complete: status FAILED
[virus-scan]
2013-02-21 01:18:36 CST: Starting action "Virus Scan"
2013-02-21 01:18:36 CST: Virus Scan started
2013-02-21 01:18:53 CST: ----------------------------------------------------------------------
2013-02-21 01:18:53 CST: File Scanned:     "helloSpring.war".
2013-02-21 01:18:53 CST: File Size:     "4049531".
2013-02-21 01:18:53 CST: File Status:     "CLEAN".
2013-02-21 01:18:53 CST: ----------------------------------------------------------------------
2013-02-21 01:18:53 CST: Virus scan passed.
2013-02-21 01:18:53 CST: "Virus Scan" complete: status SUCCESS
[whitelist]
2013-02-21 01:18:53 CST: Starting action "API Whitelist"
2013-02-21 01:18:53 CST: API Whitelist started
2013-02-21 01:18:56 CST: WARNING - There are 3 warnings(s) found for helloSpring.war.
2013-02-21 01:18:56 CST: WARNING - Path:helloSpring.war (3 Warnings)
2013-02-21 01:18:56 CST: WARNING - Path:helloSpring.war (3 Warnings)
2013-02-21 01:18:56 CST: WARNING - Path:WEB-INF**** (1 Warning)
2013-02-21 01:18:56 CST: WARNING - 1:Recommended child element "login-config" missing under element /
javaee:web-app.
If you want to make your application public, you can have empty
<login-config/> in your web.xml. If you need authentication then you must
have <login-config> and its child <auth-method> element in web.xml.
Without this element(<login-config>), users may be challenged by SSO, but
the application code will be executed as anonymous user only. Line No:5.
2013-02-21 01:18:56 CST: WARNING - Path:WEB-INF**** (2 Warnings)
2013-02-21 01:18:56 CST: WARNING - 1:Recommended child element "jsp-descriptor" missing under element /
orcl-weblogic:weblogic-web-app.
If you have a JSP file that is not pre-compiled, The compilation errors
could be shown on the browser. It is recommended to include
<jsp-descriptor><verbose>false<****><****-descriptor> in weblogic.xml.
Line No:2.
2013-02-21 01:18:56 CST: WARNING - 2:Recommended child element "session-descriptor" missing under element /
orcl-weblogic:weblogic-web-app.
You will be required to have distinct cookie-path, if multiple
applications are accessed with in the same SSO session or if you have
multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
in the same service instance.
Line No:2.
2013-02-21 01:18:56 CST: WARNING - helloSpring.war had 3 warning(s).
2013-02-21 01:18:56 CST: INFO - Whitelist validation has completed with 0 error(s) and 3 warning(s).
2013-02-21 01:18:56 CST: Whitelist validation passed.
2013-02-21 01:18:56 CST: "API Whitelist" complete: status SUCCESS

This kind of deployment error is typically caused by usage of certain API's or an attempt by the SpringFramework to get certain restricted resources .
Can you please find the Service logs (Via Java service Console " View Service Logs" link ) and se if anything is reported in the timeframe when this deployment error happend.

Similar Messages

  • Deploying the fop.war file for PDF printing

    I suppose this should maybe be in the App server thread but im following instructions from here to enable PDF printing in APEX
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html#05
    The instructions are a bit out of date but
    I navigate to the OC4J home > select applications > Deploy WAR file
    browse for the fop.war file on local machine
    for Application Name i have ApexFOP
    for Map to URL I have /apex/fop
    then I click Deploy
    it says succesfully loaded but when I click on the ApexFOP in the Deployed applications list it says not loaded
    I have re-started the OC4J
    any help would be very gratefully recieved , I'm going nuts trying to do this
    Cheers

    I copied an existing working structure and this worked for me.

  • Deploying the new war file without stopping the server

    How can i deploy my updated application war file without stopping the server as the user sessions in my application and transactions as well as users request has to be carried out during the deploy process.
    Edited by: Kaywin on Jan 28, 2008 10:39 AM

    You can update web application via Administration GUI and then deploy the configuration. You don't have to restart the server for it. Assuming you are using 7.0 u2, follow the steps as below to update the web application:-
    - Login to Administration Console
    - Go to Virtual Servers tab under a Server Configuration, for deploying a web application (Configurations -> <config_name -> Virtual Servers -> <vs_name>)
    - Click on Web Applications tab and check the web application in the "Web Applications" table and then click on Update button.
    - Point to the updated war file in the pop up and click ok
    - Now just deploy the configuration by clicking on "Deployment Pending" link on the top right of the page
    Here is the docs page which has more information about web application deployment -
    http://docs.sun.com/app/docs/doc/820-2202/gbrmp?a=view
    Hope this helps

  • Deploying an existing WAR file into the Portal

    I have downloaded the Enterprise Portal and the SAP Netweaver Developer Studio (NDS) and have succeeded in creating a couple of projects of the ‘Hello World’ variety and deployed them on the Portal!  So far, so good.
    The problem I have is that need to deploy on the Portal an existing JSP/Struts application of ours which is available as a Web Archive (WAR) file.
    The problem is that I cannot find a way of deploying an existing WAR file on the Portal – either via a Project or otherwise.  I have found an entry in the Help files with the NDS which sounds promising, as it is entitled ‘Import a .WAR File into a new project’.  However, the menu entry it says you should use (File &#8209;> Import &#8209;> MDK: Import a web archive (.WAR) into a new project) this last entry does not exist on my installation of NDS.
    Any ideas or suggestions?

    Hi Mustafa (and All) - thanks you very much for your answers, which has enabled me to make good progress.
    I have created a project in the Deploy Tool, imported a simple WAR file into it, loaded to project and depployed it on my instance of the Portal - or at least I have deployed it as far as the Deploy Tool is concerned. 
    However, when I try to find it in the Portal in order to assign it to an iView in the Portal content, I can't find any evidence of its existence!!
    As another 'tack' in the NDS I have created an 'Enterprise Application Project', into which I appear to have imported the WAR file - but I cant package this as a PAR file, which is what I seem to need to do to get it into an iView on the Portal.  To create a PAR package I seem to need to create a 'Portal Application Project' - but I can't find a way of getting the WAR file into that!!
    Any further advice would be greatefully received.
    Thanks for your help to date and thanks in advance for any more you may be able to give.
    Regards,
    Dave

  • Problem in loading the jaxrpc war file - URGENT

    hi
    i am getting the exception when i tried to load the jaxrpc war file in JWSDP2.0 version.
    please see the following exception.
    javax.servlet.ServletException
    at com.sun.xml.rpc.server.http.JAXRPCServletDelegate.init(JAXRPCServletDelegate.java:50)
    at com.sun.xml.rpc.server.http.JAXRPCServlet.init(JAXRPCServlet.java:40)
    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:919)
    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:811)
    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3288)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3468)
    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)
    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:545)
    at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:256)
    at org.apache.catalina.core.StandardHost.install(StandardHost.java:739)
    at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:474)
    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:381)
    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:780)
    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:339)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1194)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:705)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1186)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:339)
    at org.apache.catalina.core.StandardService.start(StandardService.java:496)
    at org.apache.catalina.core.StandardServer.start(StandardServer.java:699)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:497)
    at org.apache.catalina.startup.Catalina.execute(Catalina.java:397)
    at org.apache.catalina.startup.Catalina.process(Catalina.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)
    [ERROR] http - -null <javax.servlet.ServletException>
    thanx in advance
    ~prasad

    Yes, that's true, but I think that happens because you deploy the web service in a non public area as your home directory. If you put it in a public area, your service should have 'running' status.
    Pedro Salazar.
    This is not a solution but I am posting this because
    this might help in guessing the cause of the error.
    I had similar problem. When I installed JWSDP, I
    copied the hello example from the tutorial example to
    my home directory. I also copied the "common"
    directory which is required by the build.xml.
    (common/target.xml is included in build.xml).
    Then I ran "ant build" and "ant install". I made
    required change in the "build.properties" in the
    "common" directory. But after this when I do "ant
    list" it shows me all the services running but this
    hello server as stopped.
    Then I copied the war file of the service (generated
    using "ant package") to the <JWSDP_HOME>/webapps. Then
    "ant list" showed me the hello service as running. I
    don't know why this is happening.
    regards
    Pankaj

  • AzureDiagnostics fails after role udpate with no changes to configuration, error "Failed to parse the WAD config file"

    Windows event log shows AzureDiagnostics errors "Failed to parse the WAD config file" and warning "
    No certficate with given thumbprint found in the certificate store. Thumbprint:" and
    System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    Also tried a different deployment on a different subscription, same issue, and this one gets stuck in 'create' state with no roles showing up in 'instances' section for quite some time. Are Cloud Services even maintained by Microsoft
    anymore? Seems that they are second class citizens to VMs, no updates, no new portal, no new features, often can't update single role without updating all roles, etc.

    i am facing same error : here is the log:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticPlugin.exe DiagnosticPlugin-ShutdownEvent DiagnosticPlugin-TotalShutdownEvent -wadVer1v3
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Starting DiagnosticsPlugin
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RcfFileName: C:\Config\881bb2e524c04870b4e993fd8fefb7d8.881bb2e524c04870b4e993fd8fefb7d8.WorkerRole1_IN_0.13.xml
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] RoleInstanceId: WorkerRole1_IN_0; DeploymentId: 881bb2e524c04870b4e993fd8fefb7d8; RoleName: WorkerRole1
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Checking VM Type
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] File HandlerEnvironment.json not found. Extension set to PAAS
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Store Size: 4096
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Reading XML configuration file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Will use thumbprint 
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Decrypting private configuration
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:00:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:00:39 PM] Retrying after 30 seconds. Retry attempt 1
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:09 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:09 PM] Retrying after 30 seconds. Retry attempt 2
    DiagnosticsPlugin.exe Warning: 0 : [3/19/2015 6:01:39 PM] No certficate with given thumbprint found in the certificate store. Thumbprint:
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:01:39 PM] Retrying after 30 seconds. Retry attempt 3
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.Security.Cryptography.CryptographicException: The enveloped-data message does not contain the specified recipient.
       at System.Security.Cryptography.Pkcs.EnvelopedCms.DecryptContent(RecipientInfoCollection recipientInfos, X509Certificate2Collection extraStore)
       at Microsoft.Azure.Plugins.Diagnostics.dll.PluginConfigurationSettingsProvider.DecryptPrivateConfig(String encryptedConfig)
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] WadCfg is provided in initial configuration. Using that to initialize Diagnostics.
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] <PublicConfig xmlns="http://schemas.microsoft.com/ServiceHosting/2010/10/DiagnosticsConfiguration">
      <WadCfg>
        <DiagnosticMonitorConfiguration overallQuotaInMB="4096">
          <DiagnosticInfrastructureLogs />
          <Directories scheduledTransferPeriod="PT1M">
            <IISLogs containerName="wad-iis-logfiles" />
            <FailedRequestLogs containerName="wad-failedrequestlogs" />
          </Directories>
          <PerformanceCounters scheduledTransferPeriod="PT1M">
            <PerformanceCounterConfiguration counterSpecifier="\Memory\Available MBytes" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\ISAPI Extension Requests/sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Web Service(_Total)\Bytes Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Requests/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET Applications(__Total__)\Errors Total/Sec" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Queued" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\ASP.NET\Requests Rejected" sampleRate="PT3M" />
            <PerformanceCounterConfiguration counterSpecifier="\Processor(_Total)\% Processor Time" sampleRate="PT3M" />
          </PerformanceCounters>
          <WindowsEventLog scheduledTransferPeriod="PT1M">
            <DataSource name="Application!*" />
            <DataSource name="System!*" />
          </WindowsEventLog>
          <CrashDumps dumpType="Full">
            <CrashDumpConfiguration processName="WaAppAgent.exe" />
            <CrashDumpConfiguration processName="WaIISHost.exe" />
            <CrashDumpConfiguration processName="WindowsAzureGuestAgent.exe" />
            <CrashDumpConfiguration processName="WaWorkerHost.exe" />
            <CrashDumpConfiguration processName="DiagnosticsAgent.exe" />
            <CrashDumpConfiguration processName="w3wp.exe" />
          </CrashDumps>
          <Logs scheduledTransferPeriod="PT1M" scheduledTransferLogLevelFilter="Verbose" />
        </DiagnosticMonitorConfiguration>
      </WadCfg>
      <StorageAccount>vinaystorageaccounttest</StorageAccount>
    </PublicConfig>
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] Private setting is loaded
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] System.ArgumentNullException: Value cannot be null.
    Parameter name: s
       at System.IO.StringReader..ctor(String s)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Validate(String configString, String schemaPath, StringBuilder builder)
       at Microsoft.Azure.Plugins.Plugin.WadConfigValidator`1.Initialize(String configString, String schemaPath)
       at Microsoft.Azure.Plugins.Plugin.WadParser.Parse()
    DiagnosticsPlugin.exe Error: 0 : [3/19/2015 6:02:09 PM] Failed to parse the WAD config file
    DiagnosticsPlugin.exe Information: 0 : [3/19/2015 6:02:09 PM] DiagnosticPlugin.exe exit with code -106

  • Is it possible to deploy a portlet war file on web container?

    Hi All,
    Is it possible to deploy a portlet war file on web container i.e say I have a JSF or struts portlet application deployed on a portal container which I need to run as a web application.
    So, I would need to deploy the application on web container.
    Can this be done directly without making any changes and without importing jars?or is it not possible at all?
    Did anyone try this?
    Would be very nice of you if you can reply asap.
    Thanks & Regards,
    Nishant

    I'm not sure using the DVT enabler portlet will do what you want. It basically just specifies the render dependencies to bring in the dojo and dvt javascript libraries. It doesn't provide any login support itself; the javascript it brings responds to the logged-in state of the user (accessed via DISC), so something else is required to login the user.
    Greg

  • How to deploy web application .war file into SAP NetWeaver Engine?

    Hi All,
    I want to deploy web application which is developped using JAVA web technology into SAP netweaver Engine.
    I tried to deploy .war file through SDM but it complained the following error
    - Hide quoted text -
    "Error loading archive
    C;\Document and Settings\cr1adm\Desktop\MyProject.war
      (server side name is: F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)
    com.sap.sdm.util.sduread.IIIFormattedSduFileException: The information about development component found in the manifest is either missing or incomplete!
    Manifest attributes are missing or have badly formatted value:
    attribute keylocation missing
    attribute keyname is missing
    attribute keyvendor is missing
    attribute keycounter is missing
    (F:\usr\sap\JR1\JC01\SDM\program\temp\MyProject.war)"
    Can any one please suggest how to deploy external web application into SAP netweaver engine.
    Is there any procedure to follow to do this.
    your inputs will be highly appreciated...
    Thanks in advance

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • Deploy servlet with WAR file

    Has anyone successfully deployed servlets using WAR file?I think I did everything right. The WAR file was deployed. But I can't accesss it.
              

    I use .war files for deploying servlets in WLS 6.0 - they are much easier
              than exploded dirs...
              Usually, when I have a problem accessing the servlet once deployed, it's
              almost always the deployment descriptor.
              "Randy" <[email protected]> wrote in message
              news:3b311258$[email protected]..
              > Has anyone successfully deployed servlets using WAR file?I think I did
              everything right. The WAR file was deployed. But I can't accesss it.
              

  • Error while deploying the JDI SCA file on the server

    Hi,
    I am not able to deploy the 3 SCA files JDIdevinf, JDI buildt and JDIdeinff.
    When deploying the following error occured.
    ABorted deployment component 'tc CBB Appl/'sap.com'/SAP AG'6.4009.00.0000.200411042045
    Caught exception during application deployment from SAP J2EE ENgine's deploy service.
    java.rmi.RemoteException: Cannot deploy application sap.com.tc.CBB Appl.. Reason: Exception during
    application sap.com/tc.CBB Appl in container EJBContainer; nested exception is
    exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/tc.CBS Appl in container EJBContainer
    (message ID:com.sap.sdn.servlet.servertype.inqny.extern.EngineApplOnlineDEployerImpl.per
    REMEXC)
    Deployment of tc.CBBAppl finished with Error
    How to solve this

    Hi,
    We are using NWDS to create a small application to develop ( for ex jspdynpage)
    .while deploying the par file or exporting it to the server,we are getting the error as "please make sure that the server running.HTTPS protocol is not supported,please ensure that this server is not using HTTPS.
    the server is running and is shown in green.
    we have also  disabled the proxy settings.
    we have also tried by specifiing the IP of the server in the proxy settings.
    the above steps didnt work.please suggest the things to do to make this working.
    thanks,
    rajani.

  • Fail to deploy the "Virtual Shop Lite " Sample

    Fail to deploy the "Virtual Shop Lite " Sample in
    SAP Netweaver J2EE Preview (Release SAP NetWeaver™ 2007).
    I select the SAP Server node and choose Publish from the context menu. The SAP NetWeaver Developer Studio switches to the Deploy View Console view.
    At this time, the "Logon to SAP J2EE Engine" window appear.
    I enter the below user and password.
    user : Administrator
    password : <master-password>
    In the Deploy View Console, the below messages appear:
    com.sap.ide.eclipse.deployer.api.AuthenticationException:
    [#1]:Session::checkForTicketException:[Base Login Exception], cause=The user account is expired,or not valid yet.[more]
    [#1]:DC API is trying to connect to "localhost:50004".
    What should I do ?
    (I try the 10th time but the result is the same.)

    Same problem:
    Fail to deploy the "Virtual Shop Lite " Sample
    Is it a BUG ???

  • Fail to deploy the "Virtual Shop Lite " Sample in

    Fail to deploy the "Virtual Shop Lite " Sample in
    SAP Netweaver J2EE Preview (Release SAP NetWeaver™ 2007).
    I select the SAP Server node and choose Publish from the context menu. The SAP NetWeaver Developer Studio switches to the Deploy View Console view.
    At this time, the "Logon to SAP J2EE Engine" window appear.
    I enter the below user and password.
    user : Administrator
    password : <master-password>
    In the Deploy View Console, the below messages appear:
    com.sap.ide.eclipse.deployer.api.AuthenticationException:
    [#1]:Session::checkForTicketException:[Base Login Exception], cause=The user account is expired,or not valid yet.[more]
    [#1]:DC API is trying to connect to "localhost:50004".
    What should I do ?
    (I try the 10th time but the result is the same.)

    see the below link (same problem):
    Deploying Virtual Shop Lite
    I think it may be a BIG BUG.
    You can see it by yourself.

  • Struts2 webapp is not starting up when deployed as unexploded war file

    Whereas if I deploy as exploded war file it works just fine.
    I am seeing following error when deploying as unexploded war file. I am deploying in weblogic 10.3. Using struts 2 with Spring as object factory.
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1235449766296> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.struts2.dispatcher.FilterDispatcher.
    Action class [logAction] not found - action - zip:C:/servers/bea10/user_projects/domains/ro_domain/servers/AdminServer/tmp/_WL_user/loginWeb/tlbxoe/war/WEB-INF/lib/_wl_cls_gen.jar!/struts.xml:60:60
    at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.verifyAction(XmlConfigurationProvider.java:374)
    at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addAction(XmlConfigurationProvider.java:329)
    at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addPackage(XmlConfigurationProvider.java:429)
    at com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadPackages(XmlConfigurationProvider.java:239)
    at org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:111)
    at com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:152)
    at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52)
    at org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395)
    at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452)
    at org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:201)
    at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:329)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:95)
    Thanks in advance for your help.

    Post your question in WebLogic forum here:
    WebLogic Server - General

  • How to deploy the web.xml file when trying to use the JSP SDK from SAP?

    I want to use the adduser.jsp which downloaded form SAP SDK samples to add user in BO, but I cannot run it sucessfully. I believe it's caused the web.xml file was not deployed appropriately.
    could you please teach how to deploy the web.xml file for the JSP samples ?
    Could you show me some sample of web.xml for the SDK jsp files? Thank you very much!

    Ensure that you have followed below directory structure while deploying your web application.
       web_application_name
          WEB-INF
             lib
             classes
    web.xml must be placed in WEB-INF. Ensure that you have included all the jar files and other necessary files in your application.
    For more information refer to the below link:
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    Regards,
    Anuj

  • ERROR BPMA File Generator Failed to generate the EPMA import file

    Hi,
    I am facing the below error while extracting the metadata from the Planning Application using EPMA File Generator.
    ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found
    I am getting 0 byte file.Pls suggest.
    Is there any other way to extract the Planning application metadata?
    The log is:
    [Header]\r\n2010-08-23 14:24:54,484 [5900] DEBUG BPMAFileGenerator Initializing Component
    2010-08-23 14:24:55,687 [5900] DEBUG BPMAFileGenerator HyperionHome: D:\Hyperion
    2010-08-23 14:24:55,687 [5900] DEBUG BPMAFileGenerator HelpFile: D:\Hyperion\common\docs\en\epma\file_generator\launch.html
    2010-08-23 14:27:42,309 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp081.uk.baa.com
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:27:42,324 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:27:42,793 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:28:54,198 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:28:56,651 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMAImport.ads
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-23 14:30:10,150 [5900] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-23 14:30:10,165 [5900] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-23 14:30:11,275 [5900] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    [Footer]\r\n[Header]\r\n2010-08-24 14:50:12,606 [10620] DEBUG BPMAFileGenerator Initializing Component
    2010-08-24 14:50:13,528 [10620] DEBUG BPMAFileGenerator HyperionHome: D:\Hyperion
    2010-08-24 14:50:13,528 [10620] DEBUG BPMAFileGenerator HelpFile: D:\Hyperion\common\docs\en\epma\file_generator\launch.html
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpClusterName.Text: lgwapp081.uk.baa.com
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMA\EPMAImport.ads
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-24 14:53:26,415 [10620] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-24 14:53:26,431 [10620] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-24 14:53:26,884 [10620] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator SelectedTabIndex: 3
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpWorkspaceURL.Text: http://lgwapp081.uk.baa.com/workspace/index.jsp
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpWebServer.Text: http://lgwapp081.uk.baa.com:8300/HyperionPlanning/
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpUserName.Text: admin
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpApplicationName.Text: PLNAPP
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpClusterName.Text: lgwapp083.uk.baa.com
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hpBPMAImportFileName.Text: C:\Documents and Settings\lgwappharrisonb-gal\My Documents\EPMA\EPMAImport.ads
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmWorkspaceURL.Text: http://localhost:19000/workspace
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator ShfmWebServer.Text: http://localhost/HFM
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmClusterName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmBPMAImportFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaApplicationName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaUserName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaWebServer.Text : http://localhost/hyperion-bpma-server
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator bpmaImportFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator profileFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator securityFileName.Text :
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator metadataFileName.Text:
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator hfmFilesImportFileName.Text :
    2010-08-24 14:56:46,427 [10620] INFO BPMAFileGenerator dimensionPrefix.Text:
    2010-08-24 14:56:47,520 [10620] ERROR BPMAFileGenerator Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.
    Thanks,
    BC

    Yes I tried to run it on server but still getting the same error.The Status message is:
    1 Validating EPMA import file     Successful...
    2 Generating EPMA file     Failed to generate the EPMA import file...
    Details:The remote server returned an error: (404) Not Found.

Maybe you are looking for