EPM 11.1.2.3: deployment of java web applications on environment Mix Linux and windows

Hi all

I intend to install and configure EMP 11.1.2.3.

We have 2 of linux and windows server 1.

on linux, I am planning to install foundation, Essbase and planning.

and in windows I intend to install HFM and FDMEE.

now my question is when you perform the configuration for HFM and FDMEE, I need to deploy the java web application for HFM and FDMEE on windows.

so everything by deploying web applications in java on windows that I put a different name for "domain name".

as linux domain name will be 'EPMSystem', so for windows it would be different as 'EPMSystem1'.

There will be no problem if the domain names are the same for both linux and windows?


and for weblogic server port must be different as 7001 on linux and 7002 on HFM?


Kind regards

Dattatray Mate

Untitled.jpg

Yes, please keep another domain name...

Port is not a problem, you can use the same port as well

See you soon!

SH! going

Tags: Business Intelligence

Similar Questions

  • Unable to start the EMP - Java Web Application Server

    Hello

    I installed and configured EMP 11.1.2.3 version without any problems. But I am not able to start the server from the EMP HyS9EPMServer_epmsystem1 (squeegee Hyperion EPM Server - Java Web Application (epmsystem1)). I am getting below error messages in the log file. Please can you help me solve this problem.

    < 13 November 2014 18:26:06 IST > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true >

    < 13 November 2014 18:26:07 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true >

    < 13 November 2014 18:26:07 IST > < opinion > < WebLogicServer > < BEA-000395 > < according to the contents of the extensions added at the end of the classpath directory:

    C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\audit-client.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\css.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ctg_custom.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ldapbp.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\opencsv-1.8.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\registry-API.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\sipactivator.jar; C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\wlpool.jar >

    < 13 November 2014 18:26:07 IST > < Info > < Server > < BEA-002647 > < plugin service, com.oracle.core.sip.activator, has been added to C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\sipactivator.jar. >

    < 13 November 2014 18:26:07 IST > < Info > < WebLogicServer > < BEA-000377 > < start WebLogic Server with Oracle JRockit (R) Version R28.2.5-50-153520-1.6.0_37-20121220-0844-windows-x86_64 of Oracle Corporation >

    < 13 November 2014 18:26:11 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server 10.3.6.0 Mar 15 Nov 08:52:36 PST 1441050 2011 >

    < 13 November 2014 18:26:14 IST > < critical > < WebLogicServer > < BEA-000362 > < server failed. Reason: [management: 141266] failed to parse in the config.xml file: java.lang.AssertionError: java.lang.ClassNotFoundException: com.bea.wcp.sip.management.descriptor.beans.SipServerBean >

    < 13 November 2014 18:26:14 IST > < opinion > < WebLogicServer > < BEA-000365 > < changed failed State Server >

    < 13 November 2014 18:26:14 IST > < error > < WebLogicServer > < BEA-000383 > < is not an essential service. The server will shut down >

    < 13 November 2014 18:26:14 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to FORCE_SHUTTING_DOWN >

    Thank you

    Michel K




    deployment succeeded... Reinstall and reconfigure or redeploy.


    Concerning

  • Java web application UTF-8 encoding and mswin1252 Oracle database

    Hi all

    We need the following:

    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    With partitioning, Oracle Label Security, OLAP, Data Mining,
    Oracle Database Vault and Real Application Testing options

    Developing on Jdeveloper 10.1.3.5 on WinXP Pro. Our production application servers are running on Windows 2003 10.1.3.4. I was using the jdbc libraries provided, but test now with the 11.1.0.7.0 drivers, downloaded from OTN.

    Database = WE8MSWIN1252 NLS_CHARACTERSET

    I guess our application servers are on WEMSWIN1252.

    Our application has to support french and English.

    We had problems with the unmapped characters (question mark reverse) in our database, and we suspect that these are special windows extended characters. Our java web application is set to the character set iso8859-1. We suspect that it is maybe the reason why some characters were is badly encoded in the comic book. Our application is built with struts 1.2.9.

    The page encoding UTF - 8 seems to be the standard for web applications. I changed our configuration of the struts controller to use UTF - 8. Using Jdeveloper OC4J local testing reveals that although the data extracted from makes it db correctly in the browser, registering with special characters is a problem.

    "Stéphane" recorded under "Sta © phane".

    I guess the question is here, mswin1252 is a single-byte coding scheme, but UTF - 8 is an encoding scheme of variable width and for some European characters, uses 2 bytes to represent. I think that's what I see here.

    Now it is, is it possible for us to use UTF - 8 in java application, but our database in MSWIN1252? I remember reading that the best practice is always to use a character set of superset in comics, as well as its subsets in customers. In our case, we also deal with both representations of variable width. I also remember reading that JDBC is based more on the nls_lang setting... can't jdbc do charset conversion?

    Thanks for the help

    Generally speaking, managers Oracle will do the conversion. I can't speak for the other executives, but whatever it is based on Java is expected to perform the conversion correctly.

    However, your colleague is right that it is strongly advised to have your database running with AL32UTF8 database character set. This is because when the application is configured for UTF - 8, you no longer control what characters people can conclude their browsers/clients. It is preferable to be able to store all the possible characters and no risk of data loss. In addition, any request must be fully compatible Unicode today ' today - including the backend.

    -Sergiusz

  • Problem with the Java Web Application

    Hello

    I have a web application.
    The web server is in the time zone CST and the DB server in zone PDT.
    When we input a date of the browser say '2011-09-26 + 05:30 ' we who convert in milliseconds and save in DB, which is 1316975400000 for the example above.

    When we have to be back the date that we convert milliseconds to date to end of server that is in the time zone PDT and ends in "25/09/2011.

    A Solution I found when I did was:
    "To pass a Date and a time zone; Jet lag, we stayed was the time zone by default for the customer. On the side server, we have shaped the date by using the zone passed from the client is not using the server's default time zone. »

    Please let me know if it is the ideal solution, or there at - it another way to do it.

    It is a general problem and responded to many forums. But still I wanted to check if there is another solution for this.

    Thank you

    828549 wrote:
    Please let me know if it is the ideal solution, or there at - it another way to do it.

    Yes: Do not save the zone at all; It simply adds unnecessary objects. And do not convert to milliseconds first. Simply store the date as a SQL Date or Timestamp.

    Java dates, and most date from database, I know, are stored as compensation from a point fixed in time ( same point anywhere in the world) then, unless you use a very obscure (and non-standard) database, the JDBC driver must be able to convert a java.sql.Date in internal format of the database without any problems.

    Then, when you want, just use the normal methods of the db for the display. They will take care to display the correct time for the local time zone.

    Winston

  • Can we deploy the Java App COD blackberry on BES file and push it to group

    Hi all

    I have an app for phones blackberry mobile. Now, you want to know can we push the file COD of all devices connected to the BES app?

    I'm new to BES functionlality. Do I need to add a new API in the program to make it compatible for delpoyed with blackberry BES?

    Your support is appreciated.

    Thanks in advance.

    ~ Priyanka

    You have to do anything with the application.  However, you will need to create an alx - the same file you would use if you were deploying using the Desktop Manager.

    I think this video tells you the alx files.

    http://supportforums.BlackBerry.com/T5/Java-development/deploying-and-signing-applications-in-the-BL...

    Sorry I can't quickly find an article that tells you about the deployment of BES.  Take a look for yourself.  The process is to install the alx and cod in an area known of shared, create a software for this group and assigning users to this group.

  • Cancel the deployment of a Web application using a Java method or call

    Hi, I have an application that is running on weblogic I want to cancel the deployment using a Java method or a call.
    Is it possible to do it with a specific API to weblogic or something like?
    Thank you!

    Hi CarolinaCunha,

    Please visit the following link to cancel the deployment of Applications using the Java method:

    http://jaysensharma.WordPress.com/2010/01/15/Undeploying-application-using-Java-method-JMX/

    Thank you
    Jay SenSharma

  • recommendation of the Java web application development kit for small application

    Hi all

    I have an application developed using developer 6i, forms, and reports, as well as the Oracle 10 g for a school database. The application consists of student information, collection of fees and sms sending to parents.

    There are a lot of problems, with this app, DB is very heavy I'm using Oracle DB 10 g, installtion of 6i developer on the latest version of windows is another puzzle etc.

    Now, I want to pass to the application of the latest technology, but want this are light weight.

    Can I develop an application of light weight with ADF web application?

    Also, I want to use mysql as database.

    Thank you

    (1) you can use mySQL. I prefer Oracle XE, as it is better suited for the ADF.

    (2) application No. needs a weg server web. You can use weblogic or glassfish

    (3) just a browser

    Timo

  • Deploy the ADF web application and forms and reports Services on the same installation of Weblogic Server

    I have forms and reports already installed on the Weblogic Server.

    Now, I want to install ADF web Application on the same server, Weblogic.

    Is it really possible to have forms & reports services and the application of the adf on the same installation of weblogic server?

    Please suggest / guide me on how to achieve the task above.

    Here are the details of my wls, forms and reports, and adf web application

    • WebLogic Server version 10.3.5
    • Forms & Reporst 11 GR 2
    • ADF web application developed using JDeveloper 11.1.2.4

    Thank you

    Deven


    Hello

    a few entries,

    https://forums.Oracle.com/thread/2433508

    https://forums.Oracle.com/message/11020401

  • Java Web Start application runs under jre8u40 but not jre8u51

    We have a Java web application that uses javaws. It runs very well under the update of Java 8 40, but under the update Java 8 51 jp2launcher.exe stops right, without launching the application.

    • I found the papers in C:\Users\me\AppData\LocalLow\Sun\Java\Deployment\log, but they are identical between j8u40 and j8u51 (except of course for the order of pots are loaded, the version of jre and the start time).
    • I connected the launch using Process Monitor for the two versions of jre. Under j8u51, jp2launcher.exe ends with just the result of 'SUCCESS' Comparing the two newspapers procmon, I can't choose anything unusual. They have both search in the directory C:\Users\me\AppData\LocalLow\Sun\Java\Deployment and their respective C:\Program Files\Java\jre1.8.0_XX\lib directories and others like, but then the j8u51 there is only.
    • The Windows event logs show any what that touch of Java.
    • I managed to run the jnlp whose value "JAVAWS_VM_ARGS = - Xcheck:jni - XX: - TraceClassLoadingPreorder - XX: + PrintCommandLineFlags-verbose: jni-verbose: class - verbose: gc - XX: + PrintGCDetails-Djava.util.logging.config.file=C:\misc\logging.properties" and connect the stdout/stderr. It looks like an end to newspapers javaws and jp2launcher for versions of the output, then both jre8u40 and jre8u51. Probably in the j8u40 version it launches another jp2launcher.exe to run the application.
      • Comparing newspapers two output gives nothing interesting. Classes are loaded in almost the same order, for the most part identical classes other than the few differences that are explained easily by just be more up-to-date used classes.
    • Finally, I was able to launch the application directly, using java.exe, by getting the customer their unpacking and installing the server files. The application itself works fine in jre8u51, so the problem is definitely javaws himself.

    I find very little documentation on the inner workings of Java Web Start and no documentation at all on jp2launcher.exe. Can anyone suggest what could go wrong here, or other diagnostic measures I can take?

    e: sorry for the strange user name. I tried to change it in my profile, but the forums don't seem to accept the change.

    Hi people.

    I managed to find the solution. There are several factors that interact and I think one of them is a bug in Java Web Start.

    Please see full report at http://stackoverflow.com/questions/31556273/java-web-start-application-runs-under-jre8u40-but-not-jre8u51

  • Hyperion 11.1.2.3 Linux based components of server deployment and windows system

    Hello

    I'm new and this is perhaps a delicate question.  I am trying to wrap my head around this idea, is it possible to correctly install Hypeiron planning on linux? The hyperion java web application and especially the services of the Foundation can be installed under linux.

    However some server such as the dimension epma server components can only be deployed on windows. What this means is optimal only installs Hyperion Planning on windows servers? To keep all components on a single server? There are stories where some parts of Hyperion was deployed for linux AND windows?  There was a small section in the installation guide of PMC 11.1.2.3 on page 151, but we didn't know about how windows and linux would work together.

    Let me know if I need to clear up any confusion about my question.

    Thank you!

    Hyperion works in mixed mode OS. For the deployment of Web applications, you must deploy all on Windows or Linux.

    On page 151, its about HFM. If you have HFM as the source for the FR or Web analysis reports, you must install & config HFM, EN/WebAnalysis under Windows to create the new Weblogic domain.

    If you do not have HFM in your deployment, you need not worry.

    Kind regards

    Santy

  • Can deploy us the fusion ADF in logical server web application war file? EAR works only

    I created a fusion ADF application in Jdeveloper.

    When I deploy it as a WAR in integrated weblogic server file. -works fine.

    When I deployed in the file. WAR in stand-alone weblogic server. -.

    It gives me error 500.

    In the console (startweblogic.cmd) ""java.lang.NoClassDefFoundError: oracle, adf, model, RegionBinding "."

    Then I found on the internet that deploying any application like EAR would solve. Yes. He has indeed solved. My application works well in stand-alone weblogic.

    Now my question is "can deploy us not like war in stand-alone weblogic?

    The war file works quite well under the integrated form but not in stand-alone. Why?

    PS: I have installed the runtime of the ADF, established the deployment profile to deploy a web application.

    Thanks in advance.

    Dear user,

    ADF applications can only be deployed as an EAR file (actually it's what JDeveloper when you run an application.) It creates an EAR on the fly and deploy it on the built-in WLS).

    Please see Deploying a Java EE Application ADF - 11 g Release 1 (11.1.1.6.0) for more info.

    In the future, can you please provide us with some basic information such as your version of JDeveloper.

    Concerning

    Antonis

  • Deployment of Java Application on air not to read the ALX file?

    Hello

    I made a simple application in Java, using Blackberry JDE, I want to deploy OTA.

    I generated an ALX file using "Generate ALX file" in the menu "Project" Blackberry JDE after previously setting values in the properties for the project.  If I open my ALX file in Notepad, I can see my values in there.

    However, when I download my app (using a URL Pointant towards my.) JAD file on a web server), nothing of the ALX file appears in the download screen (version = 0,= seller,...).

    I found a post on this same forum indicating that I need to set values in the properties of the workspace instead.  I did... and it's working now, but I have access to change only the version number and the seller.  I don't have access to the application for title or the description of the application.

    On my web server, I copied the. JAD. JAR. COD and. ALX files.

    I would like to be able to specify a description of the application on the download screen, and see also the title of the app on the screen Options/Advanced Options/Applications.  At present, it seems that the file name of the. JAD file is used instead of the 'title' in the. ALX file.  When I go on my icon of the application, the title of the correct application appears.

    Am I missing something?

    Is there a way to do this?

    Thank you!

    BTW, I tested it with a real device (Storm 9530, OS 4.7)

    Only the JAD and cod use OTA Download.  The pot and the alx are not required.

    I would consider the information in the developer's Guide for deploying applications.  You will find a less readable for 4.7 online version here:

    http://docs.BlackBerry.com/en/developers/deliverables/7693/Distributing_BB_Java_Apps_over_wireless_n...

  • BPM deployment error: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    Hey guys,.

    I get this error when I tried to deploy the process. Din could not do anything on the net

    java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    My composite application contains a certain number of processes. I added a BPEL process and then removed, but since then, appears it problems and could not deploy the composite application more. Any hint is appreciated.

    the entire stack trace is:

    Error when bean calling "domain manager": error deployment suitcase BPMN.
    error when trying to deploy the component BPMN "D:\oracle\domains\BPMSOA_DOMAIN\servers\BPM_1\dc\soa_6b5472e6-f4dc-4cd1-a7b5-c7b81f5e24ab" file the reported exception is: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    This error was an exception thrown by the underlying deployment module.
    Check the trace for the exception in the log (the connection value level debug mode).
    ORABPEL-05250

    Suitcase BPMN deployment by mistake.
    error when trying to deploy the component BPMN "D:\oracle\domains\BPMSOA_DOMAIN\servers\BPM_1\dc\soa_6b5472e6-f4dc-4cd1-a7b5-c7b81f5e24ab" file the reported exception is: java.lang.IllegalArgumentException: Argument 0 for the @NotNull of oracle/bpm/project/interfaces/ConversationHelper.getReferenceNameFrom parameter must not be null

    This error was an exception thrown by the underlying deployment module.
    Check the trace for the exception in the log (the connection value level debug mode).

    at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:202)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:949)
    at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:128)
    at sun.reflect.GeneratedMethodAccessor1654.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)


    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to com.sun.proxy. $Proxy345.deployComponent (unknown Source)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.__WL_invoke (unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at oracle.bpm.bpmn.engine.ejb.impl.BPMNServerManagerBean_6gbx7k_IBPMNCubeServerManagerLocalBeanImpl.deployComponent (unknown Source)
    at oracle.fabric.CubeServiceEngine.load(CubeServiceEngine.java:923)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:703)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.load(BPMNServiceEngine.java:157)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deployComponents(CompositeDeploymentConnection.java:243)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnection.deploy(CompositeDeploymentConnection.java:94)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:185)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.load(CompositeDeploymentManagerImpl.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:86)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    to com.sun.proxy. $Proxy438.load (unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:67)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:467)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:268)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:203)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:147)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:134)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:100)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged (Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    The answer late, sorry it was a bug in the product, was fixed after you apply the hotfix.

    Cheers, nasser

  • 10.3.5 WebLogic deployment with &lt; java &gt; application.xml

    I have an application with an ejb, I am migrating to OC4J.
    When I try to deploy to Weblogic 10.3.5 I get the following error:
    Problem of VALIDATION PROBLEMS FOUND: cvc-complex - type. 2.4: expected element 'alt - dd @http://java.sun.com/xml/ns/javaee' instead of 'java @http://java.sun.com/xml/ns/javaee' here in the module @http://java.sun.com/xml/ns/javaee item: < null >

    It's my application.xml:
    <! Application of DOCTYPE PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2 / / IN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd" >

    < application >
    < display name > Test-Application < / display-name >
    < description > request for complete Test < / description >

    <>module
    test.admin.ejb.AdminCtrl.jar < ejb > < / ejb >

    <! - jar holding classes helper - >
    commonclasses.jar < java > < / java >
    < / module >
    < / application >

    WebLogic seems to complain about the element of java, but it is allowed in the application.xml J2EE reference.

    I'm new to EJB. Have others experienced this problem? How can I solve it?
    I am able to deploy the ear if I remove the < java > element. What is the importance of the removal of the element < java >?

    I followed the documentation here:
    http://docs.Oracle.com/CD/E21764_01/Web.1111/e13706/app_xml.htm#i1079446

    That points to here:
    http://Java.Sun.com/XML/NS/JavaEE/application_5.xsd

    Advice or pointers are greatly appreciated.
    S

    You might miss ejb and client should defined in two different modules.


    Test-Application
    Application of full Test


    test.admin.ejb.AdminCtrl.jar



    commonclasses.jar

    Kind regards
    Sunil P

  • Preparation of the data base Oracle EPM 11.1.2 before deployment

    Hello Experts!

    I'm starting to deploy Hyperion EPM 11.1.2 for the first time, so I'm new to it and I know Oracle database very slightly. I want to deploy the following components on 1 computer with Windows Server 2008 64-bit:
    -Shared Services and workspace
    -Services directors
    -Essbase
    -Planning
    -EPMA
    -HFM
    -FDM
    -Reporting and analysis

    So Far I have created 2 11.2.0 Oracle database 64-bit with the UTF-8 encoding: 1) for FDM, 2) for all other Hyperion products. I'm not going to tables EPMA user interface.
    * Are 2 databases in this case sufficient or should I create databases more? *

    "EMP Installation starts here" pdf document also provides the Oracle database, sizing of the guidelines on page 55:
    + "Shared Services & workspace: start with 100 MB +"
    + EPMA: Oracle recommends to start at least 250 MB +.
    + etc... » +
    East - tablespaces that I need to create these guidelines?

    Thank you very much!

    Is that this will just be a personal installation or a development environment, if tablespaces are just an indication, if it's a dev, you could have a tablespace used by all products, just make sure that it autoextends, if there is something more, then usually would create you separate tablespaces especially for HFM and FDM.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Removal of attachments in incoming emails

    I have several emails that arrived with attachments. I read attachments. I want to save the emails, but remove attachments after reading attachments.

  • Mac OS x has been freezing since 2002

    Have had my mac pro since 2008 - 2009 snow leopard - never had a freeze until November when I was clean files and also add text to images with Photoshop CS3. I did al the things Apple and this help to say to do with changing the battery, reset pram -

  • Why the Color Picker is a circle?

    Hello I have been using FCPX for a while and sometimes I need to use the color for a third-party effect selector, but instead of the usual pipette or magnifying glass icon, I get this big circle with a small rectangle at the Center.  It get bigger, b

  • Waiting for the upgrade to Windows seven, but...

    I send 29,90 euro for the witch two dvd we'll be upgrading to Windows 7 Edition family DVD. I had on my acciot all I all about willreceive Monday 23. seems is Saturday, I have a number of beach so.. My question is...When Toshiba ususaly send the DVD?

  • How to install a DVD writer 2nd on Compaq presario SR5613WM

    Hi, just bought a Compaq Presario SR5613WM I want to finish installing a LG model # GSA - H55L Super Multi DVD Rewriter (20 X) 8.5 GB is supposed to be compadable. I installed it in the Bay, but other plug in the power cord, I don't think a PATA cabl