Picklist duplicate

hello
i just saw an instance where there is a duplicate picklist created. ie, the same sales order has two picklists for the same item with the same quantity. they have two picklists with two different numbers. do you know when and how this can happen? any ideas?
thanks
prem

Hi,
Creating two different picklists that have different picklist numbers are possible to do in B1. Although the picklists are from one sales order, have different or same quantity and have same warehouses, they will not be available in the same delivery order if you release the picklists.
To know how it could be happened, just open the pick and pack manager --> select one sales order (open status) --> check the check box column after you fill "to release" column for example half of the open quantity column.
After that, click release to picklist button.
Then you go back to the to release column and fill the remain quantity. it should be as same as open quantity. After that, click release to picklist button again.
Then open pick list form, you will find out there are 2 picklists created using one sales order.
Rgds,

Similar Messages

  • Picklist on Column & DataSetView

    I put a Column's picklist property on a DataSetView but, when i
    switch the DataSetView's storageDataSet property, JDev 1.1 say
    me that i had to close the DataSet before. Ok, i done it, but
    there, the picklist didn't work. The field control come to Blank.
    (when i don't close the querydataset with close(), it work once,
    and i have blank again the next times i click the fieldControl)
    Have any idea?
    null

    don't duplicate your posts.

  • Avoiding null and duplicate values using model clause

    Hi,
    I am trying to use model clause to get comma seperated list of data : following is the scenario:
    testuser>select * from test1;
    ID VALUE
    1 Value1
    2 Value2
    3 Value3
    4 Value4
    5 Value4
    6
    7 value5
    8
    8 rows selected.
    the query I have is:
    testuser>with src as (
    2 select distinct id,value
    3 from test1
    4 ),
    5 t as (
    6 select distinct substr(value,2) value
    7 from src
    8 model
    9 ignore nav
    10 dimension by (id)
    11 measures (cast(value as varchar2(100)) value)
    12 rules
    13 (
    14 value[any] order by id =
    15 value[cv()-1] || ',' || value[cv()]
    16 )
    17 )
    18 select max(value) oneline
    19 from t;
    ONELINE
    Value1,Value2,Value3,Value4,Value4,,value5,
    what I find is that this query has duplicate value and null (',,') coming in as data has null and duplicate value. Is there a way i can avoid the null and the duplicate values in the query output?
    thanks,
    Edited by: orausern on Feb 19, 2010 5:05 AM

    Hi,
    Try this code.
    with
    t as ( select substr(value,2)value,ind
            from test1
            model
            ignore nav
            dimension by (id)
            measures (cast(value as varchar2(100)) value, 0 ind)
            rules
            ( ind[any]=  instr(value[cv()-1],value[cv()]),
            value[any] order by id = value[cv()-1] || CASE WHEN value[cv()] IS NOT NULL
                                               and ind[cv()]=0     THEN ',' || value[cv()] END      
    select max(value) oneline
    from t;
    SQL> select * from test1;
            ID VALUE
             1 Value1
             2 Value2
             3 Value3
             4 Value4
             5 Value4
             6
             7 value5
             8
    8 ligne(s) sélectionnée(s).
    SQL> with
      2   t as ( select substr(value,2)value,ind
      3          from test1
      4          model
      5          ignore nav
      6          dimension by (id)
      7          measures (cast(value as varchar2(100)) value, 0 ind)
      8          rules
      9          ( ind[any]=  instr(value[cv()-1],value[cv()]),
    10          value[any] order by id = value[cv()-1] || CASE WHEN value[cv()] IS NOT NULL
    11                                             and ind[cv()]=0     THEN ',' || value[cv()] END 
    12          )
    13        )
    14   select max(value) oneline
    15   from t;
    ONELINE
    Value1,Value2,Value3,Value4,value5
    SQL>

  • Problem with duplicate and/or outlined fonts in Macintosh

    If you are using Frame for Macintosh and you find you have duplicate Arial and/or Times New Roman fonts, or, if these fonts show up on the screen as outlines, the problem may be that you have the 2.9x versions of these fonts, the latest as of this writing (31 August).
    You can find older 2.60 versions on the Apple OS 9.2 Install CD, deep in a Microsoft Internet Explore install folder (a Sherlock search will find them).
    DEAD LINK, LEFT HERE FOR HISTORICAL PURPOSES: In case you're interested, you can find the 2.9x versions at http://www.microsoft.com/mac/download/office2001/fontsupdate.asp. The page says "New Apple Macintosh versions of Times New Roman (2.91) and Arial (2.90) This update includes a fix for a problem that prevented certain characters from being printed on PostScript level 3 printers", so I'm hesitant to say that you should not use these newer fonts at all.

    i had been running the program inside Netbeans.
    Running the jar using the command line outside
    Netbeans i have no more problems... Does Netbeans use
    it's own JVM?Depends how you set it up, but look under the options. There are settings for the compiler and jvm that it uses.

  • Vendor duplicate payment-Report

    Dear Guru
       I have an requirement to develop a report that can tell about vendor duplicate payment considering Partial payment and residual payment and full payment.Is there any standard report available ? O r I have to develop a new Custom report.If Custom report that how can i do this ?

    Hi,
    Standared report available to get Partial/Residual/full payment details T.Code: FBL1N
    I think it is not satisfy your requirement, better to develop customized report by using tables BSIK,BSAK,BKPF
    Regards
    Viswa

  • Duplicate records for Sale Order Cycle Report(excluding item level detail)

    I have posted this issue in number of forums but till today no one is able to answer it correctly.Here it is:
    I need to create a report which I think most of the sd consultants have also done it.It basically covers sales order cycle without item lvel detail such as:
    Sale Order No -- Sales Order Date-- Delivery No-- Delivery Date
    Now as we all know ,sales orders and deliveries are connected through item table which means in the output I will get duplicate rows for the report above.For Example, if a sales order share 3 items with the delivery then we will get 3 exact duplicate rows in the report.
    What can be the best solution?connecting through VBFA has alos same result as it also has item level details.
    I need a good solution.This a common report and there must be some solution

    Hiiii,
    It is standard SAP rule that system will catch the document flow (document link history) at item level.
    Now your problem that you dont want to show the line item based report because of duplicacy.
    Try this.
    Brows table VBFA -
    In screen selection select the following......
    1. Subsiquent document category
    2. Preceding item
    select "J" in Subsiquent document category
    and "000010" in Preceding item  then execute the table.
    Now system will not show multple line item based delivery report. so No duplicacy will be there
    Regards
    Shambhu Sarkar

  • My new icloud acct on my imac is duplicating entries in calendar from my ipad; how do I get rid of the duplicates and how do I get one calendar to be the main one to start with

    I've just installed Mavericks on my iMac and now my calendar has duplicate and now sometimes tripled events by syncing with my ipad mini regardless of whether the item already existed in the iMac calendar already. How do I remove the duplicates? It was being able to sync calendars and contacts which was one of my reasons for moving from Snow Leopard to Mavericks and now it's a mess.

    Crista70, What is happening is you now have 2 calendars with the entries in them. If you go into View, then Show Calendar List, you will see all your calendars. Uncheck the ones listed as "From My Mac" or uncheck the ones listed as "iCloud" and they will no longer show as duplicates. Personally, I prefer unchecking the "From My Mac" calendars so that my calendars are all synced across the devices.

  • Duplicate user account OR migrate iPhoto/iWeb between users

    I've seen this question asked several times before, but have not seen an answer!
    So, with as many details as I can muster:
    I have, on my computer, 4 user accounts: my admin account, my user account, my boyfriend's user account, and our business account... All separate, keeps things nice and tidy (sort of!).
    I have a new and separate project that I'm starting to work on which involves lots of images, and new websites, and new and different stuff that's necessary for the project, but just clutter in any of the other accounts.
    Because this project started out as something my man wanted to play around with, all of the beginnings of this are in his iPhoto and his iWeb, and they're well organized.  I've not had luck so far moving the iPhoto and iWeb libraries to a new/blank user and maintaining the organization that I've spent time and attention making right. 
    He's not so great with technology, and gets very frustrated (and unproductive!) when anything on the computer doesn't work exactly like he expects it to. (When Lion came out and the scrolling went "the wrong direction" he was afraid to use the computer at all for a week, because "everything changed, I don't even know how to use it anymore" that's between us though, personal issure ). So I'd like to keep the user experience the same for him.   I'd like to duplicate his settings, preferences, etc. into a new user for him, and take over his current account to isolate this project. 
    So, in summary:
    I want to create a new account with the same user experience  as a current  account without having to find and reset all of his settings.
    OR
    I want an exact copy of the iPhoto and iWeb from this user account to another one, on the same machine. 
    I am currently running OSX 10.7.2, iPhoto '11 9.2.1 and iWeb 3.0.4
    Thanks in advance for any help! 

    Kenzishly wrote:
    I want to create a new account with the same user experience  as a current  account without having to find and reset all of his settings.
    That's easy, if you have Time Machine or "bootable clone" backups. (If you don't, you should anyway.  Post back if you need info on them.)
    Use Migration Assistant to transfer just that user account from the backups; it will put up a screen saying it can't transfer it under the same name as the existing account, and allowing you to rename it.
    Other than having a different name, the transferred account will be identical to the existing one.  Then you can modifiy them separately as necessary.
    EDIT:  see Using Migration Assistant on Lion for detailed instructions.  Be sure to un-check the boxes for eveything except that one user account.
    Message was edited by: Pondini

  • How can i delete duplicates from my itunes account?

    At "View" I chose "Show duplicates."
    Now what do I do to delete duplicates quickly without having to delete each one separately?
    THanks

    Hello, singinheart. 
    Thank you for the question.  Since you have already identified the duplicate media you just have a couple more steps to go.  This article outlines the remainder of the steps in order to mass delete the duplicates. 
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    Cheers,
    Jason H. 

  • Multiple Libraries & duplicates

    I am sure that my problem is common so hopefully this post will help other people solve similar problems. It may have been answered in other posts although nothing has popped out as a clear and concise way to solve how to deal with multiple libraries and duplicate pictures.
    I have over the years created, edited and merged various iPhoto libraries. I now have such a mess of pictures and libraries I don't know what to do to organize them all. The smallest library is about 10GB, the largest about 45GB. I purchased iPhoto Library Manager and Duplicate Annihilator. I have attempted to merge some of the libraries but that didn't work that well. It created yet another library and more duplicates. I then (foolishly) attempted to drag and drop a library file and that created extra pics like thumbnails of the all the faces.
    So is there an easier way that sifting thru about 30,000 images?
    Do I deal with the duplicates in each separate library first, then merge and do it again. Or attempt a total merge, then scan for duplicates?
    Another approach I thought about is to work directly with the originals in the library contents.
    I am lucky that I haven't spent too much time with albums, books etc. There is some metadata (comments, maps and faces), but nothing to serious.

    Try using a free tool, ExifRenamer (http://www.qdev.de/?location=mac/exifrenamer)
    Do not use this tool on files inside of iPhoto Library. You can use the tool only with originals, in simple file format. So you probably need to export the files from iPhoto first before using the tool.
    It renames photo/video file names to date/time they were taken. You'd drop a folder containing the files onto ExifRenamer icon, and the files will be renamed. Pretty simple. You can specify the format of file name and other settings to your preference first. Once the files are renamed, you'd drop them into folders based on year/quarter/month.
    Basically you'd reorganize the files in this folder structure
    2009_01
    2009_02
    2010_03
    Or you could work with
    2009-q1 (for Jan - March)
    2009-q2 (for Apr - June)
    As you are dropping the renamed files into their directories, you may be asked to overwrite files, which you should do.
    Once you've renamed the files, you can reimport them into iPhoto Library. I recommend one iPhoto Library for 1 year. Maybe you could keep more years in 1 iPhoto Library. My personal preference is 1 iPhoto Library for 1 year.
    Lastly, please make a good backup and test before proceeding. I recommend this.
    -Let Time Machine run with iPhoto closed.
    -Export all photos from iPhoto into a separate folder. This is for backup and not to be touched.
    -Export all photos from iPhoto or duplicate the folder you created in previous step. Work with this folder when using ExifRenamer. Start working with small sets of files initially until you are comfortable.

  • Is there a way of getting iphoto to check for duplicates?

    i am a comparatively new user to macs and it seems that as i synch my i phone to my mac i am getting the same events imported again into iphotos -   i have been merging these events rather than have duplicate events ... but there are inevitable duplicates then in the events  (that way at least i know that i haven't lost any precious photos)    .... how then do i have a spring clean and get rid of duplicates that are building up in the events
    many thanks

    for eight bucks you can purchase Duplicate Annihilator.....
    http://www.brattoo.com/propaganda/

  • How to delete duplicate events in iCal

    Somewhere along the line of upgrading, syncing, etc. with MobileMe we had, no joke, thousands of the same events duplicated.  We started out trying to shift-click to delete multiple events at a time, but since it is syncing with MobileMe everytime this is done, it was taking forever.  So, I went to View menu, Show Search Results. Then, did a search in the top right corner of iCal.  All the duplicates appeared in the Search Results screen at the bottom of the pane.  Then, within that pane, you can shift click and delete all/multiple events more easily - way more easily.  Hope it helps someone. 

    Thats a good tip Reggie.
    For anyone else reading this post, keep in mind that if you see "duplicates" with the MobileMe calendar it may mean you are seeing two separate copies of the same calendar.  Before spending time deleting individual events read this article: http://support.apple.com/kb/TS3505

  • I need to delete a lot of duplicates on iPhoto. I just bought my MacBook Pro and was so excited I downloaded my external hard drive without thinking through the process. I now realize I had my photos doubled up. So I actually have the same library twice.

    Hello All!
    I am so excited about my new computer and I didn't know that my external hard drive had so many pictures duplicated on it. So I downloaded the entire hard drive. I thought iPhoto was going to be my answer, and now after reading a lot of discussions, it seems I have royally screwed up.  Please help me fix this problem. I am a computer novice. An even more Mac novice. I need very simple directions.  I would just start over with iPhoto, but I downloaded my digital camera with brand new photos on iPhoto and also downloaded my digital camera software on my new MacBookPro.  I am afraid if I "start over" with iPhoto I will lose my digital camera pictures. I bought the Mac to finally get my pictures straight, and look at the mess I have made.  I had AVG PC cleanup and used that program last night to delete duplicates from my PC. I also used it to delete duplicates from my external hard drive. I omega. I know, I know, too late huh? But I am teachable. And I now have my external hard drive fixed. But now, my question to the community is how to fix my new Mac, and my iPhoto. 
    Thanks,

    SweetThunder73 wrote:
    When you say to remove the photos out of the iPhoto folder, then import the clean single copies, I am understanding that the "original" file that the decloner was run against is now the "clean" single copies?
    Ok, you've got iPhoto Library that you have imported everything into, you can't delete the iPhoto Library and start over because you have only one copy of some pictures in there, combined with a lot of duplicates.
    You want all the duplicates out, but it will take you ages to do it by hand.
    What you do is.
    1: Right click on the iPhoto Library and "Show Package Contents"
    2: You will see a folder called Originals, these are all your original photo's, copy this folder to a external drive someplace, it's your backup.
    3: Select the Originals folder again and from the Finder Menu > File > Duplicate.
    4: Now you will have a OriginalsCopy folder, move that OriginalsCopy folder onto the desktop area out of the iPhoto Library folder. Close the iPhoto Library folder/window.
    5: Download the Decloner software and install it, use it to find all the "real" duplicates, via it's content on the OriginalsCopy folder.
    6: From the Finder menu > New Folder, now send the duplicate files to that folder, so all that is left in the OriginalsCopy folder is 1 copy of your pictures, minus all the duplicates which are now in New Folder.
    7: Open iPhoto and remove all your pictures in there. The iPhoto Library will update to become empty.
    8: Now import the pictures from the OriginalsCopy folder, these will now have only one copy of each picture.
    9: Open your New Folder, from the Edit menu > Select All and
    10 From the Finder > File Menu > Open With > Preview.
    Now you have one copy in your iPhoto Library and the duplicates in a New Folder opened with Preview which you can compare to make sure.
    Make as many backups of your pictures as you think you need during this prcess, but eventually you only want 1 picture of all you have in the iPhoto Library.
    Some pictures may be the same thing but a little smaller etc., these obviously are not duplicates, and you can weed those out by hand in iPhoto.
    Good Luck.

  • Error while installing ADEP 10 : The store 'avm://sitestore' has a duplicate root node entry

    Hi,
    I am trying to install  ADEP 10 (all modules including Content Services) on JBoss 5.1 through manual/custom (means non turnkey) installation.
    I have done the configuration/steps as per the instructions in "adep_prepare_install_single.pdf". I have copied the adobe-contentservices.ear, adobe-livecycle-jboss.ear, adobe-livecycle-native-jboss-x86_win32.ear and adobe-workspace-client.ear to deploy folder of JBoss. Except Content Services every other applications are deployed and running.
    we want contentservices is up and running, but are errors related to it.
    I see the following error in  the JBoss console, please help me to resolve it.
    =========================================================
    12:17:21,538 ERROR [[/contentspace]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
    org.alfresco.error.AlfrescoRuntimeException: The store 'avm://sitestore' has a duplicate root node entry.
            at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:294)
            at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:74)
            at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:186)
            at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:326)
            at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:252)
            at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:190)
            at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
            at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicati onEventMulticaster.java:77)
            at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
            at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(Simple ApplicationEventMulticaster.java:75)
            at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractAppli cationContext.java:246)
            at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractAppl icationContext.java:617)
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicatio nContext.java:355)
            at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.j ava:246)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav a:189)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis tener.java:49)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeplo yment.java:310)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.ja va:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
            at $Proxy38.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(Sim pleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControlle rContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerC ontextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext .java:286)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
            at org.jboss.system.ServiceController.start(ServiceController.java:460)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(Abstra ctSimpleRealDeployer.java:62)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer .java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1157)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1178)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1210)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
            at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeploye rAdapter.java:117)
            at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDepl oyAction.java:70)
            at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractP rofileAction.java:53)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(Abstract ProfileService.java:361)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile( AbstractProfileService.java:306)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootst rap.java:271)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
            at org.jboss.Main.boot(Main.java:221)
            at org.jboss.Main$1.run(Main.java:556)
            at java.lang.Thread.run(Thread.java:662)
    12:17:21,557 ERROR [[/contentspace]] Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener
    org.alfresco.error.AlfrescoRuntimeException: The store 'avm://sitestore' has a duplicate root node entry.
            at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:294)
            at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:74)
            at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:186)
            at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:326)
            at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransacti onHelper.java:252)
            at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:190)
            at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
            at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicati onEventMulticaster.java:77)
            at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
            at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(Simple ApplicationEventMulticaster.java:75)
            at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractAppli cationContext.java:246)
            at org.springframework.context.support.AbstractApplicationContext.finishRefresh(AbstractAppl icationContext.java:617)
            at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicatio nContext.java:355)
            at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.j ava:246)
            at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.jav a:189)
            at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderLis tener.java:49)
            at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
            at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeplo yment.java:310)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.ja va:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
            at $Proxy38.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(Sim pleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControlle rContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerC ontextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext .java:286)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
            at org.jboss.system.ServiceController.start(ServiceController.java:460)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(Abstra ctSimpleRealDeployer.java:62)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer .java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1157)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1178)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1210)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
            at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeploye rAdapter.java:117)
            at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDepl oyAction.java:70)
            at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractP rofileAction.java:53)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(Abstract ProfileService.java:361)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile( AbstractProfileService.java:306)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootst rap.java:271)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
            at org.jboss.Main.boot(Main.java:221)
            at org.jboss.Main$1.run(Main.java:556)
            at java.lang.Thread.run(Thread.java:662)
    12:17:21,593 ERROR [StandardContext] Error listenerStart
    12:17:21,596 ERROR [StandardContext] Context [/contentspace] startup failed due to previous errors
    12:17:21,601 INFO  [[/contentspace]] Closing Spring root WebApplicationContext
    12:17:21,602 INFO  [[/contentspace]] Shutting down Log4J
    12:17:21,606 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/contentspace state=Create mode=Manual requiredState=Installed
    org.jboss.deployers.spi.DeploymentException: URL file:/D:/jboss-5.1.0.GA/server/default/tmp/a154a5q-ffzvqd-h1x60n0m-1-h1x62tjn-9v/contents ervices.war/ deployment failed
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeplo yment.java:331)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.ja va:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
            at $Proxy38.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(Sim pleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControlle rContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerC ontextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext .java:286)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
            at org.jboss.system.ServiceController.start(ServiceController.java:460)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(Abstra ctSimpleRealDeployer.java:62)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer .java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1157)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1178)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1210)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
            at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeploye rAdapter.java:117)
            at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDepl oyAction.java:70)
            at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractP rofileAction.java:53)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(Abstract ProfileService.java:361)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile( AbstractProfileService.java:306)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootst rap.java:271)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
            at org.jboss.Main.boot(Main.java:221)
            at org.jboss.Main$1.run(Main.java:556)
            at java.lang.Thread.run(Thread.java:662)
    12:17:26,589 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/D:/jboss-5.1.0.GA/server/default/deploy/adobe-contentservices.ear/ state=PreReal mode=Manual re
    quiredState=Real
    org.jboss.deployers.spi.DeploymentException: URL file:/D:/jboss-5.1.0.GA/server/default/tmp/a154a5q-ffzvqd-h1x60n0m-1-h1x62tjn-9v/contents ervices.war/ deployment failed
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeplo yment.java:331)
            at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.ja va:142)
            at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
            at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
            at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
            at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
            at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
            at $Proxy38.start(Unknown Source)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:42)
            at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycle Action.java:37)
            at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(Sim pleControllerContextAction.java:62)
            at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControlle rContextAction.java:71)
            at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerC ontextActions.java:51)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext .java:286)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
            at org.jboss.system.ServiceController.start(ServiceController.java:460)
            at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
            at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
            at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(Abstra ctSimpleRealDeployer.java:62)
            at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer .java:50)
            at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1157)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1178)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.ja va:1210)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
            at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
            at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeploye rAdapter.java:117)
            at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDepl oyAction.java:70)
            at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractP rofileAction.java:53)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(Abstract ProfileService.java:361)
            at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
            at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
            at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 4)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
            at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 84)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
            at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
            at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile( AbstractProfileService.java:306)
            at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootst rap.java:271)
            at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
            at org.jboss.Main.boot(Main.java:221)
            at org.jboss.Main$1.run(Main.java:556)
            at java.lang.Thread.run(Thread.java:662)

    Hi,
    I am installing ADEP 10 newly.
    This problem has been resolved .
    I removed the folder "lucene-indexes" from below location, the problem resolved.
    C:\Adobe\ADEP\Document Services 10.0\lccs_data\
    I think, http://lucasmanual.com/pdf/Alfresco.pdf is useful.
    Thanks,
    V B Sajjan.

  • Duplicate check on search term for BP creation in CRM

    HI,
    I want to do a duplicate check on search term for BP creation in CRM.
    i found one BADI ADDRESS_SEARCH. But the method address_search is not getting called.
    Is there any other BADI available? how can I handle this issue?

    hello,
    BP is BDT (Business Data toolset) enabled (you can check it by adding break point in FM BUS_PBO and executing BP transaction). You can add your check directly to standard view (the check will be executed each time when user pushes enter) or you could add you check to appropriate action (during saving etc.) there are number of actions which you could use it depends on your requirements. You can find a lot of info about BDT (if you are not familiar) in Wiki.
    br,
    dez_

