WebLogic ebsr12.2

What is oacore_server1, oafm_server1, forms_server1?

2907350 wrote:

What is oacore_server1, oafm_server1, forms_server1?

Quick Setup deploys a field WebLogic for Oracle E-Business Suite, with four types of different application being provided out of the box:

  • oacore - used to provide basic functionality in the application layer Oracle E-Business Suite Java code, including features based on OFA for Oracle E-Business Suite products.
  • OAFM - used for web services, Secure Enterprise Search, Transport of Oracle and other components Agent.
  • formulas - serves all the features of Oracle Forms.
  • Forms-c4ws - exposes features based on Oracle Forms as web services.

Its use and oracle WebLogic Server Requirements

http://docs.Oracle.com/CD/E26401_01/doc.122/e22953/T174296T589913.htm

Thank you

Hussein

Tags: Oracle Applications

Similar Questions

  • WebLogic Instrumentation field to start the Weblogic Console

    Hi people,

    I have a question on the instrument WebLogic domain with two groups on two servers that the application servers are instrumented when they are started from the Weblogic console (I'm not terribly familiar with Weblogic so go easy on me)

    The manual is 'almost' clear for stand-alone Weblogic Server instrumentation or using Weblogic node Manager, but does not mention anything on Weblogic instrumentation so that instrumentation is picked up when the Console is used for stop/start server

    The environment includes:

    -A server for the executed on server1 and started Weblogic domain administrator but this script:

    /bin/startWebLogic.sh

    -NodeManagers two, one on each server1 and server2, started by these scripts on each server:

    /bin/startNodeManager.sh

    -Also has two startup scripts Weblogic server on each server:

    /bin/startManagedWebLogic.sh

    /bin/start_server1.sh

    So far we've instrumented the /bin/startManagedWebLogic.sh with:

    QUEST_DEPLOYMENT_DIRECTORY = / foglight/Quest_Software/Foglight_Agent_Manager/agents/JavaEE
    If [f ' $QUEST_DEPLOYMENT_DIRECTORY/integrate.sh ']
    then
    QUEST_JAVA_ENV_OPTS = WEBLOGIC:SERVER
    . "$QUEST_DEPLOYMENT_DIRECTORY/integrate.sh".
    on the other
    echo agent Java EE not activated
    FI

    and instrumented the /bin/startNodeManager.sh with:

    QUEST_DEPLOYMENT_DIRECTORY = / foglight/Quest_Software/Foglight_Agent_Manager/agents/JavaEE
    If [f ' $QUEST_DEPLOYMENT_DIRECTORY/integrate.sh ']
    then
    QUEST_JAVA_ENV_OPTS = WEBLOGIC:NODEAGENT
    . "$QUEST_DEPLOYMENT_DIRECTORY/integrate.sh".
    on the other
    echo agent Java EE not activated
    FI

    This set works fine as long as the node and the server are started from the command line but it not instrument anything if they are handed over to walk through the Weblogic Console

    Issues related to the:

    -the scripts above (or all) of which have to be modified (and how) so that Weblogic Server starts instrumented to start the Console

    -what I'm missing? everything that needs to be done so that the Console is restarted with start the instrumented servers?

    Thank you

    Ovi,

    When you're setting switch servers using the console are not be started by the Manager of nodes? If they are, the instrumentation on Node Manager should do the trick. If they are NOT started using the node Manager then how they get the JVM settings?

    I saw the case in which settings for the boot server were not going through the Manager of knots, they were taken in the FMV of the options in the welogic server administration console. If you can find this place (pretty good the region where you set your memroy settins), you can manually add the flags that get the agent running.  You can see the parameters when you start weblogic from script, Xbootclasspath-... - javaagent..., you can just copy paste these lines and hardcode them into the admin console with settings java (jvm) for these servers.

    It will be useful.

    Golan

  • WebLogic integration - using startWebLogic.sh

    Hello

    I need to get some servers from Weblogic instrumented in our test environment and need help to better understand the methods of automatic integration.

    We start our Weblogic - (Version 10.3 on Solaris) servers using 3 custom scripts under the DOMAIN_HOME - startManagedArx.sh, startManagedDDSServer.sh and startManagedIntDDServer.sh

    These scripts call DOMAIN_HOME/startWebLogic.sh

    When I run the FMS integration to point to the startWebLogic.sh and provide the field, he joined under DOMAIN_HOME/bin scripts. He also created 2 backups of the original startWebLogic.sh under DOMAIN_HOME/bin.

    I have to manually copy these scripts to integration in the real startWebLogic.sh used under the DOMAIN_HOME? If I do, is there any necessary changes to the configuration of FMS? Can someone guide me on how to proceed?

    Also in order to restore this configuration are there additional proceedings other than re reinstating the original script for startWebLogic.sh.

    Just to be safe.

    Have the startweblogic directly under DOMAIN_HOME scripts are probably not standard, a default installation has some startup scripts under

    DOMAIN_HOME\bin\. Corresponds to the script in DOMAIN_HOME\startweblogic.sh a copy of the script in DOMAIN_HOME\bin\?

    My problem with the manual copy is that it leaves this as process semi automatic (without papers with room for error), I guess if the scripts DOMAIN_HOME and DOMAIN_HOME\bin are the same you can do technically (copy the script), it means simply that if there is someone else who needs to do that they can miss this non-standard step (not knowing what you know and what) you did).

    In the interests of maintaining the structure of default installation it could have better for your startup scripts customized to actually use DOMAIN_HOME\bin\startweblogic.sh instead of DOMAIN_HOME\startweblogic.sh (while they follow the location of weblogic standard installation script). BUT if there was a specific decision which required changes and the startweblogic under DOMAIN_HOME and DOMAIN_HOME\bin are the same, you can try to copy the new script or changed from DOMAIN_HOME\bin to DOMAIN_HOME and see if it works.

    Here, there is another alternative which is keeping installation and standardized instructions and making integration manual http://edocs.quest.com/foglight/5610/doc/Cartridge-APM/JavaEECartridge-install/ManuallyIntegrating.5.php#424838

    This way you are creating a generic configuration and then adding the lines manually to the startweblogic you use.

    What is the advantage of this way?  He is always in standard and always documented, this way if someone should follow your work, they can always read the documentation and follow a path standard and documented to do things.

    As far as roll back configuration, this is the reason why we have these backups - you can just rename (and then later remove) new or modified startweblogic.sh and rename the backup/original to be startweblogic.sh.

    I hope this helps.

    Golan

  • Active Directory and the Source of data in Application Weblogic

    Hello

    I was asked to find a way to record information of users created via Active Directory in my datasource request so my application can control if the user as authorization.

    My application, services to extract the data and the data source will be in the weblogic.

    What I found so far that there was to be a supplier Active Directory in the weblogic for authentication, and it will work similar to the SQL provider, put all the users and groups in the weblogic.

    Basically which, according to me, I have to do is create something (service or DB package function perhaps) that will allow to establish synchronization between the two AD and my database somehow.

    How I can do it, or there is an easier way to do it?

    Thank you

    Hello

    Yes, that is what I suggested in my initial post. In some scenarios, I also use JAVA API for details of user AD and works pretty well.

    Thank you

    Amey

  • WebLogic (Administrator) unable to update/case

    Hello

    WebLogic is the administrator and I can check what's new with weblogic, but if I try to update/case I'm insufficient privileges. (Weblogic doesn't have sufficient privileges).

    Please provide entries.

    This LDAP authenticator is located up in the list of authenticators? If so, this could be a reason for that. Try the same with a ldap user admin and see what the results are.

  • Missing/crushed configuration after reboot - Weblogic 12.1.3

    When you change the configuration of weblogic through the web console, the new configuration is lost after reboot. We detected this behavior when you change the data source options and we have even lost of deployments. It seems that weblogic isn't save the config.xml file and others where the configuration is made persistent or may be crushed?

    We use centOS with stand-alone weblogic configuration and vertical cluster vwmware and docker image machine.

    Anyone with the same problem?

    Hello

    According to Oracle Note WebLogic Server: more recent Configuration changes back rolled after a reboot of the Server Admin (Doc ID 1479592.1), you must remove the directory ' {DOMAIN_HOME} / servers/domain_bak/config_bak "then try to start the server

  • Check WebLogic Console output in the log files

    Hello

    I want to save my messages of the weblogic console and SOP of printing in a log file to analyze the results and the exception. For example, suppose I have a booth along the JVM field on which a WAR or EAR file deployed. The output of the print statements and thrown exceptions appear on the console of the black JAVA virtual machine but I want them saved to history and the track. WebLogic Server connects to them and put somewhere or we need to do it manually? If yes then what is the way to do it?

    Concerning

    -Magwaa

    Hi Magwaa,

    Take a look at this blog post explaining how to redirect the output to the console: Blog of Fusion: Weblogic: Console Redirection of log file output

  • Create new keys SSL for Weblogic

    I want to activate SSL for servers of IOM - which means that I must be able to access the URL sysadmin and identity via https. I activated SSL in the console of the managed server, but it does not work.

    While I was looking at the doc Doc-ID 1218695.1 and in the doc under Doc ID 1230333.1 they took the measures. I follow the similar steps for my application server, but for the IOM weblogic servers, I need to use the keystore DemoTrust.jks as I have other certificates imported into them. So I can generate a new key using the following command with an existing key file?

    keytool - genkey-alias alias aliases1 - keyalg RSA - keysize 2048 -keystore < I want to use the existing DemoTrust.jks here > - dname "CN = xxx, OU = xx, O = C = xx, xxx, L = xx, S = xx" - storepass xxxx - xxxx keypass.

    I would send the key generated for approval, then import the root and certificates approved in DemoTrust.jks. Is there anything else I need to do?

    Thank you.

    genkey generates a self-signed certificate. If you want to send to a CA for signature, then you will need to use certreq option instead. You can use an existing key file if you wish.

  • Error in creation of DataSource in Weblogic 11 G

    Hello.

    I recently installed the latest versions of the OSB 11 g and 11g EPCO and due to work, I need to create a data source in my server instance.

    It's whenever I test the connection before completing the process of creating, this error occurs:

    Could not establish a connection because of java.lang.NullPointerException

    at weblogic.jdbc.common.internal.DataSourceUtil.testConnection(DataSourceUtil.java:350)

    at com.bea.console.utils.jdbc.JDBCUtils.testConnection(JDBCUtils.java:734)

    at com.bea.console.actions.jdbc.datasources.createjdbcdatasource.CreateJDBCDataSource.testConnectionConfiguration(CreateJDBCDataSource.java:474)

    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:597)

    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)

    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)

    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)

    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)

    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)

    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)

    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$ 201 (PageFlowRequestProcessor.java:97)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ ActionRunner.execute (PageFlowRequestProcessor.java:2044)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:64)

    at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.invoke (ActionInterceptors.java:50)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:58)

    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)

    at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)

    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)

    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)

    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)

    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:262)

    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:134)

    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:142)

    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:106)

    at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:111)

    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:181)

    at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:167)

    at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:225)

    to com.bea.netuix.nf.ControlLifecycle$ 2.visit(ControlLifecycle.java:180)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:324)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:334)

    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:130)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:352)

    at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:184)

    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:159)

    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)

    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)

    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)

    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:64)

    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)

    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)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    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)


    I have no idea as to what makes, because the connection parameters are correct and on another machine with the same configuration, it worked fine.

    I also noticed that if the domain that the server appeared on Eclipse or is linked on Eclipse in any case, this error occurs.
    When is not related to Eclipse, the test connection works very well on the first time, but if I restart the server it stops working.


    Really, I don't have a clue as to why this happens, because I tried to reinstall the OSB and EPCO several times with the same results. I also thought it might be because I OSB 12 c installed, so I uninstalled both and reinstalled only OSB and EPCO 11 g and it has not worked.


    In any case, I appreciate the answers that anyone can provide.

    Thank you


    Gustavo

    It was probably a setting in the windows registry or a file preferably in conflict in the region of origin of your user, but it's hard to say without knowing your previous configuration settings and the installation process.

  • Invalid WebLogic home directory

    Hello
    I install ATG but I got the error message immediately however the WebLogic Server is running.

    Here is the config of and the error:
    2016-02-05_14-08-09.jpg

    Please ask for assistance.

    OS: W2k12R2

    Kind regards
    Tamas

    Hello

    I believe that you do not use a good version of Java and weblogic with ATG 10.2. With ATG 10.2 I remember you should should java 1.6 and weblogic 10.3.6.

  • com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    Hello

    While I was trying to run the commande./weblogicExportMetadata.sh, I got the below error

    Problem call WLST - Traceback (innermost last):

    File "/ uat/tools/iam/middleware1/Oracle_IDM1/server/bin/weblogicExportMetadata.py", line 22, in it?

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 263, in exportMetadata

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 816, in executeAppRuntimeMBeanOperation

    File "/ uat/tools/iam/middleware1/oracle_common/common/wlst/mdsWLSTCommands.py", line 1097, in saveStackAndRaiseException

    WLSTException: java.lang.SecurityException: access denied MBean operation.

    MBean: oracle.mds.lcm:name = MDSAppRuntime, type = MDSAppRuntime, Application = OIMMetadata ApplicationVersion = 11.1.2.0.0

    Operation: exportMetadata (java.lang.String, boolean, [Ljava.lang.String; [Ljava.lang.String; [Ljava.lang.String; boolean, boolean, boolean, boolean, java.lang.String, java.lang.String, java.lang.String)

    Details: Access denied. View of the roles: Admin, operator, subject to execution: school principals [weblogic, directors] = MDS-91009: operation failed «exportMetadata» DumpStack() to view the full stacktrace.

    Open chat

    As we ran with the default weblogic user, it should have all permissions. But I checked the permissions once more (below the screenshot). It seems good.

    I searched the forums, few users managed by restarting the server of the IOM. So I tried to restart the servers of the IOM. We are on the cluster environment. I was able to bounce the second server, but just by restarting the first server in the console, I got error below...

    Note: I was able to stop the server using scripts. Authorized tmp, hide them, records of the stage and started the server. But it did not help too.

    Error opening com/bea/console/actions/core/server/serverslifecycle/Lifecycle.jpf.

    The source of this error is:

    com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:697)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)

    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)

    at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)

    to com.bea.netuix.nf.ControlLifecycle$ 6.visit(ControlLifecycle.java:429)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)

    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)

    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)

    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:389)

    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)

    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)

    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:253)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)

    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:64)

    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:131)

    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:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)

    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:1485)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: weblogic.utils.AssertionError: * FAILURE of ASSERTION *.

    at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:734)

    at weblogic.server.ServerLifeCycleRuntime.getState(ServerLifeCycleRuntime.java:581)

    at weblogic.server.ServerLifeCycleRuntime.getStateVal(ServerLifeCycleRuntime.java:778)

    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:597)

    at weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:525)

    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:665)

    at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:648)

    at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:308)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:157)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 12.run(WLSMBeanServerInterceptorBase.java:326)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)

    at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:299)

    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:279)

    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ $5 1.run(JMXConnectorSubjectForwarder.java:326)

    to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ 5.run(JMXConnectorSubjectForwarder.java:324)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)

    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1436)

    to javax.management.remote.rmi.RMIConnectionImpl.access$ 300 (RMIConnectionImpl.java:74)

    to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1300)

    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1399)

    at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:635)

    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)

    at javax.management.remote.rmi.RMIConnectionImpl_1036_WLStub.getAttribute (unknown Source)

    to javax.management.remote.rmi.RMIConnector$ RemoteMBeanServerConnection.getAttribute (RMIConnector.java:880)

    at javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:256)

    at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:504)

    at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)

    to com.sun.proxy. $Proxy200.getStateVal (unknown Source)

    at com.bea.console.utils.MBeanUtils.getServerLifeCycleRuntimeStateVal(MBeanUtils.java:2689)

    at com.bea.console.actions.core.server.lifecycle.Lifecycle.forceShutdown(Lifecycle.java:623)

    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:597)

    at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:870)

    at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:809)

    at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:478)

    at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:306)

    at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:336)

    at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:52)

    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$ 201 (PageFlowRequestProcessor.java:97)

    to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ ActionRunner.execute (PageFlowRequestProcessor.java:2044)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:64)

    at org.apache.beehive.netui.pageflow.interceptor.action.ActionInterceptor.wrapAction(ActionInterceptor.java:184)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.invoke (ActionInterceptors.java:50)

    to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors$ WrapActionInterceptorChain.continueChain (ActionInterceptors.java:58)

    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:87)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)

    at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)

    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)

    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)

    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)

    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)

    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:262)

    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)

    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:134)

    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)

    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)

    at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.render(PageFlowStubImpl.java:135)

    at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)

    to com.bea.netuix.nf.ControlLifecycle$ 6.visit(ControlLifecycle.java:428)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)

    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)

    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)

    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)

    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)

    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)

    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)

    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:199)

    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:64)

    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)

    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)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    ... 9 more

    Caused by: java.lang.SecurityException: method 'getState' cannot be used without administrator rights

    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)

    at weblogic.server.RemoteLifeCycleOperationsImpl_1036_WLStub.getState (unknown Source)

    at weblogic.server.ServerLifeCycleRuntime.getStateRemote(ServerLifeCycleRuntime.java:722)

    ... more than 123

    I searched on the oracle support, with the error messages above highlighted, all the docs asked to check the permissions for the user. As we ran with weblogic users, he had the administrator group.

    Even I tried my user account (a administrators group), that didn't work either.

    Is there something else I need to check or configure the WEBLOGIC user.

    We are on OIM 11 g 2 PS2 and weblogic 10.3.6.

    All entries are greatly appreciated.

    Please suggest.

    Thank you

    Hope this helps others.

    First remove the OUD weblogic user. This did not help.

    I managed to solve the problem by stopping the server of the IOM and by disabling the data dir.

    Thanks handat, Abhishek for your contributions. It helped a lot to minor on the issue.

  • java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet while deploying the integrated WebLogic Server Application

    Hi team,

    A lot of time I faced this problem, but today want discussed with you people please suggest me what files are get damaged or that bad so I'm not able to deploy this Application in Server integrated Weblogic himself.

    I have download the sample from the link below and open it in the version 11.1.2.3.0 for Jdeveloper and weblogic Server integrated version is

    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 1398638 2011

    Java version:

    1.6.0_24

    Name of the operating system:

    Windows 7 (6.1)

    link to download the sample:

    https://docs.Oracle.com/CD/E18941_01/tutorials/jdtut_11r2_83/jdtut_11r2_83.html

    It opens directly the sample in Jdeveloper without converting the project and executing the Application, I get the below error:

    [11: 01:19]-deployment began.  ----

    [11: 01:19] the target platform's (Weblogic 10.3).

    [11: 01:22] recovery of the existing application information

    [11: 01:22] analysis of the dependence running...

    [11: 01:23] deployment 2 profiles...

    [11: 01:25] wrote on the Web for C:\Users\IBM_ADMIN\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\o.j2ee\drs\ADFSkinSample\ViewControllerWebApp.war application Module

    [11: 01:27] wrote the Module Enterprise Application to C:\Users\IBM_ADMIN\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\o.j2ee\drs\ADFSkinSample

    [11: 01:27] Application deployment...

    < 4 February 2016 11:01:29 IST > < error > < HTTP > < BEA-101371 > < there was a failure during the processing of annotations for application C:\Users\IBM_ADMIN\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\o.j2ee\drs\ADFSkinSample\ViewControllerWebApp.war. Please make sure that annotations are valid. The error is javax.faces.webapp.FacesServlet >

    < 4 February 2016 11:01:29 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1454563887423 'for task ' 0'. Error is: "weblogic.application.ModuleException: could not load the webapp: ' ADFSecuritySample-ViewController-context-root" "

    weblogic.application.ModuleException: cannot load the webapp: "ADFSecuritySample-ViewController-context-root".

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)

    Truncated. check the log file full stacktrace

    >

    < 4 February 2016 11:01:29 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task of application "ADFSkinSample" >.

    < 4 February 2016 11:01:29 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: cannot load the webapp: "ADFSecuritySample-ViewController-context-root".

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)

    Truncated. check the log file full stacktrace

    >

    [11: 01:29] undeployment.

    [11: 01:29] - incomplete deployment.

    [11: 01:29] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    # Cannot run application ADFSkinSample due to the deployment on IntegratedWebLogicServer error.

    [ADFSkinSample application stopped and cancelled Server Instance IntegratedWebLogicServer]

    Manager of the < logger > < error > ServletContainerAdapter not initialized successfully.

    Please notify.

    Thanks and greetings

    Sanjeev

    Hi Timo,

    I checked and found the question actually JSF library file is missing from my case because of who he is in error, I joined the library and its working for me as well. in any case thanks for your update.

    Thank you

    Sanjeev

  • WebLogic Server configuration

    Hello

    I would like to know if it is possibel to have several administration for a weblogic domain servers?

    Any help would be appreciated.

    Thank you

    Assani

    Yes, you can have 1 active server admin, but you can have a virtual clone that can be converted to the server administrator if the active one breaks down. This process is manual, unless you create a frame around it to automate this process. It can be done, I've done it before.

  • JET license check: is it possible to build the customer facing app using JET + ADF on weblogic today?

    Hello, our company uses under license server Weblogic 12 c and we use now ADF 12 c. We are allowed to use the JET to build a small client demand on top of Weblogic + ADF? (This is not an internal app; we have not begun to use Oracle cloud)

    I know that this is not allowed today. She is permitted after JET is accessible to the public. I want to double confirm my interpretation, thanks a lot!

    Hello

    You are correct in your assumptions.  Today, you need an Oracle Cloud license to distribute a production application using Oracle JET.

    We'll be open sourcing Oracle JET very soon however.

    Do you have a rough idea of when you want to go production with your application?

  • PIA_INSTALL_FAIL (weblogic 12.1.2) for PT8.54 on 2012/MS SQL Win 2012 - please help

    I try to install peoplesoft Campus solution 9.2 on windows server 2012 VM. I installed

    MS SQL Server 2012 (64-bit),

    tuxedo12.1.1.0_VS2012 (64-bit)

    JDK 1.7.0.79 (Java Hotspot 64 bit)

    WebLogic 12.1.2 (64-bit)

    Installed PeopleTool 8.54, Solution Campus 9.2. Created in the demo database. Able to create the server application domain. However after trying several times I'm not able to install the PIA area either by running setup.bat of PsMpPIAInstall by running psadmin.

    I use administrator user id (which is the administrator of the local domain). For running setup.bat, I opened the administrator command prompt and issued this command: setup.bat javahome - e;\java\jdk1_7_0_79\bin\java.exe.

    Just before you run this command, I checked the java - version correctly pointing to 1.7.0.79.

    I get the newspaper in the form

    Fri Jan 29 03:35:36 PST 2016: installation of PIA from...

    PS_HOME: E:\PT8.54

    Install the Action: CREATE_NEW_DOMAIN

    Creating domain...

    Deployment of Web Applications...

    Deploying the Extension of WebLogic files...

    Deployment of PeopleSoft Site files...

    Deployment of PeopleSoft Site Doc files...

    Completed.

    PS_CFG_HOME: E:\PS_CFG_HOME

    PIA_INSTALL_FAIL

    There is no additional information in the log file. I tried to generate a debug log for more information but could not find a way. I have these environment variable defined:

    PS_HOME = E:\PT8.54

    PS_APP_HOME = E:\CS9.2

    PS_CFG_HOME = E:\PS_CFG_HOME

    PS_PIA_HOME = E:\PS_PIA_HOME

    WL_HOME = E:\WLS1212\wlserver

    BEA_HOME = E:\WLS1212\wlserver

    MW_HOME = E:\WLS1212

    When I train with psadmin, I get the same log file. In both cases, the wlspiainstall.properties file is generated as follows:

    Properties of installation #PIA

    #Fri 29 Jan 03:37:16 PST 2016

    wl_home = E\: / WLS1212/wlserver

    wl_domain_jython_script=C\:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\Administrator_wlsdomain.py

    sp_version = 2

    system_password = 5061737377307264

    bea_home = E\: / WLS1212

    ps_home = E\: / PS_CFG_HOME

    http_port 80 =

    wl_config_type = singleserver

    system_id = system

    User.dir=C\:/users/administrator/APPDATA/local/Temp/2/I1454067324/Windows

    ps_tools_home=E\:/PT8.54

    scripts_home=E\:/PT8.54/Setup/PsMpPIAInstall/scripts

    domain_name = peoplesoft

    Java.IO.TMPDIR=C\:/Users/ADMINI~1/AppData/Local/Temp/2

    WL. Create.domain.file=E\:\\PT8.54\\setup\\PsMpPIAInstall\\archives\\WLPeopleSoft.jar

    https_port = 443

    I've seen for previous versions Nicolas.Gasparotto advice was to install jrockit - however I could not find a jrockit supporting jdk 1.7 and the installation guide doesn't say not it is mandatory to install jrockit. so, I install java hotspot jdk.

    Where I'm going wrong? What should I do to get this corrected? Also how can I generate a detailed log file for more information on the causes of the failure?

    I'm fighting with this for the last 7 days - please help as soon as POSSIBLE.

    PS: Here's my psadmin variables env (after reset as advised BEA_HOME):

    ALLUSERSPROFILE = C:\programdata

    APPDATA = C:\Users\Administrator\AppData\Roaming

    BEA_HOME = E:\WLS1212

    CUSTOMERNAME = SWATIRWIN7A

    CommonProgramFiles = c: files

    CommonProgramFiles (x 86) = c: Program Files (x 86) \Common Files

    CommonProgramW6432 = c: files

    COMPUTERNAME = WIN-EK9NHV8J7T0

    COMSPEC=C:\Windows\system32\cmd.exe

    FP_NO_HOST_CHECK = NO

    HOMEDRIVE = C:

    HOMEPATH = \Users\Administrator

    JAVA_HOME = E:\Java\jdk1_7_0_79\bin

    JAVA_OPTS = "" - Dcom.sun.xml.namespace.QName.useCompatibleSerialVersionUID = 1.0 - Xms32m-Xmx64m ' "

    LAX_DEBUG = true

    LOCALAPPDATA = C:\Users\Administrator\AppData\Local

    LOGONSERVER = \\WIN-EK9NHV8J7T0

    MW_HOME = E:\WLS1212

    NUMBER_OF_PROCESSORS = 4

    OS = Windows_NT

    Path=e:\cs9.2\bin\server\winx86;e:\cs9.2\bin\server\winx86\interfacedrivers;e:\pt8.54\bin\server\winx86;e:\pt8.54\bin\server\winx86\interfacedrivers; E:\PT8.54\jre\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\;e:\java\jdk1_7_0_79\bin; E:\Program files (x 86) \Microsoft SQL Server\110\Tools\Binn\; E:\Program Files\Microsoft SQL Server\110\Tools\Binn\; E:\Program Files\Microsoft SQL Server\110\DTS\Binn\; E:\Program files (x 86) \Microsoft SQL Server\110\Tools\Binn\ManagementStudio\; E:\Program files (x 86) \Microsoft SQL Server\110\DTS\Binn\; E:\Oracle\Middleware\Oracle_Home\tuxedo12.1.1.0_VS2012\bin; E:\Oracle\Middleware\Oracle_Home\tuxedo12.1.1.0_VS2012\jre\bin\server; E:\Oracle\Middleware\Oracle_Home\tuxedo12.1.1.0_VS2012\jre\bin;

    PATHEXT = .COM; EXE;. BEATS;. CMD;. VBS;. VBE;. JS;. JSE;. WSF;. WSH;. MSC

    PIA_HOME = E:\PS_PIA_HOME

    PROCESSOR_ARCHITECTURE = AMD64

    PROCESSOR_IDENTIFIER = Intel64 family 6 model 45 Stepping 7 GenuineIntel

    PROCESSOR_LEVEL = 6

    PROCESSOR_REVISION = 2d 07

    ProgramData = ProgramData

    ProgramFiles = c: Program Files

    ProgramFiles (x 86) = c: Program Files (x 86)

    ProgramW6432 = C:\Program Files

    PROMPT = $P$ G

    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\; E:\Program files (x 86) \Microsoft SQL Server\110\Tools\PowerShell\Modules\

    PS_APP_HOME = e:\cs9.2

    PS_CFG_HOME = E:\PS_CFG_HOME

    PS_CUST_APP_HOME = e:\cs9.2

    PS_CUST_HOME = e:\cs9.2

    PS_HOME = e:\pt8.54

    PS_MACH = WIN-EK9NHV8J7T0

    PUBLIC = C:\Users\Public

    SESSION = RDP - Tcp #1

    SystemDrive = C:

    SystemRoot = C:\Windows

    TEMP = C:\Users\ADMINI~1\AppData\Local\Temp\2

    TMP = E:\PS_CFG_HOME/Temp

    TM_CPAU = Yes

    TOOLSREL = 8.54

    TUXDIR=E:\Oracle\Middleware\Oracle_Home\tuxedo12.1.1.0_VS2012

    USERDOMAIN = WIN-EK9NHV8J7T0

    USERDOMAIN_ROAMINGPROFILE = WIN-EK9NHV8J7T0

    USERNAME = administrator

    USERPROFILE = C:\Users\Administrator

    windir = C:\Windows

    WL_HOME = E:\WLS1212\wlserver

    _NT_SYMBOL_PATH=e:\cs9.2\bin\server\winx86;e:\pt8.54\bin\server\winx86;

    Where is JAVA_HOME = E:\Java\jdk1_7_0_79 (instead of JAVA_HOME = E:\Java\jdk1_7_0_79\bin)?

    Nicolas.

Maybe you are looking for

  • Need driver disc to install Windows 7 on Tecra S10

    Hello I have a Tecra S10 - 11I with Windows Vista and I buy the seven Windows Update but when I try to install it, a message told me to install the driver from the cd/dvd drive (it is a Teac DV w28s-rt) and can't find it, can someone give me the link

  • Date for Milestone 2.2 update for New Zealand?

    The initial update page shows only that 2.2 will be available for our closest neighbour of Australia towards the end of the month, but oddly enough the New Zealand is not part of our next Austrailia like us, the kiwis is much more important

  • the interactive report column order does not properly

    Hi allCan someone help me with this situation:Example:1)First of all, I created an interactive report with this simple querySelect col_A 1, 2 Col_D of the double(2) later, I changed the query like thisSelect col_A 1, 1 col_C, 2 double Col_DBut when I

  • Using insert and delete at the same time

    Good afternoonI want to do an insert on the table A in table B, while at the same time do a delete on table a.and I want to do with the procedures.Here is the script I came up with.INSERT the table_a (select * from table_b where status = was ') REMOV

  • Problems of monitoring of resources http (no response time)

    Hey people,I use HQ 4.4.0 to monitor a web application. As we seem to have problems with the response time of a few pages that I want to follow these pages using HQ.I've added an http service and enter the following values: hostname, port, path, meth