ResourceException while deploying stand-alone ADF Application to Weblogic SOA or Server Admin

I have ADF applications that I want to deploy on the server of SOA. The SOA server is part of the field of bpmdev. While trying to deploy the application, I get the following error. Same error when I try to deploy the application on AdminServer in the same domain:

[13: 16:14] Application deployment...

[13: 16:25] [Deployer: 149193] Operation "deploy" on demand "SecurityGroupsCustomApp_application1" failed on "AdminServer.

[13: 16:25] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy SecurityGroupsCustomApp_application1 on AdminServer. :.

[13: 16:25] WebLogic Server Exception: weblogic.application.ModuleException:

[13: 16:25] caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

[13: 16:25] check the server logs or the console of the server for more details.

[13: 16:25] weblogic.application.ModuleException:

[13: 16:26] # incomplete deployment.  ####

[13: 16:26] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

ADF Application connects to SOADataSource that is configured on the server with the target set to soa_server1. Same application deploys in WLS integrated as a stand-alone.

Jdev version: 11.1.1.7.0

WebLogic Server version: 10.3.5.0

Exception stacktrace of soa_server1.log:

Failure occurred in the execution of the request for deployment with the ID ' 1406851753207 'for the task 9'. Error: ' weblogic.application.ModuleException: '

weblogic.application.ModuleException:

at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)

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)

at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)

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

at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)

at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)

at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)

at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

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

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

Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: IO error: the network adapter could not establish the connection

at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:285)

at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1322)

at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1239)

at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)

at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)

at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)

at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)

at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)

at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)

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)

at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)

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

at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)

at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)

at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)

at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)

at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)

at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

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

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

Thank you.

-Cedric

I managed to solve the problem of deployment by modifying the deployment under the Application properties configuration:

1. unselect Auto Generate and Synchronize weblogic - jdbc.xml deployment descriptors

2 deselect the credentials under Security Deployment Options

3 deselect users and groups under deployment and Security Options

I think auto generation of weblogic deployment descriptor - jdbc.xml was most probably the origin of the problem.

Thank you.

-Cedric

Tags: Java