Maybe you are looking for

  • Unable to cancel Billing due to cleared accounting document for Free Goods

    Hi, I have a case as described below: I.                    SALES ORDER CREATION Transaction VA01 à Sales order is created for the following details: 1.       Material Normal  (TAN) : 100 CAR 2.       Free Goods (TANN) : 10 CAR II.                  S

  • Problem with todate function in OBIEE.

    Hi, I have some data mismatch while using todate function. There is a measure GWP, and two logical columns MTD and YTD. MTD is todate(GWP, fiscal_month) and YTD is todate(GWP, fiscal_year). whereas sometimes MTD is displaying data and YTD doesn't. Pr

  • How to go on production system for webcenter sites

    Hi, I have installed the webcenter sites and deployed them on weblogic. AVISports and FirstSiteII sample sites also been configured, now how can I go on delivery/production url? IF we need to install gadgets on top of it then how can we proceed? Than

  • Cannot hear any sound through my external speakers - help!

    I'm running 10.6.4 on my imac 27". Can hear sound though the internal speakers, but even when I plug externals in and restart I can't see any option in the sound system preferences to let me hear through the external speakers. It's odd. Can anyone he

  • Problem uploading newly created page on to my Internet sit.

    Using DW MX I created a new page using an existing page, changing content then saving it under a new name. I notice the Upload Arrow is not uploading my edited old page and newly created page. I press on it and I get a box that states the following: