Catalog not deployed

I use the ANT tasks to deploy my catalog instead of the pitcher.  When I use this, the catalog is not deployed.

< zip destfile = "cricketarchitecture.zip" >
< zipfileset dir = ' target / ${stage} ' includes = "" * / BasicTile.swf "prefix ="BasicTile"/ >"
< zipfileset dir = ' target / ${stage} ' includes = "" * / BasicTileTwo.swf "prefix ="BasicTileTwo"/ >"
< zipfileset dir = "C:/users/mike/Adobe Flash Builder 4.5/catalogs" includes = "Default.cxml" / >
< / zip >

< action mosaic-catalogue = "import."
file = "cricketarchitecture.zip"
property = 'response '.
Protocol = "${Protocol}.
Server = "${Server}".
port = "${port}".
username = "${username}".
password = "${password}" / >
< echo message = "${answer}" / >
< / target >

Any ideas?

Thanks in advance!

The reference ${catalog} is inside your CXML file. Change there.

In the tooling, if you manually deploy the catalog (rt click on view of the packages, and then select CompositApplicationFramework > Deploy) tooling will be first generatea a catalog.zip, then load it up (internally, it uses the same Ant task that you call from the build.xml). You can see the zip in the project output folder after the deployment has occurred.

Compare the structuore of the zip tool generates the structure that your generation is creating. They must match. The server is waiting for content in a specific format, if the zip file is not fair, that imports resulting will not do what you expect. In particular, to ensure that there are exaclty a single file with the extension of .cxml originally from the zipper. The tiles that are referenced in this descriptr must exist in a subfolder (tiles/%s/%s.swf - where %s is the name of the mosaic). If the tile has fies GXML they belong it there too much support.

Tags: Adobe

Similar Questions

  • SQLJ ok Java app but jax - ws will not deploy

    H,

    I'm new to Jdeveloper (currently using 12.1.2.0.0) and I haven't used Java for some time. So I apologize if the question is stupid.

    I have problems with the current project, I decided to write a very simple java application using sqlj and make sure that it would work. The application works perfectly. Please see below.

    = java file with Main class =.

    package sqlj.test2;

    import java.sql.SQLException;

    public class sqlj_test {}

    public sqlj_test() {}

    Super();

    }

    Public Shared Sub main (String [] args) throws SQLException {}

    sqlj_test sqlj_test = new sqlj_test();

    REF FREHandler.

    int tmp = 100037;

    String ImageBase64Encoded;

    try {}

    REF = new FREHandler();

    ImageBase64Encoded = fre.getImgBase64 (tmp);

    System.out.println (ImageBase64Encoded);

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    }

    ================================ FRE_Handler.sqlj ========================================

    package sqlj.test2;

    to import java.sql.DriverManager;

    import java.sql.SQLException;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    public class FREHandler {}

    CTX DefaultContext.

    public getCtx() {} DefaultContext

    return ctx;

    }

    Public FREHandler() throws SQLException {}

    Super();

    try {}

    DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = DefaultContext.getDefaultContext ();

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    Get the picture to format base 64 encoded for the user of the URN Ref number entry application

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =============================================================

    The problem is that when it transformed into a jax - ws without changing the code, except for the failure of the main class. I get such error as shown below.

    = SQLJ file with Service WS =.

    package sqlj.test3;

    import java.sql.SQLException;

    Import javax.jws.WebMethod;

    Import javax.jws.WebService;

    Import oracle.jdbc.OracleDriver;

    Import sqlj.runtime.ref.DefaultContext;

    Import oracle.sqlj.runtime.Oracle;

    @WebService

    public class FRE_Handler {}

    CTX DefaultContext.

    Public FRE_Handler() throws SQLException {}

    Super();

    try {}

    Tested this style of connection as stand-alone Java application and it works

    java.sql.DriverManager.registerDriver (new OracleDriver());

    java.sql.Connection conn = java.sql.DriverManager.getConnection ("jdbc:oracle:thin:@obase-bip6:1521:orcl", "PUT", "$2012 DasuMet");

    sqlj.runtime.ref.DefaultContext.setDefaultContext (new DefaultContext (conn));

    CTX = sqlj.runtime.ref.DefaultContext.getDefaultContext ();         

    } catch (SQLException e) {}

    System.out.println ("error code:" + e.getErrorCode () + "error msg:"+ e.getMessage () ');

    String sqlState = e.getSQLState ();

    System.out.println ("SQL State:"+ sqlState ");

    }

    }

    @WebMethod

    public String getImgBase64 (int i) throws SQLException {exception

    int jctcr = i;

    String limgbase64 = "";

    #sql limgbase64 = {VALUES (FGET_IMGCLOB_FROM_URN (: IN jctcr))};

               

    System.out.println ("public String getImgBase64 (int i) return"+ limgbase64);

    Return limgbase64;

    }

    }

    =====================================================================

    Here are the errors displayed by JDSeveloper when I try to test the Web Service

    [Running the application on IntegratedWebLogicServer SQLJ_TEST_3...]

    [16: 56:43] SQL_Test_3WebApp.war of Module Web recognized in the project SQL_Test_3.jpr

    [16: 56:43]-deployment began.  ----

    [16: 56:43] the target platform's (Weblogic 12.x).

    [16: 56:43] recovery of the existing application information

    [16: 56:43] analysis of the dependence running...

    [16: 56:43] deployment 2 profiles...

    [16: 56:44] wrote on the Web for C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3\SQL_Test_3WebApp.war application Module

    [16: 56:44] wrote the Module Enterprise Application to C:\Users\Dev\AppData\Roaming\JDeveloper\system12.1.2.0.40.66.68\o.j2ee\drs\SQLJ_TEST_3

    [16: 56:44] redeploy the Application...

    < 14 March 2014 16:56:44 THIS > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID "1394812604414" to "7" task Error is: ' weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext ".

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

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

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

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

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

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

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

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

    Truncated. check the log file full stacktrace

    >

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task for the application "SQLJ_TEST_3" >.

    < 14 March 2014 16:56:44 THIS > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

    at weblogic.application.internal.ExtensibleModuleWrapper.prepare(ExtensibleModuleWrapper.java:114)

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

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

    to weblogic.application.utils.StateMachineDriver$ ParallelChange.run (StateMachineDriver.java:80)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: sqlj.runtime.ref.DefaultContext

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

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

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

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

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

    Truncated. check the log file full stacktrace

    >

    [16: 56:44] undeployment.

    [16: 56:44] - incomplete deployment.

    [16: 56:44] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    # Can't run application SQLJ_TEST_3 due to the deployment on IntegratedWebLogicServer error.

    [16: 56:44] requested cancellation

    [SQLJ_TEST_3 application stopped and cancelled IntegratedWebLogicServer]

    This is because the SQLJ library does not come as part of WebLogic and is not deployed by default.

    You can add the jar for SQLJ file in the lib of your WebLogic domain directory or set the default Runtime SQLJ Jdeveloper to deploy library.

  • OMS.ear not deployed during the installation of Oracle OSM 7.0.3

    Hello

    I installed MSO 7.0.3 according to the steps shown in the installation guide for OSM. But oms.ear is not deployed on the WL server, however the database schema is created correctly.
    I am using below s/w-
    Windows XP, Oracle DB 11g server from WL Oracle 11 g, OSM 7.0.3, RAM - about 3 GB

    But whenever I tried the manual oms.ear deployment, throw exception mentioned below and let me know the solution for this issue.

    Error log is mentioned below-

    # < 10 sep 2012 11:00:22 AM GMT + 05:30 > < error > < Console > < INPUHJPC56418 > < AdminServer > < ExecuteThread [ASSET]: '4' for queue: '(self-adjusting) weblogic.kernel.Default' > < weblogic > <><>< 1347255022126 > < BEA-240003 > < Console met the following error weblogic.management.DeploymentException: [J2EE:160149] error in the processing of library reference. References application library, defined in weblogic pending - application.xml: [Extension name: adf.oracle.domain, exact match: false], [name of the Extension: oracle.jsp.next, exact match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    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:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >

    Thank you and best regards,
    Angèle Chastenet of gery

    ADF is a must for the OSM 7.0 and later versions.

  • Spend PSE10 to PSE12 - catalog not imported?

    I am considering an upgrade of PSE10 to PSE12, so I downloaded the demo of PSE12.  However, despite the use of my catalog PSE10 converted, I still find that PSE12 made use of the catalog.  It seems like if I imported the photos just and let it boot into a new catalog.  Am I missing something?  Here's what I did:

    • I downloaded and installed PSE12.
    • Initially, I was converted no catalog, I imported just a few test photos.  But then I deleted all those newly created catalog.
    • Then, I went in the Catalog Manager and converted my 12 000 photos PSE10 catalog.  After that, it shows that the current catalog in Catalog Manager.
    • Then, I imported my photos 12 000.

    But, as I said, I see no evidence that the book is used at all:

    • I lost the hierarchy of tags.
    • In the list of tags, it only shows the tags that I wrote in the file in PSE10.  I only did this for all the photos, there are tags in PSE10 which do not appear.
    • I don't see ratings on these photos where I wrote the file metadata in PSE10.
    • Many of my photos have an incomplete date (year only, for example).  These show in PSE10, I walked in them.  But these dates never download written in the file, and of course, these pictures show a date edit or something, not the date that I assigned in PSE10.  Again, the catalog info is not used.
    • These small boxes around faces... all names are missing.

    I have a Windows 7 64-bit machine.

    Should I wait for the above items appear in PSE12?  Or I do not have something I need to do?

    Thank you

    Bill

    BillCz wrote:

    I am considering an upgrade of PSE10 to PSE12, so I downloaded the demo of PSE12.  However, despite the use of my catalog PSE10 converted, I still find that PSE12 made use of the catalog.  It seems like if I imported the photos just and let it boot into a new catalog.  Am I missing something?  Here's what I did:

    • I downloaded and installed PSE12.
    • Initially, I was converted no catalog, I imported just a few test photos.  But then I deleted all those newly created catalog.

    Bill

    The normal procedure would have been to let PSE12 convert your catalog in effect automatically. That would have left the old avalaible catalog PSE10 and created a new in the PSE12 format. Not to do so is not a problem, since you can begin the process to convert manually. Now the default catalog in PSE12 is a void: he had imported your test photos, then you deleted the.

    • Then, I went in the Catalog Manager and converted my 12 000 photos PSE10 catalog.  After that, it shows that the current catalog in Catalog Manager.

    Good. If this catalog is not only the highlighted (marked "current"), select it and press the button 'open '.  You should have found everything, including your tags and categories of hierarchies, albums, games, legends, sides etc version.

    • Then, I imported my photos 12 000.

    Big problem! You don't need to import anything after a conversion of catalogue. The new catalog contains the paths to all your image files already catalogued. I suspect that you were not in the converted catalog, but always in the catalog to the default empty new PSE12.

    But, as I said, I see no evidence that the book is used at all:

    • I lost the hierarchy of tags.
    • In the list of tags, it only shows the tags that I wrote in the file in PSE10.  I only did this for all the photos, there are tags in PSE10 which do not appear.
    • I don't see ratings on these photos where I wrote the file metadata in PSE10.
    • Many of my photos have an incomplete date (year only, for example).  These show in PSE10, I walked in them.  But these dates never download written in the file, and of course, these pictures show a date edit or something, not the date that I assigned in PSE10.  Again, the catalog info is not used.
    • These small boxes around faces... all names are missing.

    It is the result of importing files in a new catalog.

    What you need to do in Catalog Manager: get an another catalog not marked as 'in progress': highlight it and click on 'open '.

    If this does not work, you can always try to convert the old catalog again. Be sure to check the box for "see the already converted catalogs. Let the conversion processed. Select the converted catalog (should be listed under the "common" name in Catalog Manager).

    It's working now?

  • "b2bui" is not deployed on the target "AdminServer.

    I assigned the b2b server administrator

    but under my deployments, the b2bui is like new condition.

    I get error 503 - Service unavailable.

    I tried to update the b2bui by selecting it in the deployments and clicking on update, it updates.


    But the b2bui and b2bconsole are under AdminServer when checked in the tab target.

    I tried to start the service by clicking Start Alll queries, and then he threw me an error
    "b2bui" is not deployed on the target "AdminServer.

    Please let me know

    Thank you

    It seems that you have configured the wrong password in the configuration of data source and so when the data source is trying to connect to DB with incorrect password continuously then after several attempts the account is getting locked. Make sure that this source of SOA data and the MDS have the good password configured.

    Kind regards
    Anuj

  • Error: Static content was not deployed. Ask your system administrator

    One of my users gets the following error of static content was not deployed. Please ask your administrator to help system.

    Anyone had this before, or what someone knows what it is referencing. This happens whenever it runs a report and the report formats not correctly.

    At present, it seems that for him, but I don't think it's the control panel that she run Citrix and all other existing users on Citrix are not complaining.

    I,

    I saw him, it happens randomly to some users and nobody else, we have seen the year last a few weeks and then it stopped and restarted again in January then stopped again. Log a call with CC and give them this CR # 12 - 1QK0RRZ, the last update I have on it, it is "understand that this will require some changes to the code before its fixed. However, I am unable to provide you with a scheduled time of implementation at the moment. I will update you as soon as I hear more about this one. "but it was in March.

    2 things, is not happen in Firefox if it is an option for the user, AND we found if you connect to staging and then return to prod, he did disappear, don't ' don't ask me how or why, but it seemed to work for us.

    good luck ;-D
    Alex

  • Could not deploy FF 3.6.23 to FF 7.0.1 Via GPO

    Hi, I tried to deploy the package to upgrade FF 3.6.23 to FF 7.0.1 via GPO.
    (Domain Windows 2008 R2 Standard, Windows XP SP3 domain clients)

    But some PC can spend but a few PCs can not. (Deploy other software is okay, only FF)

    All guys got the problem like this?
    Would you please to give me an idea?

    Why are you such an old version Firefox 7.0.1 update? The latest version of Firefox 13. You should not use older versions than were removed from the support and they have known and corrects a vulnerability.

    The only other vresoin with a support if Firefox ESR. http://www.mozilla.org/en-US/firefox/organizations/.

  • VeriStand 2015 will not deploy with Labview created model: error-307703

    I try to use a model of labview to resume a few calculated channels that are currently in one of my projects veristand. Without the LV model, it works fine. But after you import the model and connection of all inputs and outputs, he used to "deploy. Gives the error-307703 during the deployment. More information in the log below.

    I use Veristand 2015 and LabView 2015 also. I put the inputs and outputs correctly in the connector pane, and when you import the model into Veristand, the inputs and outputs appear correctly. "" When I use the "Tools" NI VeriStand "generate NI VeriStand model of VI ' there is no errors and it creates a LVmodel that I can import into veristand.

    Are there steps that I missed? Or troubleshooting tips for tweaking my design to accept a LVmodel?

    * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
    VeriStand gateway has encountered an error while deploying the system definition file.

    Details:
    307703 error occurred at Window.lvlib projectWindow.vi project > Project Window.lvlib:Command Loop.vi > NI_VS Workspace ExecutionAPI.lvlib: NI VeriStand - connect to System.vi

    Possible reasons:

    NEITHER VeriStand: The specified model is not compatible with NI VeriStand. If you try to deploy the model to an RT target, launch the Console Viewer tool to view the output of the console of the target, which includes information about the source of the error.
    =========================
    NEITHER VeriStand: .vi Wrapper (RT) of the NI VeriStand Engine.lvlib:VeriStand engine > Engine.vi Engine.lvlib:VeriStand NI VeriStand > NI VeriStand Engine.lvlib:VeriStand state motor Machine.vi > model model Execution.lvlib:Initialize loop Data.vi > SIT model API.lvlib:Initialize Model.vi
    =========================
    NEITHER VeriStand: Initialization error Code 1


  • External files are not deployed to target

    I'm trying to follow the example in this post where the user specifies a file in the build specification which includes no - LV files.  It contains HTML files that must be deployed with the project.  It seems to be a good idea to keep HTML and JS files with the code LV that they interact with.  When I deploy the project, however, I see that the HTML and JS files are unpacked to /tmp/webservices/userservices/deployed/control-2C7CC494-343D-11DF-811F-00802F112BC5/data on my cRIO.  When I navigate to the cRIO, however, I'm not used files because they are not located in the directory/nor-rt/system/www.  Is this a bug in LV or my misunderstanding of the function?

    Found the solution.  The target doesn't have to be in the directory/nor-rt/system/www.  Carefully following the instructions at http://zone.ni.com/devzone/cda/tut/p/id/7747#toc15 provided the solution.

  • Can not deploy the build Q10

    Hello. I have difficulties deploying my build for a physical device. It seems to work fine on the Simulator. It is a port from files apk android to a bar file.

    None of these debugging info below seems familiar? No idea why it does not work?

    Thank you

    Kenneth

    Env:

    10.9.2 MacOSX

    Customer 1.1.0.20 | Mix 1.1.0.67

    Command line tools: 2.0.6.201409181326

    feature:

    Q30

    version s/w 10.3.2.2474

    OS: 10.3.2.2639

    Build ID: 857461

    What I tried:

    1 using the BlackBerry deployment tool, I get the error message:

    Error: Failed authentication user
    com.qnx.bbt.deploy.Deploy$ DeployException: error: failed authentication user

    2. via command line tools

    $. / blackberry-deploy - v - installApp-password 1111 - device 169.254.0.1 - package androidapp.bar
    Info: Initialized http client
    Info: Attempt to leave with cookie
    Info: Logging in...
    Info: Response analysis...
    Info: Status of reading...
    Info: Status: success
    Info: Application-Development-Mode is set to false, off sync
    Info: By running the command INSTALL
    Info: Send request: INSTALL
    News: Expired session reset

    A debugging token is not required for the loading of a signed version.  Restart the Q10 help?  You can try deployment WiFi instead of USB?  If it works, try to install the latest version of BlackBerry Link, that will update the USB drivers.

  • Application of JAX - RS not deployed when a part of the EAR

    I have a WAR file that contains a JAX - RS application. In the stand-alone deployment, I can access different resources. When instead this WAR file is deployed as part of an EAR, and then the JAX - RS application is not recognized by WebLogic and none of the JAX - RS are available.

    My JAX - RS application is very simple:

    MyApplication.java

    package company.rest;
    
    
    @ApplicationPath("/")
    public class MyApplication extends Application {
        @Override
        public Set<Class<?>> getClasses() {
            HashSet<Class<?>> classes = new HashSet<>();
            classes.add(MyResource.class);
            return classes;
        }
    }
    
    

    MyResource.java

    package company.rest;
    
    @Path("/foo")
    public class MyResource {
        @Produces(MediaType.APPLICATION_JSON)
        @Path("/")
        public String list() {
    return "[1,2,3]";
    }
    }
    
    
    
    

    I have a weblogic.xml:

    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app">
      <context-root>my/api/1/rest</context-root>
    </weblogic-web-app>
    
    

    Then application.xml for ear is empty.

    (Incidentally, I don't understand why the weblogic.xml is necessary. I tried to put the path of the context everything in the @ApplicationPath of the MyApplication but who was honored not...)

    When I deploy, I see in weblogic is that war MyApplication is deployed as a type of Web Application of 'Module' under the EAR. There is however no listed Web service. Also, if I click on the war MyApplication then look under surveillance, both tabs Web Applications and applications of JAX - RS show no entry.

    What I am doing wrong?

    In the greatest demand, I started to disable some wars / RPG are included in the ear and then he started to work identical to the minimal example. Somewhere, there is a conflict with the libraries in the ear / various wars, but I do not get any type of output in the paper, etc. It is not simply recognize the war as file containing resources of JAX - RS.

  • restored my tags catalog not listed and not correct records info

    I'm a long-time user PES.  I am the PSE 14 running 64-bit Windows 10.  I have a new PC and just restored my computer to the new catalog.  Old and new PC use even of PES and Windows.  PSE thumbnails appear in the media with my tags window in the corner and seem to be in the correct file structure.  I use images > Images > annually (2002-2015).

    Problems seem to be with folder windows and tag.  No tag not listed in the right column and the folders on the left do not match my folder list.  An example is

    10 10 2015 Nashville.  The files are simply incorrect.  The photos show tags.

    I've heard of this issue, but I don't know how to fix it.  Help will be appreciated.

    Barbara

    No. Cal

    This can be important for my problem of catalog above.  I just found in the Adobe help that "you must be logged on to the computer by using the same user name as the old computer.  When I put my new computer my username sort is listed incorrectly.  I've always had my (Barb) name as my username.  Somehow when I set up the new computer my user name was modified by another name (roadt).  I did not notice it for a few days.  I couldn't figure out how to change it to Barb and now my file structure is not the same as it was in the old computer.  This can be done how the catalog has been managed.

    Barbara

    No. Cal

  • Could not deploy blueprint: error the applicant unit. INTERNAL EXCEPTION: Nullable object must have a value.

    vRA 6.2.1 - 2543390

    Trying to deploy any plan of action in a tenant I get the following error as the author of the request:

    "A server error has occurred error the applicant unit. Nullable object must have a value. »

    Research in the newspaper the observer, I get:

    "Asking the device error. INTERNAL EXCEPTION: Exception was thrown by the target of a call. INTERNAL EXCEPTION: Error requesting device. INTERNAL EXCEPTION: Nullable object must have a value. »

    NullableObject01.PNG

    The journal of C:\Program Files (x 86) \VMware\vCAC\Server\Model Manager Web\Logs\Repository on the server of IaaS, I see the request for plan of action and the following stack trace:

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - MachineRequest:? XML version = "1.0" encoding = "utf-16"? >

    " < = MachineRequest container ' http://www.w3.org/2001/XMLSchema "" xmlns: xsi = " " http://www.w3.org/2001/XMLSchema-instance ">

    < TemplateId > 2e2cc4cb-c867-4290-8419-77489755d0c0 < / TemplateId >

    f4ac2e16-8b0a-47ea-94BB-455d0155f44b < GroupId > < / GroupId >

    < RequestingUser > [email protected] < / RequestingUser >

    [email protected] < owner > < / owner >

    < reason > This is the reason why < / reason >

    Properties of <>

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > __Notes < / name >

    Tests of < value > < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > provisioningGroupId < / name >

    < value > f4ac2e16-8b0a-47ea-94bb-455d0155f44b < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > VirtualMachine.LeaseDays < / name >

    < value > 100 < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > blueprintId < / name >

    < value > 2e2cc4cb-c867-4290-8419-77489755d0c0 < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > VirtualMachine.CPU.Count < / name >

    < value > 1 < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > VirtualMachine.Disk0.Size < / name >

    < value > 16 < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > true < / IsRuntime >

    < name > Custom.Domain < / name >

    < value > child.vrademo.local < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > VirtualMachine.Memory.Size < / name >

    < value > 2048 < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > VirtualMachine.Disk0.IsClone < / name >

    < value > true < / value >

    < / NameValue >

    < NameValue >

    < IsEncrypted > false < / IsEncrypted >

    < IsHidden > false < / IsHidden >

    < IsRuntime > false < / IsRuntime >

    < name > __api.request.id < / name >

    < value > 2116a8fc-cf07-4827-8841-70d2e8495b1a < / value >

    < / NameValue >

    < / properties >

    < / MachineRequest >

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateMachineRequest: 25da3edf-7dfe-4582-ac6e-49464775d41a: started during initialization AllocateMachineRequest

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateMachineRequest: 25da3edf-7dfe-4582-ac6e-49464775d41a: completed initialization of AllocateMachineRequest

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationService: 25da3edf-7dfe-4582-ac6e-49464775d41a: started GetAvailableReservations

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationService: 25da3edf-7dfe-4582-ac6e-49464775d41a: completed GetAvailableReservations

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationService: 25da3edf-7dfe-4582-ac6e-49464775d41a: implementation of available reserves 1

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationService: 25da3edf-7dfe-4582-ac6e-49464775d41a: finished loading 1 Reservations available

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationRequest: e78ecf77-025c-4cea-a322-fdfd1f5c4b21: started during initialization AllocateReservationRequest

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - AllocateReservationRequest: e78ecf77-025c-4cea-a322-fdfd1f5c4b21: completed initialization of AllocateReservationRequest

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Debug]: Thread-Id: 25 - began to remove virtual machine record for: [any]

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Debug]: Thread-Id: 25 - finished deleting the virtual machine record for: [any]

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Error]: Thread-Id: 25 - did not request. Inner exception: Nullable object must have a value.

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Error]: Thread-Id: 25 - [email protected]

    System.InvalidOperationException: Nullable object must have a value.

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (AllocateMachineRequest request, AllocateReservationRequest currentReservation, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateAvailableReservations (machineRequests from list 1, list 1 availableReservations, StringBuilder infoErrorMsg, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (availableReservations from list 1, list 1 queries)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservationByType (AllocateMachineRequest request)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservations (AllocateRequest request)

    to DynamicOps.ManagementModel.Services.ProvisionMachineService. <>c__DisplayClasse. < AllocateMachine > b__c()

    DynamicOps.Common.RetryTransactionException.RetryIfNecessary (use)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.AllocateMachine (model VirtualMachineTemplate, ProvisioningGroup group, owner of the channel, properties of list 1, isComponent Boolean, applyExpiresOverride Boolean, Nullable Nullable networkScopeId, VirtualMachine masterMachine 1, expiresOverride 1)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequestByType (model VirtualMachineTemplate, ProvisioningGroup group, owner of the chain, the list 1, list 1 originalRuntimeProperties properties)

    at DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequest (MachineRequest request)

    [UTC:2015 - 06-03 11:38:39 local: 2015-06-03 12:38] [Error]: Thread-Id: 25 - System.Data.Services.DataServiceException: error the applicant unit. -> System.Reflection.TargetInvocationException: Exception has been thrown by the target of a call. -> System.Data.Services.DataServiceException: error the applicant unit. ---> System.InvalidOperationException: Nullable object must have a value.

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (AllocateMachineRequest request, AllocateReservationRequest currentReservation, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateAvailableReservations (machineRequests from list 1, list 1 availableReservations, StringBuilder infoErrorMsg, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (availableReservations from list 1, list 1 queries)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservationByType (AllocateMachineRequest request)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservations (AllocateRequest request)

    to DynamicOps.ManagementModel.Services.ProvisionMachineService. <>c__DisplayClasse. < AllocateMachine > b__c()

    DynamicOps.Common.RetryTransactionException.RetryIfNecessary (use)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.AllocateMachine (model VirtualMachineTemplate, ProvisioningGroup group, owner of the channel, properties of list 1, isComponent Boolean, applyExpiresOverride Boolean, Nullable Nullable networkScopeId, VirtualMachine masterMachine 1, expiresOverride 1)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequestByType (model VirtualMachineTemplate, ProvisioningGroup group, owner of the chain, the list 1, list 1 originalRuntimeProperties properties)

    at DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequest (MachineRequest request)

    -End of the exception stack trace internal-

    at DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequest (MachineRequest request)

    to DynamicOps.ManagementModel.ManagementModelOperations. < SubmitVirtualMachineRequest > b__c (r, ManagementModelEntities d MachineRequest)

    in DynamicOps.Common.Entity.OperationInvoke'1.Execute [TRequest] (Func 3 operation)

    -End of the exception stack trace internal-

    at System.RuntimeMethodHandle.InvokeMethod (Object target, sig Signature constructor Boolean, object [] arguments)

    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal (Object obj, Object [] parameters, Object [] arguments)

    at System.Reflection.RuntimeMethodInfo.Invoke (Object obj, BindingFlags invokeAttr, Binder binder, Object [] parameters, CultureInfo culture)

    to System.Data.Services.Providers.BaseServiceProvider.InvokeServiceOperation (ServiceOperation serviceOperation, Object [] parameters)

    -End of the exception stack trace internal-

    to System.Data.Services.ErrorHandler.HandleTargetInvocationException (TargetInvocationException exception)

    to System.Data.Services.Providers.BaseServiceProvider.InvokeServiceOperation (ServiceOperation serviceOperation, Object [] parameters)

    at System.Data.Services.Providers.DataServiceProviderWrapper.InvokeServiceOperation (OperationWrapper serviceOperation, Object [] parameters)

    at System.Data.Services.RequestUriProcessor.ComposeExpressionForServiceOperation (SegmentInfo, IDataService service, checkRights Boolean, SegmentInfo lastSegment segment)

    to System.Data.Services.RequestUriProcessor.ComposeExpressionForSegments (IList 1 segments, IDataService service, Boolean isCrossReferencingUri)

    at System.Data.Services.RequestUriProcessor.ProcessRequestUri (Uri absoluteRequestUri, IDataService service, Boolean internalQuery)

    to System.Data.Services.DataService'1.HandleRequest)

    INTERNAL EXCEPTION: System.Reflection.TargetInvocationException: Exception has been thrown by the target of a call. -> System.Data.Services.DataServiceException: error the applicant unit. ---> System.InvalidOperationException: Nullable object must have a value.

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (AllocateMachineRequest request, AllocateReservationRequest currentReservation, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateAvailableReservations (machineRequests from list 1, list 1 availableReservations, StringBuilder infoErrorMsg, Boolean requireExactPolicy)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateStorageReservations (availableReservations from list 1, list 1 queries)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservationByType (AllocateMachineRequest request)

    at DynamicOps.ManagementModel.Services.AllocateReservationService.AllocateReservations (AllocateRequest request)

    to DynamicOps.ManagementModel.Services.ProvisionMachineService. <>c__DisplayClasse. < AllocateMachine > b__c()

    DynamicOps.Common.RetryTransactionException.RetryIfNecessary (use)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.AllocateMachine (model VirtualMachineTemplate, ProvisioningGroup group, owner of the channel, properties of list 1, isComponent Boolean, applyExpiresOverride Boolean, Nullable Nullable networkScopeId, VirtualMachine masterMachine 1, expiresOverride 1)

    DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequestByType (model VirtualMachineTemplate, ProvisioningGroup group, owner of the chain, the list 1, list 1 originalRuntimeProperties properties)

    at DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequest (MachineRequest request)

    -End of the exception stack trace internal-

    at DynamicOps.ManagementModel.Services.ProvisionMachineService.SubmitMachineRequest (MachineRequest request)

    to DynamicOps.ManagementModel.ManagementModelOperations. < SubmitVirtualMachineRequest > b__c (r, ManagementModelEntities d MachineRequest)

    in DynamicOps.Common.Entity.OperationInvoke'1.Execute [TRequest] (Func 3 operation)

    -End of the exception stack trace internal-

    at System.RuntimeMethodHandle.InvokeMethod (Object target, sig Signature constructor Boolean, object [] arguments)

    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal (Object obj, Object [] parameters, Object [] arguments)

    at System.Reflection.RuntimeMethodInfo.Invoke (Object obj, BindingFlags invokeAttr, Binder binder, Object [] parameters, CultureInfo culture)

    to System.Data.Services.Providers.BaseServiceProvider.InvokeServiceOperation (ServiceOperation serviceOperation, Object [] parameters)

    [UTC:2015 - 06-03 11:38:41 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - Guid: <? XML version = "1.0" encoding = "utf-16"? >

    2e2cc4cb-c867-4290-8419-77489755d0c0 < guid > < / guid >

    [UTC:2015 - 06-03 11:38:47 local: 2015-06-03 12:38] [Path]: Thread-Id: 25 - Guid: <? XML version = "1.0" encoding = "utf-16"? >

    2e2cc4cb-c867-4290-8419-77489755d0c0 < guid > < / guid >

    Any ideas on what could be the nullable object that requires a value?

    Yes, this seems to be the problem, you can update using query below and see if it works for you.

    UPDATED [HostReservation] set StorageAllocationPolicyID = 4, CurrentStorageAllocationIndex = 0, CurrentNetworkAllocationIndex = 0

    WHERE HostReservationName = '. '

  • Could not deploy EGGS

    Hello

    I have a few EGGS files when I try to deploy, displays the following error:

    Cannot access file:

    C:\user\Administrator\Desktop\Backup\new-ova\ubuntu.18-file1.ISO

    End of the EGG file reached while you are looking for: ubuntu.18 - file1.iso

    OVA-error.jpg

    I use VMWare ESXi 5.5

    How can I solve this problem?

    It does not work. As mentioned previously, extract all the files in the OVA, replace the OVF file and select the file of the OVF for importation.

    André

  • vSphere device Replication Manager will not deploy

    Dear people of the future: this is what we have found so far: (http://xkcd.com/979/)

    Install us a vCenter Site Recovery Manager system and have a devil of a time on a vCenter deploy the model to the OVF for the VR device. Error message is "the OVF package uses features that are not supported. "Unsupported section ' {http://www.vmware.com/schema/ovf} vServiceDependencySection' (Extension of vCenter vService dependency)"

    A vCenter is protected and has successfully complete connection, mapping and created the placeholders with vCenter B (off site). When I go to step of the vSphere replication 1 to deploy the aircraft, the model of the FVO shows the correct location of my vCenter server and two servers RS for A and B are configured the same (physical SRM with SQL 2 k 8, vCenter virtual appliance).

    I can force it to use the model of the FVO directly from my SRM server, but then the vSphere replication process will not go past step 2 (reconfigure the VR device).

    In addition, I don't see a "VMware VirtualCenter Management Webservices" service on the vCenter server A or B so I don't think that is the question.

    Thoughts?

    Victor.

    He solved. When I went to run updates on the server vCenter Server, he said that it was waiting for a reboot because of previous updates. A bounced and everyone is happy! Thank you for helping me to talk about it through!

Maybe you are looking for

  • Pavilion P7-1414: Cable 11 disconnected my p7-1414, where does go?

    Hello, my problem, as indicated in the title, is a wire labeled "Cable 11" disconnected from inside my PC I installed an SSD, the other day. I just need to know where he'll be back because I can not find it. The wire comes out of the front (but still

  • Volume buttons and Mute not working-T400

    I just do a fresh install of Windows 7 64-bit. Everything works except the physical volume up, down and cut buttons. Any ideas on how to solve this problem? Thank you.

  • Cable LCD Y560 replacement problems

    Hello good people of Lenovo forums! I have a laptop Y560 who has a damaged LCD cable (part no: "DD0KL3LC000"). Because of the hinge of this model problem, the LCD cable had caused the crazy screen flicker and inverted the colors. So I recently tried

  • No NICs on xp

    Good everything you computer geeks, you have a 62 yo man who is happy when it starts running the computer and it works, so please answer that a true novice can understand.   I reformated my desktop computer with xp and couldn't find any network anywh

  • I would like to know why I can't burn a dvd

    I tried to burn DVDs with windows media center of Utorrent and when I en cert in my magnovox dvd player they won't play. I would like to burn DVDs for my grandchildren to use when they go down for Christmas. I go from FLV converters and all sorts of