Incomplete Deployment Listing

Hi!
I have an enterprise project with the dependencies of an EJB project, a Web project and a JPA project.
I'm using Eclipse 3.4 (Ganymede) and JBoss 4.2 GA.
In the JPA project there are two entities, and a persistence.xml:
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
<persistence-unit name="BlogEntity">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>java:/DefaultDS</jta-data-source>
<class>node.blogNode</class>
<class>user.blogUser</class>
<properties>
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
</properties>
</persistence-unit>
</persistence>
In the EJB project there is only one Session Bean yet which includes the BlogEntity:
@PersistenceContext(unitName="BlogEntity")
EntityManager em;
user.blogUser blogger;
public static final String LocalJNDIName = userBean.class.getSimpleName() + "/local";
* Default constructor.
public userBean() {
blogger=new user.blogUser();
When I try to deploy the application, the following error appears:
22:23:23,656 INFO [TomcatDeployer] undeploy, ctxPath=/BlogWeb, warUrl=.../tmp/deploy/tmp57241Blog.ear-contents/BlogWeb-exp.war/
22:23:23,656 WARN [JmxKernelAbstraction] jboss.j2ee:ear=Blog.ear,jar=BlogEJB.jar,name=userBean,service=EJB3 is not registered
22:23:23,671 INFO [EARDeployer] Undeploying J2EE application, destroy step: file:/C:/Program Files/JBoss/server/default/deploy/Blog.ear
22:23:23,671 INFO [EARDeployer] Undeployed J2EE application: file:/C:/Program Files/JBoss/server/default/deploy/Blog.ear
22:23:23,671 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/JBoss/server/default/deploy/Blog.ear
22:23:23,718 WARN [MainDeployer] Found non-jar deployer for BlogEntity.jar: MBeanProxyExt[jboss.ejb3:service=EJB3Deployer]
22:23:23,828 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.stateless.StatelessContainer
22:23:23,843 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=Blog.ear,jar=BlogEJB.jar,name=userBean,service=EJB3 with dependencies:
22:23:23,843 INFO [JmxKernelAbstraction] persistence.units:unitName=BlogEntity
22:23:23,843 INFO [EJB3Deployer] Deployed: file:/C:/Program Files/JBoss/server/default/tmp/deploy/tmp57242Blog.ear-contents/BlogEJB.jar
22:23:23,843 INFO [TomcatDeployer] deploy, ctxPath=/BlogWeb, warUrl=.../tmp/deploy/tmp57242Blog.ear-contents/BlogWeb-exp.war/
22:23:24,000 INFO [EARDeployer] Started J2EE application: file:/C:/Program Files/JBoss/server/default/deploy/Blog.ear
22:23:24,000 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.j2ee:ear=Blog.ear,jar=BlogEJB.jar,name=userBean,service=EJB3
State: NOTYETINSTALLED
I Depend On:
persistence.units:unitName=BlogEntity
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=BlogEntity
State: NOTYETINSTALLED
Depends On Me:
jboss.j2ee:ear=Blog.ear,jar=BlogEJB.jar,name=userBean,service=EJB3
Please help me, what did I forget?
Edited by: MorcMarc on Jul 3, 2008 6:01 AM

Sorry, I've posted the question to the wrong place.
But I'm still waiting for the answer here or in the Enterprise JavaBeans.

Similar Messages

  • Incompletely deployed packages Errors While Starting JBoss and Errors while Accessing LiveCycle Services

    After Configuring JBoss 4.2 for LiveCycle 8.2 using preinstallsingle.pdf  documentation on Linux platform . Deployed the following Jars to Jboss deploy/
    adobe-livecycle-jboss.ear
    adobe-livecycle-native-jboss-x86_linux.ear
    Statred the JBoss and successfully initialized  the adobe database schema using browser. That made me sure that my .ear are deployed successfully. After configuring the DataBase Schema  I am able to log in to the admin ui using u:administrator and p:password  . However I am not able to see any services under the services tab in admin ui . When I look back at the Server Logs I see the following Error
    2009-05-28 04:40:43,883 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
    --- Packages waiting for a deployer ---
    org.jboss.deployment.DeploymentInfo@ae49da0f { url=file:/mnt/sw/jboss-4.2.0.GA/server/all/deploy/hs_err_pid2824.log }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/mnt/sw/jboss-4.2.0.GA/server/all/deploy/hs_err_pid2824.log
      altDD: null
      lastDeployed: 1243500043882
      lastModified: 1243500043000
      mbeans:
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@ae49da0f { url=file:/mnt/sw/jboss-4.2.0.GA/server/all/deploy/hs_err_pid2824.log }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/mnt/sw/jboss-4.2.0.GA/server/all/deploy/hs_err_pid2824.log
      altDD: null
      lastDeployed: 1243500043882
      lastModified: 1243500043000
    and when I try to access the Rights Management ES webapplication , I am able to see the login ui but not able to log in with any user and on the server logs I get the following error
    2009-05-28 05:26:31,509 ERROR [STDERR] | [com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient] errorCode:16385 errorCodeHEX:0x4001 message:Exception wrapped in DSCException is Null or NOT An Instance of UMException chainedException:ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: DirectoryManagerService not found.chainedExceptionMessage:Service: DirectoryManagerService not found. chainedException trace:ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: DirectoryManagerService not found.
            at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getService(ServiceRegistryImp l.java:1084)
            at com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl.getHeadActiveConfiguration(Se rviceRegistryImpl.java:935)
            at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.resolveConfiguration(ServiceEngineImpl.ja va:148)
            at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:73)
            at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
            at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
            at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
            at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
            at com.adobe.livecycle.usermanager.client.DirectoryManagerServiceClient.findPrincipal(Direct oryManagerServiceClient.java:616)
            at com.adobe.edc.server.platform.UMHelper.getAnonymousPrincipal(UMHelper.java:447)
            at com.adobe.edc.ui.console.auth.RMSecurityFilter.isEndUser(RMSecurityFilter.java:43)
            at com.adobe.edc.ui.console.auth.RMSecurityFilter.allowUser(RMSecurityFilter.java:23)
            at com.adobe.idp.um.auth.filter.SecurityFilter.createNewSession(SecurityFilter.java:180)
            at com.adobe.idp.um.auth.filter.SecurityFilter.doFilter(SecurityFilter.java:126)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    I am not sure why jboss is not able to deploy my packages properly which I guess is accountable for missing services. Any help on this issue will be highly appriciated.
    Thanks and Regards,
    Shakra

    Hi,
    I am having exactly the same problem. Did you ever come to a resolution on this problem???
    Thanks,
    Darren

  • "Failed to unlock deployment list" when deploying to another location

    Hi everybody
    I am deploying packages from a location test to a location prod, when i try to deploy the packages the stderr.txt gives me that
    "Failed to unlock deployment list"
    Any suggestions;
    Thanks Niko

    Hi everybody
    I am deploying packages from a location test to a location prod, when i try to deploy the packages the stderr.txt gives me that
    "Failed to unlock deployment list"
    Any suggestions;
    Thanks Niko

  • Managing deploy list with multiple .properties

    During the development process I and other engineers
    list the individual beans in the weblogic.properties'
    weblogic.ejb.deploy= list. We do this rather than create
    one big jar to deploy because it allows for quicker
    turnaround. The problem is that we may have more than
    one weblogic.properties file and we are adding and
    removing beans thus the deployment list
    can get out of date in a .properties file.
    Other than rolling all the beans into one jar file is there
    another way to keep the deploy list in sync across these
    various .properties files ? Is there such a thing as a
    way to include on .properties file inside another ?
    This is in a non-clustered environment.
    Thanks,
    Marlon

    You can still do the sorting through a Comparator
    The compare method should take
    public int compare(CustomerAddressVO o1, CustomerAddressVO o2) { //..so you can then do
    01.getCustomer().getName();
    //and
    o1.getAddress().getId() together with relevant null checks

  • Failed to unlock deployment list

    Hi guys!
    I need help because when I run a workflow that call several mappings, it stops in the middle of one of the mappings, looks like it ended up successfully (all green, 0 errors in the log). I have no log file in the $OWB_HOME/owb/log folder, and the only error message I can find is in the xterm where I launched OWB client :
    doAsynchronousExecution
    Task notification null PRC_DMT_MAIN
    Execute operation NativeExecution OWF_BIDEALERS_LOCATION PRC_DMT_MAIN
    Task notification null PRC_DMT_MAIN:MPG_DIM_SOCIETE_SITE_MARQUE
    Task notification OK PRC_DMT_MAIN
    Execute operation NativeExecution OWF_BIDEALERS_LOCATION PRC_DMT_MAIN
    Task notification OK PRC_DMT_MAIN:MPG_DIM_DMT_TEMPS
    Task notification OK PRC_DMT_MAIN:MPG_DIM_SOCIETE_SITE_MARQUE
    Task notification OK PRC_DMT_MAIN:MPG_DIM_DMT_TEMPS
    Failed to unlock deployment list
    Failed to unlock deployment list
    PRC_DMT_MAIN is my workflow, and all the MPG are the mappings is calls. Several are missing.
    A bit more about the context :
    - we have a dev. environment running on windows server and everything is fine,
    - we have a test environment running on linux SLES where I have this issue,
    - we have written an OMB*Plus script to perform the erport/import/deployment and it has run perfectly so far,
    - we already have been through the OS-specific problems (folder separator, case sensitiveness, ...)
    I googled the error message "Failed to unlock deployment list" but didn't get anything helpful.
    Can anybody please advise?
    Thanks in advance!
    Ced.

    Nigel,
    My fault, on the log : I renamed the log file, expecting OWB to create a new one but everything was actually logged in the renamed file.
    My client is working on the server. I use putty and XMing to get it displayed on my PC.
    I did not try with today delta load, but with the Monday full load, to run each part separately. It allowed me to complete the process. Thus it's not the workflow contents that fails.
    One weird thing is in the log file today. I have to explain a bit more:
    Both full and delta workflow contain 1 workflow for each layer (ODS, DWH, DMT) the difference is the DWH workflow that is not exactly the same. The two DWH workflows and the DMT workflow all call some mappings and also call a set of workflows.
    The strange thing is that the delta didn't reach the end of the ODS. The DWH and DMT weren't even started. But the log file reports a start of the DMT workflow called by the delta workflow at the same time as the ODS. The DWH isn't started, while the main workflow sequentially calls ODS, DWH and then DMT.
    The funny thing is that the DMT seems to run ( while it is not supposed to ) and to stop at the same place as in the full : I have a log for the same 2 DMT mappings.
    I believe that there is something somewhere that remains from former executions and that is re-executed for some reason.
    I also think that if my delta stops, it is not due to the ODS, but due to the fact that this ghost DMT session that runs in parallel says "stop" to the whole process while the ODS is running.
    2008/07/02-15:15:19-CEST      1DE0C09     Initializing execution for auditId= 227186 parentAuditId= 227181 topLevelAuditId=227181 taskName=PRC_SCH_DELTA:PRC_ODS_MAIN
    2008/07/02-15:15:19-CEST      1F2F70A     Initializing execution for auditId= 227205 parentAuditId= 227181 topLevelAuditId=227181 taskName=PRC_SCH_DELTA:PRC_DMT_MAIN
    Finally, I think that the issue isn't in the workflows themselves as the same issue happens on 2 different workflows.
    Can you please advise?
    Thanks for your help so far!
    Ced.
    Unfortunately I can't go any further :

  • Deployed lists in a SharePoint hosted app use the wrong content type.

    I am using Visual Studio Ultimate 2013 to deploy a SharePoint hosted app to my SharePoint 2013 development environment. 
    I have created 2 lists, one of which is using a custom content type with custom columns and the other is just a simple custom list definition and instance, all of which are deployed inside the same feature.
    However when I go to the simple list, it is using the content type from the other list, even though in the schema.xml shows that it is not supposed to use this content type. I have checked the content type ID and it is not referencing my custom content type,
    but for some reason the list is using that content type.
    I remember seeing this same issue a few months ago while creating a SP2010 sandbox solution. It could well be something I'm doing wrong when creating the lists/content type.
    Steps to recreate this issue:
    Create a SharePoint hosted app in VS
    Create some custom fields
    Create a custom content type
    Create a list based on that content type
    Create another list not based on the content type
    Delete feature that VS creates for the second list and add the list def and instance to the main feature (containing the other list and content type)
    Deploy and go to second list, note that it has the custom fields from the first list.
    Any advice on what to do about this would be great. I have tried deleting the list and recreating it in VS several times but that didn't work.
    Thanks
    David

    Hi
    I have now tested against a trail Office  365 Developer site and I had to make a few adjustments
    - change the url
    - change the target to SharePoint Onlne
    - change the url 
    I still wasn't happy so I created a new SharePoint Hosted app and pointed at the above developer site.  I copied my CrossDomainExec.js and stripped all my code except my CopyItemInSameLIbrary method which hasn't changed since I created this post. 
    - changed the App Manifest permissions to Web -full Control ( was previously tenant)
    I still got errors which is really painful as you don't even see the POST request in Fiddler
    The URL used for my POST is as follows ( note host URL is fictitious)
    "https://myapphell-547d8061d39e38.sharepoint.com/sites/appsdev/RESTTestSHA/_api/SP.AppContextSite(@target)/web/Getfilebyserverrelativeurl('/sites/appsdev/Shared Documents/SrcDoc.docx')/copyTo(strNewUrl='/sites/appsdev/Shared Documents/DestDoc.docx', bOverWrite=true)?@target='https://myapphell.sharepoint.com/sites/appsdev'" String
    Ran the app a second time and now I see......Wow it WORKS!!!!!! ..Can't be true can it?
    .... next I will switch the target url to my on prem farm to see if this still works so watch this space!
    Daniel
    Freelance consultant

  • Incomplete music lists on my nano

    I've noticed my lists are incomplete in my music library on my nano. For example, a particular artist name will not show up, even though all the music is there (I have to navigate to All Albums to find it). This makes it very inconvenient to find an artist quickly. Is there a fix?

    There are usually two things that contribute to songs not appearing under Artist on the iPod, both due to information either in or missing from the Get Info>Info tab against the song in iTunes. 1) the song has no album name associated with it or 2) the song is marked as part of a compilation.
    If tracks are missing an Album name in the Info tab, this information needs to be filled in. The no album one is a bit quirky as the songs will appear under certain circumstances (for instance I read somewhere that if you have at least two tracks with different album names the rest will appear), however the simplest remedy is just add None or Miscellaneous to all the blanks in place of a title. See this link for more detail: I don't see some of my songs when browsing by artist on my iPod
    Also if the tracks are ticked in the Get Info>Info tab as part of a compilation, they will not appear under Artist on the iPod. Highlight a song in iTunes that you know is not appearing correctly on your iPod. Right click on it and choose Get Info and click the Info tab (alternatively choose Get Info from the File menu), if "Part of a Compilation" is marked untick it and afterwards update your iPod, you should find it now appears as normal. Setting "Compilations" on your iPod main menu prevents you getting lots of single artist entries when you load an album by various artists.

  • Incomplete track list transfers to Zen X

    I have a 30 GB Zen Xtra that I really like, but am having trouble transferring complete track lists to it from my PC. I use the Portable Device Manager in MusicMatch Jukebox 0, which works well with my mp3 library, but large transfers are usually incomplete. I currently have a track list of 3279 tracks built in MusicMatch, but can only get about 2700 over. I find the Creative options for this to be a little awkward for a large library. Does anybody have similar problems?

    Thanks. I'm finding more and more stuff that MMJB doesn't do particularly well, but I'm pretty well locked in because of the library. I downloaded their most recent update this morning, and I still have the problem. There are other problems with MMJB 0, and dealing with them is a pain. I may end up doing things the painful way by using the Creative interface options, but they aren't particularly easy to use.

  • Incomplete order list V.02 shows complete orders

    Hi All,
    There is a order which has a pricing error, but this order is complete(header ---> status). There is a issue with pricing being changed after a invoice being created.
    Could someone please advise on how to correct this as the conditions cannot be changed as the invoice is already being done.
    Also should'nt V.02, not show orders which are complete as for Header--> status completion.
    Thanks
    Keshini

    Hi
    By rejecting all the line items you are changing the status of the order to closed but the document is still incomplete. At any point of time you can change the status of the same document to open by removing the reason for rejection. Hence the document is considered as incomplete only.
    To meet you requirement, consult your ABAPer who can copy the standard program of the report V.02 and will make the required coding so that it will not consider those incomplete orders whose status is complete/closed(checking the VBUK table).
    Thanks,
    Ravi

  • Incomplete play list on new computer

    we have two computers but on the second, newist one, it does not show a full list of playlists etc.  anyone know why

    Hello fltmike
    There are two ways to handle this, one is to export the playlist and then import the playlist on the new computer. The other is to do a complete migration of the iTunes library to the new computer. I have provided the articles that will assist with that process.
    iTunes: How to backup and restore playlists
    http://support.apple.com/kb/TA47831
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/ht4527
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Empty or incomplete  Jabber List

    Using OSX.5.4 Server
    Even for a experienced Mac user Leopard Server has some misteries....
    1. recently added user on the server do have only an empty buddy list in their Jabber List of their iChat, They do not see neither online nor offline users
    2. Existing users do not have listed the entries of the new users in their list. They also don't see new users when they are online
    I guess there must be a database where these enries are administrated
    What needs to be done to get these 2 points fixed?

    Tim Harris wrote:
    When you delete a user from the server it does not delete their account in the iChat server, you have to do that manually.
    I appreciate very much your help and inputs.
    The above mentionned remark does not underline the user friendlyness of Apple Software for me..;))
    sudo launchctl unload /System/Library/LaunchDaemons/org.jabber.jabberd.plist
    sudo /usr/bin/jabber_autobuddy -m
    sudo launchctl load /System/Library/LaunchDaemons/org.jabber.jabberd.plist
    Do I interprete correctly:
    first line: stops the jabber task
    second: recreates the buddy list
    third: restarts jabber server
    This still does not explain why, say [email protected] cannot see
    [email protected] You have a couple of options here.
    May be you have overlooked: isabellefrance is one of the deleted, but still listed accounts.
    Option two: this involves cleaning out the jabberd2.db and having the system make a new one.
    This is OK of all the users and buddies are 'local' and you have not added jabber users on other
    networks. Have everyone close the iChat clients.
    The user are on three different locations, connected over the internet, behind routers. The server is in my office . We use public IPs but i guess this cannot be used to see the user of the other offices as local. Correct?
    Option three: this involves manually adding them as buddies via ichat clients or using the jabber_autobuddy command set.
    My goal is that everone gets a correct, updated buddy list when there was a change. If I need to do some manual work on the server its not so cumbersome (however not applelike....) because we do not have so many changes.
    I need:
    - The server, may be with my manual inputs, creates a new buddy list after edits
    - All users get it automatically next time they log in
    If I understand correctly option one should do what I need in my situation (by using "sudo /usr/bin/jabber_autobuddy -d JID" first).
    Correct?
    Thanks again
    Urs

  • In Import Dialog, Destination listing is incomplete only listing Applications, Library, Systems,

    I am trying as I always do, to import some photos from my SD card, and my Destination panel under Macintosh HD only shows 4 items, Applications, Library, System, and User Information.  User Information has no drop down file indicator.  Normally it would show my entire picture catalog for me to select from.  What has happened to it?

    It's not a shell script, it doesn't use a parfile. It's a PL/SQL stored procedure that calls the DBMS_DATAPUMP built-in package directly. At this point, I've pretty much got it memorized and no, no one would be changing it without my knowledge or notice.
    I know it's 10% of the correct size because sometimes it actually works. I have even watched it fail when I've run it manually as opposed to running it through the OEM scheduler. It's entertaining actually to watch the dumpfile grow to appox 250MB (the correct size) and then shrink to around 20MB (+/- 50 MB) or so when the process fails and finishes. So yes, I'm pretty sure it's a bug - though I haven't jumped to the conclusion that it's neccessarily an Oracle bug yet.
    No I can't share - for the same reason I hesitate to open tickets, this is all happening on a closed set of systems. I can't cut and paste - everything has to go through an approved sanitation process, which is laborious and involves cutting CDs and using sneakernet, especially when Oracle support wants every log file under the sun before they want to try and assist. I can use some disgression to retype but I'm not a glutton for punishment in that regard.
    So normally if I can't debug it myself - I'll resort to asking questions on forums like this, hoping to find someone who's experienced a similar error and has a work around before I put myself through the torture of opening an SR. I'll let this ride another day or so before I resort to that.
    I do appreciate your suggestions, please don't let my responses make you thing otherwise.

  • Music Displaying Scrambled/Incomplete Album List from Shared Library

    Since upgrading,the Music App is displaying just 50 out of 260 Albums that I access via a shared Itunes Library on my Laptop. The Artists names and artwork are all random as well and don't match. One of the albums is even displaying the artwork from a video in my shared itunes video library.
    Anybody else having similar issues (just want to know that its an Apple bug and not something corrupted at my end).
    Cheers

    I have exactly the same issue - in the remote app for airplay - all are present and correct - however on the iTunes app on my phone and iPad - if access my media library - 80% of the library is missing and of those that show up the album artwork doesn't match the album name/artist and when you select an album a completely different album is displayed!!
    This behaviour is the same on my iPhone 4S and ipad2 both running iOS 6
    Tried rolling back iTunes 10.7 from 11.0 - no diferent ....thinks its an iOS 6 issue.
    Apple need to get their act together - ios6 is rubbish and killed my 3GS and iTunes 11 is dire

  • ADF in JDeveloper 10.1.3.0.4: Error deploying bc4j.ear in JBoss-4.0.4.CR2

    Hello,
    Using the ADF Runtime Installer for JBoss found in JDeveloper 10.1.3.0.4, i've received deployment error during startup of JBoss. The error message as displayed in the console window as follows:
    09:29:16,325 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@89f00429 { url=file:/C:/Java/JBossAppServers/jboss-4.0.4.CR2/server/default/deploy/bc4j.ear }
      deployer: org.jboss.deployment.EARDeployer@3a835d
      status: Deployment FAILED reason: Could not create deployment: file:/C:/Java/JBossAppServers/jboss-4.0.4.CR2/server/default/tmp/deploy/tmp65518bc4j.ear-contents/webapp.war; - nested throwable: (org.jboss.ws.WSException: java.lang.ClassNot
    FoundException: oracle.jbo.server.emd.EMDServlet)
      state: FAILED
      watch: file:/C:/Java/JBossAppServers/jboss-4.0.4.CR2/server/default/deploy/bc4j.ear
      altDD: null
      lastDeployed: 1146014956309
      lastModified: 1146014950147
      mbeans:Above it there is a lot more lines of stack trace, tell me if you need it to help me with this problem. The file structure deployed is as follows (Based on the log displayed in JDeveloper):
    In deploy directory
    bc4j.ear
    In jlib directory
    bc4jdomgnrc.jar
    In lib directory
    adf-connections.jar
    adfbinding.jar
    adfcm.jar
    adfm.jar
    adfmtl.jar
    adfmweb.jar
    adfshare.jar
    adfui.jar
    antlr.jar
    bc4jct.jar
    bc4jctejb.jar
    bc4jdomgnrc.jar
    bc4jdomorcl.jar
    bc4jhtml.jar
    bc4jimdomains.jar
    bc4jmt.jar
    bc4jmtejb.jar
    cache.jar
    collections.jar
    commons-cli-1.0.jar
    commons-el.jar
    concurrent.jar
    datatags.jar
    dc-adapters.jar
    dms.jar
    http_client.jar
    jazncore.jar
    jdev-cm.jar
    jsp-el-api.jar
    mdds.jar
    mdsrt.jar
    ojdbc14.jar
    ojdbc14dms.jar
    ojdl.jar
    ojpse.jar
    oracle-el.jar
    oraclepki.jar
    orajaxr.jar
    orasaaj.jar
    orawsdl.jar
    orawsrm.jar
    ordhttp.jar
    ordim.jar
    osdt_cert.jar
    osdt_core.jar
    osdt_saml.jar
    osdt_wss.jar
    osdt_xmlsec.jar
    regexp.jar
    runtime12.jar
    share.jar
    toplink.jar
    translator.jar
    wsclient.jar
    wsdl.jar
    wssecurity.jar
    xml.jar
    xmlef.jar
    xmlparserv2.jar
    xsdlib.jar
    xsqlserializers.jar
    xsu12.jar
    And another thing, is there any way to have the ADF Runtime Installer install the ADF Runtime into another JBoss config directory. As far as I noticed, it will only install into the JBoss default config directory.
    TQ in advance.

    Hi Cleber,
    Is it possible that you can send me a copy of your original 10.1.2 project which contains these diagrams so that I can take a look? The diagrams should open fine in 10.1.3.0.4.
    My email address is [email protected], if you could zip up your project and then change the .zip file extension to .zap to get it through the email server.
    Regards,
    Lisa
    JDev QA

  • JBoss EAR wont deploy on some machines

    Hi,
    I am having problems deploying an EAR firl on my production machine.
    The EAR works fine on my development machine but will not deply the EJB on the live machine.
    I have checked the configs and installed versions of JBoss, JDK and servers but can not find differences (Same versions, etc)
    The 'offending' class not found file (customer.xsd2ejb.customerModelEntryForm) is in both the WAR and -EJB.JAR of the EAR
    Recompiling the sources on the production ,achine also doesnt help
    Any ideas on what JBoss is looking for?
    Chris
    Here is the stacktrace from the JBoss console log
    16:05:17,453 INFO [EJBDeployer] nested deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/tmp/deploy/tmp2834parner.ear-contents/parner-ejb
    .jar-contents/jwsdp-shared/lib/xsdlib.jar
    16:05:25,125 WARN [EJBDeployer] Verify failed; continuing
    java.lang.NoClassDefFoundError: customer/xsd2ejb/customerModelEntryForm
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:1647)
    at java.lang.Class.privateGetPublicMethods(Class.java:1770)
    at java.lang.Class.privateGetPublicMethods(Class.java:1786)
    at java.lang.Class.getMethods(Class.java:824)
    at org.jboss.verifier.strategy.AbstractVerifier.hasEJBCreateMethod(AbstractVerifier.java:688)
    at org.jboss.verifier.strategy.EJBVerifier20.verifyCMPEntityBean(EJBVerifier20.java:1903)
    at org.jboss.verifier.strategy.EJBVerifier20.checkBmpOrCmp2Entity(EJBVerifier20.java:167)
    at org.jboss.verifier.strategy.EJBVerifier20.checkEntity(EJBVerifier20.java:137)
    at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:154)
    at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:475)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy6.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:394)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
    at org.jboss.Main.boot(Main.java:150)
    at org.jboss.Main$1.run(Main.java:395)
    at java.lang.Thread.run(Thread.java:534)
    16:05:25,125 ERROR [MainDeployer] could not create deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/tmp/deploy/tmp2834parner.ear-content
    s/parner-ejb.jar
    org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
    at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy6.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:394)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
    at org.jboss.Main.boot(Main.java:150)
    at org.jboss.Main$1.run(Main.java:395)
    at java.lang.Thread.run(Thread.java:534)
    16:05:25,171 ERROR [MainDeployer] could not create deployment: file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear
    org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
    at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
    at org.jboss.deployment.MainDeployer.create(MainDeployer.java:778)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy6.deploy(Unknown Source)
    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
    at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
    at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
    at $Proxy0.start(Unknown Source)
    at org.jboss.system.ServiceController.start(ServiceController.java:394)
    at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy4.start(Unknown Source)
    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
    at $Proxy5.deploy(Unknown Source)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
    at org.jboss.Main.boot(Main.java:150)
    at org.jboss.Main$1.run(Main.java:395)
    at java.lang.Thread.run(Thread.java:534)
    16:05:25,218 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
    Cause: Incomplete Deployment listing:
    Packages waiting for a deployer:
    Incompletely deployed packages:
    [org.jboss.deployment.DeploymentInfo@3cec5de { url=file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear }
    deployer: org.jboss.deployment.EARDeployer@11d2572
    status: Deployment FAILED reason: Verification of Enterprise Beans failed, see above for error messages.
    state: FAILED
    watch: file:/D:/usr/local/share/jboss-3.2.3/server/default/deploy/parner.ear
    lastDeployed: 1085061924375
    lastModified: 1085061914859
    mbeans:
    ]MBeans waiting for classes:
    MBeans waiting for other MBeans:

    Aha,
    Silly me, Seems the real class being looked for is in an included library. THis lib was visible on the development lib path, but not on the production lib path.
    Pity the classloader doesnt point to the real class it is looking for.
    I guess I should have realised, struts is expert at catching and rethrowing exceptions to hide the real point of error. Really makes debugging a pain. Shouldnt there be a pattern around this, so the developer always gets something meaningful??

Maybe you are looking for

  • How do I eliminate the new Facebook "timeline" and go back to the original format

    how can I get rid of the new "timeline" on Facebook, and go back to the original format ? I was told how to do it in Chrome, and it worked, but I prefer to us FIREFOX. thanks I am using the newest Firefox and running Windows 7

  • Device error during burning w/iDVD

    Well, I spent some time learning about codec et al and was able to get a divx file to run on QT... movie looks good on MAC when running QT. I put into idvd and it also looked good as I ran it in preview. Spent several hours in burn process and at the

  • Percentage calculation

    hi guru, i have 2 vaues one is onspec total = 543 . 00                              grand total    =  1098.00 how i caculate percentage means i want (543 / 1098)*100 help me in alv .... thanks

  • Using app.findGrep() and app.changeGrep() consecutively

    I have a script that should find and replace predefined terms and mark the changes visually on a separate layer.  The process basically works in two steps:  Loop through a list of expressions, look for every expression with app.findGrep() and insert

  • How do I switch on delivery reports for a Nokia N8...

    Hi There I'm probably being a bit stupid here, but I can't find anything in the N8 online manual! How do you switch on delivery reports for when you send text messages, to see if someone has A) recieved your text, and if possible B) read it! Thanks f