Similar Questions

  • Oracle business rule editor/designer as a stand-alone web application

    Hi all

    I want to use the engine of trade rules Oracle on non_soa J2EE application with weblogic server.i found my solution in this doc http://docs.oracle.com/cd/E28271_01/user.1111/e10228/non_soa.htm#ASRUG828

    But I want to have my business rule editor/designer as a stand-alone web application for the use of analysts to create the new rule, modify existing and... .without deployment main editing application and rules affected on app at runtime.

    Can I do it?

    Thank you.

    Fazel.

    Check the functionality of the SOA composer where you can manage the rules and make them deployable to the execution of composites and applications that use the rules.  You may need to develop the first time within Jdev but you can edit and change them in SOA composer.  You can find the composer SOA in your local installation to http://hostname:soaPort/soa/composer /

    In addition, please refer to the documentation here: http://docs.oracle.com/cd/E23943_01/user.1111/e10228/rtdt.htm

  • "404" error when running ADF Applications using Weblogic / OAM / Webtier

    Hi Experts,

    Our organization works on the implementation of Weblogic 10.3.5 on HP - UX 11.31 / PA RISC hardware.

    All is well enough to work, but we met a particular hurdle and I hope I can get some advice from people here in the forums.

    We have virtual hosts within the Weblogic web layer for different areas. We also have Oracle Access Manager configured to protect some web resources (to force the user to authenticate to access the page). Each virtual host is configured to use the https protocol, and we have SSL certificates installed.

    The problem arises when trying to deploy an ADF application for weblogic, then run it through one of these virtual servers. We want these applications to use https only. Mod_wl_ohs has also been configured to forward requests to the web layer weblogic.

    App deploys fine, and when you try to access the app, we are redirected to a login page by OAM, which is what we want. However, when the application starts to run, it seems that ADF is adding to the URL query parameters, and when he does this, redirecting to https, which causes a 404 error. If you manually add the 's' on the URL, the application loads and works very well.

    For example:
    Say the url of our application is
    https://foo.mydomain.com/MyApp/faces/search
    Navigate to this url redirects to the login page. After the connection, we headed over to something like this (the actual settings vary):
    http://foo.mydomain.com/MyApp/faces/search?_afrLoop=7078069345015890 & _afrWindowMode = 0 & _adf. CTRL-State = yvpch8hdh_4
    .. which returns a 404 error.
    If put us the 's' on the url, it works as expected.

    Why is this happening? Why is redirect to the login page staying is not in https?

    To facilitate debugging, we created a very simple jsp page that was not developed using ADF, and deployed in a similar way, and he remained in https after redirection from the login page.

    Is this a specific problem ADF? Is something that needs to be configured in the ear file deployment of JDeveloper?

    Any advice would be much appreciated...

    Published by: corn on September 18, 2012 09:43

    Hello

    It seems that you use any porxy between the two.

    Please activate weblogicplugin activated under

    Server--> --> configuration--> advance.

    Enable this option and try to restart the server again.

    Kind regards
    Kal

  • How to access oimserver via servlet as a stand-alone web application

    Hello..
    I am beginner,
    I want to develop the file custom war that contains jsp and servlets.
    Servlets that communicate with IOM server through the digital signature (by private key) for authentication and the request of the user.
    But I'm not clear how to proceed...

    (1) what are the lib - jar files must be imported for the war file to communicate with the server of the IOM?
    (2) how servlet will be able to communicate which IOM server if I use the method digital signature? go where he will read the IOM server configuration file? (Please provide detail explanations)
    (3) where deploy the war file, application server running IOM server or application server independent separate them?
    (4) if I unfold in the stand-alone application server how to import the digital certificate and how will the communication?
    (5) if I install in IOM server itself how communication will be?

    Please put more light on these areas... that would be really greatfull...



    Thanks in advance...
    Rami

    Here are your answers-

    + 1) what are the lib - jar files must be imported for the war file to communicate with the server of the IOM? +

    What most IOM present libs are in the folder lib console design, the exact number of the libs depends on the api you are using

    + 2) how servlet will be able to connect to which server IOM if I use the method digital signature? go where he will read the IOM server configuration file? (Please provide detail explanations).

    Like any stand-alone client, that client must xlconfig.xml it's read the information on the server of the IOM.

    + 3) where them deploy the war file, application server running IOM server or application server independent separate? +

    You can deploy this file of war anywhere you want.

    + 4) if I unfold in the stand-alone application server how to import the digital certificate and how communication will be? +

    The customer must point to the same server configuration files that points to

    (+ 5) if I install in IOM server itself how communication will be? +

    Communication will be the same if it is installed as a stand-alone client.

    Hope this helps,
    Sagar

  • Stand-alone labview application (.exe file) does not run correctly

    Hi all

    I'm doing a labview application only to run on another computer (I never did this before).

    I went through the tools-> build application prompts and was able to build an exe file.

    the program is supposed to control a power meter and measures of power, then save them in a text file.

    When I run the exe, on the same computer, I compiled the exe, the program generates a text file to save data to, but he cannot communicate with the electricity meter.

    There are a few screws Sub and a dll file that are used to communicate with the electricity meter. Would it be possible that I am not say labview to correctly

    include these files when I create an executable?

    What are some common problems that arise when building stand alone applications that could be cause of my problems?

    And no one knows of any good tutorials on building applications stand alone in labview, other than the help files OR?

    Thanks for your help,

    Also, if you used the VISA, include the runtime with your Installer.

  • Windows Media Player ActiveX plays do not image, but the stand alone WMP application. Why?

    I use my Windows Media Player v11 with extra codec to play mp4 files (mp4 are not supported by default with WMP 11, so I had to install a codec). It works very well in the stand-alone application, but when I use the ActiveX control in the regulation, it does not use the codec and I get only sound... no picture. I thought that the ActiveX was merely an interface to the same application of base used by OR and the stand alone media player. And if it's the same kernel, it must use the same codec. What Miss me?

    I have a tip for you. If you download Quicktime 7 (QT), you can select the QT activex player (see picture). It plays mp4 and seems better. QT is free, so there shouldn't be any problem. Try and see if it make you good

  • How to deploy ADF Applications to Weblogic Server examples

    Hello

    I am a novice ADF and JDeveloper and Weblogic, now I have JDeveloper 10.1.3.3.0 and 10gR 3 of Weblogic Server installed on my machine, could you please teach me how to deploy http://blogs.oracle.com/smuenchadf/examples/ on my Weblogic Server examples?

    Thank you very much in advance!

    Best wishes
    Jia - Wei

    "Network adapter could not establish the connection.

    do you have create db connection and test?

    There is another way for the deployment.

    create the field of prod, you may need to extend your domain name to include libraries of the adf.
    Start the server administrator
    Goto, wl (http://:console) console create datasource
    Select the tunnel server protocol tab
    Create a connection to the server App (Application Server Browser View menu) in jdev
    Right-click on your App. GoTo Deploy - name of the application - to - new connection
    Run the jspx in the browser (http://:appname-ViewController-context-root/faces/jsfpagename.jspx)

  • How deply ADF application on weblogic 10.3

    Hello team,

    Here I've created an aplpication using jdevloper 11.1.1.1.0
    I have the part model & View Controller how do I deploy application on weblogic. I also follow the steps that are defined in the * 'Merger Oracle Application Development Framework Developer Guide' * but still, I am facing the problem in deployment, i.e. of incomplete deployment...

    (1) first of all, I created the dataSourse on weblogic
    (2) then I gave the path dataSourse for the Module of the Application
    (3) then I created the file. WAR in viewController
    (4) then I create the EAR file
    then I deplying application to weblogic...

    Am I going in the right direction?

    It is usually supplied during installation. If you accepted the default, then it should be as below-

    user name: weblogic
    Password: weblogic.

    See you soon
    Subrata

  • In a stand alone c# application deployed on clients with framework 2.0, why some cards work and others raise the DateTimeOffset error?

    I work with a rich client c# application written in a running .NET Framework 4.0 development environment - but targeted clients are running (XP) .NET 2.0 and we are not allowed to upgrade their computer to a higher version (2.0 SP1 or higher)

    The question arises in our application charts display for the bar chart type, but the type of pie chart to throw the following error:

    System.TypeLoadException: Could not load type 'DateTimeOffset' of assembly ' mscorlib, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089 ".". " to System.Windows.Forms.DataVisualization.Charting.DataPointCollection.AddXY (xValue, yValue [] Object Object) at PackTrax.GraphingForm.GraphingForm_Load (String chartType, Double [] currentValues, Double [] optimizedValues) at PackTrax.GraphingForm.getGraphData (String chartType, Double [] currentValues, Double [] optimizedValues) at PackTrax.MainForm.currentToolStripMenuItem_Click (Object sender, EventArgs e) at System.Windows.Forms.ToolStripItem.RaiseEvent (Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick (ByVal e As EventArgs) at System.Windows.Forms.ToolStripItem.HandleClick (ByVal e As EventArgs) at System.Windows.Forms.ToolStripItem.HandleMouseUp (MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive (EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent (ByVal e As EventArgs, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp (MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp (MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons, Int32 clicks button) at System.Windows.Forms.Control.WndProc (Message & m) at System.Windows.Forms.ScrollableControl.WndProc (Message & m) at System.Windows.Forms.ToolStrip.WndProc (Message & m) at System.Windows.Forms.ToolStripDropDown.WndProc (Message & m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m) at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Why would a type of graphic work and not the other?

    How do we identify which retrieves code makes reference to the System.DateOffSet class as the call which is very certainly implied (we don't actively reference this class) and how can we get around it?

    Any help would be much appreciated.

    Kind regards

    Sarah

    Hello

    I suggest you to report the problem in the MSDN forums for a better response.

  • Error during the deployment of ADF application on weblogic Server integrated in JDEV - [SPI: J2EE deployment 260010]

    Hello Experts,

    I received the following message when I tried to deploy a sample application on the weblogic Server integrated into my JDEV ADF.  Can someone help me with this error message?

    < 27 March 2015 21:30:09 CEST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    IntegratedWebLogicServer start time: 33630 ms.

    IntegratedWebLogicServer has begun.

    [Running the application on Server Instance IntegratedWebLogicServer SavedSearches...]

    [15:30:11]-deployment began.  ----

    [15:30:11] the target platform's (Weblogic 10.3).

    [15:30:18] # incomplete deployment.  ####

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] [SPI: J2EE deployment 260010] unable to connect to ' t3s: / / localhost:7102' as a user, "weblogic. Error returned: null

    [15:30:18] t3s: / / localhost:7102: Destination unreachable; nested exception is:

    java.net.ConnectException: Connection refused: connect. No router available at destination

    [15:30:18] Destination unreachable; nested exception is:

    java.net.ConnectException: Connection refused: connect. No router available at destination

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

    [SavedSearches application stopped and cancelled Server Instance IntegratedWebLogicServer]

    Thank you

    David Selvaraj

    Can user, you please tell us your exact Jdev version?

    The error message tells you that the server has been started, but is not available under the localhost:7102 of access

    The port doesn't look good for me. The built-in Server normally uses port 7101. You can check which port you configured for the server?

    You can check this on the "application server" tab and select the built-in server, right-click, and select Properties. In the dialog box, you see the configuration.

    Timo

  • Carousel component and stand-alone Weblogic server problem.

    Hello! I have a problem after I deployed my application on stand-alone Weblogic Server. There is no error when I do the same local Weblogic Server. So, let's discuss.

    My App is deployed to new stand-alone WebLogic Server. I have the page with carousel cpmponent, when I visit I can see: http://my.jetscreenshot.com/2677/20101020-bvow-82kb

    When I navigate to another page by pressing the 'BACK' button, then I go to the master/detail page, see: http://my.jetscreenshot.com/2677/20101020-casn-19kb

    I see no data in the detailed form, but the data should be there. And when I try to navigate this page with buttons next, previous and so on, then I got an error in the browser, see: http://my.jetscreenshot.com/2677/20101020-cugj-20kb

    If I do the same scenario in my local server, then there is no problem.

    An interesting thing is that when I restert my stand-alone Weblogic Server and try to visit my pages in different order app - first visit master detail form and him visit my page to view carousel, so I have no errors. And after that I try to get my application by first scenario and no errors. So if I post the stand-alone deployment first visit master/detail form, then carousel. So before my app works well, but if I first visit page carousel after deployment stand-alone weblogic server. Then forward, I have problems as I said.

    The problem is the carousel component. If I delete and make the same scenarious on the stand-alone server, then there not a problem as I have menthioned before. ANY ideas what is wrong and why everything works correct on the local server?

    If you need more information, please let me know! Moreover, here you can download my App and try to deploy it to your own stand-alone Weblogic Server, app is here: http://www.failiem.lv/down.php?i=fwgzym & n = Test_carousel_in_standalone_weblogic_server.zip

    After downloading, run the scripts in the database project (see: http://my.jetscreenshot.com/2677/20101020-akcx-16kb)

    And after deploy you my application on STAND-ALONE weblogic server, visit the ViewCarousel.jspx page and in press the 'BACK' button and see what happens.

    Hope for your answers, cordially, Debuger!

    Debuger,
    of course, I ran your use case. And it worked on my environment.

    OK, my guess is that you hit the Bug 9183113. Brief summary, is that if you use createRootApplicationModule (...) outside the binding of the adf, the chances are that you break links to the other parts of the application that use the same definition of application module. In your test cases, you use createRoorApplicationModule (...) to stream image via a servlet in the browser. You use the same definition of application to the ruin of the application module. Sometimes it breaks resulting in the "no data found" links you see.

    The work-around, I found as it is to ensure that the servlet you use createRootApplicationModule, runs through the filter adfBindings. It worked for me, so give it a try.

    Open your web.xml file, select "Filters" and then in the table "adfBindings". In the tabs below the table select "filter mappings. He see you on entry fro "Faces Servlet". HJit green '+', select 'Servlet' as "Mapping Type", in the column mapping use the drop down arrow and select your 'ImageServletCarousel', 'Distributor Type' column select the checkboxes for 'Before' and 'ask '.
    Do the same for other servlets image you use and save your work.
    Recompile and build a new EAR and deploy it. See if that fixes your mistake.

    Timo

  • Problems of application on Weblogic 10 Server deployment

    Hello! I'm pretty new on Weblogic 10 and would need some advice.

    I use workshop for Weblogic 10 on Windows, and I developed an application made up of the following:

    -A stateful EJB
    -A web Weblogic Service to receive applications
    -A control to allow the web service call methods on the EJB.

    The entire project (in an ear file) works perfectly on the local server Weblogic 10 using the 'performance on the server' or 'debug on server ".

    However, when I export the ear file, I am unable to deploy it on a separate server Weblogic 10 (this one running on Solaris).

    I get the following error: _ [SPI: 260142 deployment J2EE] descriptor to "META-INF/annotation - manifest.xml' in module 'service.war' is not recognized and cannot be parsed." _. My guess is that this is related to controls of hive annotations...

    What gives? Shouldn't workshop create a stand-alone file usable by Weblogic 10?

    Taking a glance at my EAR file, I notice that it contains no library of hive (among others). It contains all the necessary libraries utility? If so, how can I add them? I see all the pots in my EJB project and on the other side, but they do not follow in the jar/ear files.

    I'm stuck! any advice or pointers would be appreciated! Thank you.

    N00b

    Betino is correct, make sure that the domain that you deploy on is activated as a workshop (it installs just the libraries for the Apache Beehive controls and workshop in the field). You can also extend an existing with the workshop model domain. You can see that the libraries are deployed by looking in the console.

  • Error when deploying to the Simulator application: BUILD FAILED StandardInstall does not exist.

    I get the above error while deploying the blackberry Simulator application. I have
    Download the Java SDK 1.7, Apache Ant, BlackBerry WebWorks Smartphone SDK (OS 7 or earlier) and
    PhoneGap 2.8.1.I put in JDK and Ant path in environment variables.

    The project is to build successfully in the directory of the project with the command "ant blackberry construction."

    Generation of blackberry D:\ProjectBB>ant
    BuildFile: D:\ProjectBB\build.xml
    BlackBerry:
    Update:
    generate-cod-name:
    [echo] Generated name: __NAME__.cod
    clean:
    [Remove] Delete the D:\ProjectBB\build directory
    package-app:
    [mkdir] Created dir: D:\ProjectBB\build\widget
    [copy] Copy of 22 files to D:\ProjectBB\build\widget
    [zip] Building zip: D:\ProjectBB\build\__NAME__.zip
    Update:
    [exec] [INFO] Parsing of the command line options
    [exec] [ERROR] Invalid application - archive name of archive is not valid
    BUILD SUCCESSFULLY
    Total time: 4 seconds

    While deploying Simulator using 'ant blackberry simulator load' command in the command prompt, it
    shows build failed with the error message "StandardInstall does not exist.

    Responsible for blackberry D:\ProjectBB>Ant-Simulateur
    BuildFile: D:\ProjectBB\build.xml
    BlackBerry:
    Load Simulator:
    generate-cod-name:
    [echo] Generated name: __NAME__.cod
    clean:
    [Remove] Delete the D:\ProjectBB\build directory
    package-app:
    [mkdir] Created dir: D:\ProjectBB\build\widget
    [copy] Copy of 22 files to D:\ProjectBB\build\widget
    [zip] Building zip: D:\ProjectBB\build\__NAME__.zip
    Update:
    [exec] [INFO] Parsing of the command line options
    [exec] [ERROR] Invalid application - archive name of archive is not valid
    Load Simulator:
    [echo] Simulator directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK
    2.3.1.5\simpack\7.0.0.318
    [echo] Simulator directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK
    2.3.1.5\simpack\7.0.0.318
    [echo] Simulator of executable = C:\Program Files\Research in Motion\BlackBerryWebWorks SDK
    2.3.1.5\simpack\7.0.0.318/9930.bat
    [echo] All simulators of closing...
    [exec] No sessions running.
    [exec] Result: 1
    [echo] MDS directory = C:\Program Files\Research in Motion\BlackBerry WebWorks SDK 2.3.1.5/mds
    BUILD FAILED
    D:\ProjectBB\build.XML:51: The following error occurred when executing
    This line:
    D:\ProjectBB\blackberry.XML:153: D:\ProjectBB\build\StandardInstall does not exist.

    Total time: 7 seconds

    Please help me solve this problem

    Thanks in advance

    For the version of the SDK BlackBerry Smartphone (i.e. BBOS), please note that you need JDK1.6 and there are also 32 bits.

    Can you please try this change (uninstall previous versions of the JDK/JRE) and only install JDK1.6 32-bit (it will automatically install the JRE too.)

    As well, I see a problem in the community newspapers:

    [exec] [ERROR] Invalid application - archive name of archive is not valid

    There seems to be a problem with the name of the ZIP file:
    __Name__.zip

    Can you please try to remove the symbols _ the name of the archive?

  • How to move a stand-alone series C of Cisco UCS managed service profile without losing any data?

    Hello

    We currently have a stand-alone series cisco C with 2012 Windows Server installed on the local disks.  We need to go this Cisco UCS server managed with a service profile, but can not lose existing data and the method of operating system boot.

    Does anyone know how to do this?

    Thank you

    Hi Adrien,.

    To be able to accomplish this together the local drive to 'any Configuration' policy this way UCSM won't overwrite the current raid on the server configuration.

    See the link below

    http://www.Cisco.com/c/en/us/TD/docs/unified_computing/UCS/SW/GUI/config...

    Let me know if that helps

  • Cannot invoke the stubborn task in adf application flow after deployment on stand-alone WSL

    Hello.

    We have developed application in jdeveloper 12.1.3 using ADF workflows and *.jsp (try us and *.jspx also) pages.

    On integrated weblogic application server works, but after successfully deployment on stand-alone WLS (ver. 12.1.3, demployment mode domain) with ADF runtime 12.1.3, we cannot call activity of workflow (bounded task flows) on click of a button. If we call button click on the page of the progress of the task without terminals began that it works well.

    On the server we have deployments:

    ADF. Oracle.businesseditor (1.0,12.1.3.0.0)

    ADF. Oracle.Domain (1.0,12.1.3.0.0)

    ADF. Oracle.domain.WebApp (1.0,12.1.3.0.0)

    consistency-transaction-rar

    Application of the DMS (12.1.3.0.0)

    EM

    emagentsdkimplpriv_jar (11.2.0.1.0,12.1.0.3.0)

    emagentsdkimpl_jar (11.2.0.1.0,12.1.0.3.0)

    emagentsdk_jar (11.2,12.1.0.3.0)

    EMAS

    EMCORE

    emcoreclient_jar

    emcorecommon_jar

    emcoreconsole_jar

    emcoreintsdk_jar (11.2.0.1.0,12.1.0.0.0)

    emcorepbs_jar

    emcoresdkimpl_jar (11.2.0.1.0,12.1.0.0.0)

    emcoresdk_jar (11.2.0.1.0,12.1.0.0.0)

    emcore_jar

    em_core_ppc_pojo_jar

    em_sdkcore_ppc_public_pojo_jar

    JSF (2.1, 2.1.7 - 01-)

    jsr311-API (1.1.1,1.1.1)

    JSTL (1.2,1.2.0.1)

    log4j_jar (1.3,1.2.15)

    ODL.clickhistory (1.0,12.1.3)

    ODL.clickhistory.WebApp (1.0,12.1.3)

    OHW - RCF (5,12.1.3.0.0)

    OHW - uix (5,12.1.3.0.0)

    Oracle.ADF.dconfigbeans (1.0,12.1.3.0.0)

    Oracle.ADF.desktopintegration (1.0,12.1.3.0.0)

    Oracle.ADF.desktopintegration.Model (1.0,12.1.3.0.0)

    Oracle.ADF.Management (1.0,12.1.3.0.0)

    Oracle.BI.ADF.Model.slib (1.0,12.1.3.0.0)

    Oracle.BI.ADF.View.slib (1.0,12.1.3.0.0)

    Oracle.BI.ADF.WebCenter.slib (1.0,12.1.3.0.0)

    Oracle.BI.composer (11.1.1,0.1)

    Oracle.BI.jbips (11.1.1,0.1)

    Oracle.dConfig - infra (2.0,12.1.3)

    Oracle.jrf.System.Filter

    Oracle.jsp.Next (12.1.3,12.1.3)

    Oracle.pwdgen (2.0,12.1.3)

    Oracle.SDP.client (2.0,12.1.3)

    Oracle.WebCenter.composer (2.0,12.1.3)

    Oracle.WebCenter.Skin (2.0,12.1.3)

    Oracle.WSM.Console.Core.View (1.0,12.1.3.0)

    Oracle.WSM.seedpolicies (2.0,12.1.3)

    orai18n-ADF (11,11.1.1.1.0)

    OWASP. ESAPI (2.0,12.1.3)

    State-Management-Provider-Memory-rar-12.1.3

    UIX (11,12.1.3.0.0)

    webapp

    WebApp1

    wls_jrf

    wls_reconfig_jrf_12

    WSIL-wls (12.1.3.0.0)

    +++++++++++

    Our problem:

    Of view1.jspx on click commandButton1, we cannot call taskFlowCall1.

    During the click on we see view1.jspx refreshes, but should be called view2.jspx.

    +++++++++++

    Sources

    -adfc_config.xml-

    <? XML version = "1.0" encoding = "windows-1251"? >

    " < adfc-config xmlns =" http://xmlns.Oracle.com/ADF/controller "version ="1.2"> "

    < view id = "View1" >

    View1.jspx < page > < / print this page >

    < / view >

    < task-flows-call id = "taskFlowCall1" >

    <-flow-reference to tasks >

    /Web-INF/taskFlowCall1.XML < document > < / document >

    taskFlowCall1 < id > < /ID >

    < / task-flow-reference >

    < / task flows-call >

    < rule of flow control = '__1' id >

    View1 < of-activity-id > < /-activity-id >

    < control-flow-case id = "__2" >

    TFC < from outcome > < / de-results >

    taskFlowCall1 < to-activity-id > < / to-activity-id >

    < / control-flow-case >

    < / control-flow-rule >

    < / adfc-config >

    -taskFlowCall1.xml-

    <? XML version = "1.0" encoding = "windows-1251"? >

    " < adfc-config xmlns =" http://xmlns.Oracle.com/ADF/controller "version ="1.2"> "

    < - flow - the definition of task id = "taskFlowCall1" >

    View2 < by default-activity > < / default activity >

    < transaction >

    < new-transaction / >

    < / transaction >

    < data-control-scope >

    < shared / >

    < / data-control-scope >

    < view id = "view2" >

    View2.jspx < page > < / print this page >

    < / view >

    < id of task-flow-return = 'Cancel' >

    < result >

    cancellation of < name > < / name >

    < rollback / >

    < / results >

    < / task-flow-back >

    < task-flows-call id = "taskFlowCall2" >

    <-flow-reference to tasks >

    /Web-INF/taskFlowCall2.XML < document > < / document >

    taskFlowCall2 < id > < /ID >

    < / task-flow-reference >

    < / task flows-call >

    < rule of flow control = '__1' id >

    View2 < of-activity-id > < /-activity-id >

    < control-flow-case id = "__2" >

    Cancel < from outcome > < / de-results >

    cancellation of < to-activity-id > < / to-activity-id >

    < / control-flow-case >

    < control-flow-case id = "__3" >

    tfc2 < from outcome > < / de-results >

    taskFlowCall2 < to-activity-id > < / to-activity-id >

    < / control-flow-case >

    < / control-flow-rule >

    < / task-flow-definition >

    < / adfc-config >

    -view1.jspx-

    <? XML version = "1.0" encoding = "UTF - 8"? >

    " < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "version ="2.1"xmlns:f =" " http://Java.Sun.com/JSF/core "

    ' xmlns:af = ' http://xmlns.Oracle.com/ADF/faces/rich "xmlns:h =" http://Java.Sun.com/JSF/html ">

    < jsp:directive.page contentType = text/html"; Charset = UTF - 8 "/ >

    < f: view >

    < af:document title = "view1.jspx" id = "d1" > "

    < af:form id = "f1" >

    < h:commandButton value = "commandButton1" id = "cb1" action = "tfc" / >

    < / af:form >

    < / af:document >

    < / f: view >

    < / jsp:root >

    ++++++++++++

    Pls help me.

    We found a solution to the problem yourself.

    Our solution:

    On each page that uses the activity to call a workflow in the bindings, we added the executor of the ADF task flows Bindings type - taskFlow.

    The property is set (in my example):

    ID - taskFlowCall1

    taskFlowId - /WEB-INF/taskFlowCall1.xml#taskFlowCall1

    That's all.

Maybe you are looking for