Verity Unable to create collection

For some reason, our Verity indexer will no longer create new
collections.
ColdFusion 7.0.2 standard on W2k3.
If you attempt to create a collection you're greeted with the
following error:
Unable to create collection AHEC.
Unable to create collection ahec.
An error occurred while creating the collection:
com.verity.api.administration.ConfigurationException: Fail to
create the index. (-6220)
Does not matter what you name the collection. All other
Verity ops seem to be fine (search, index, optimize, etc).
Any ideas?

I am getting the same error. It seems to have something to do
with the path. I can create collections on any local logical drive
e.g. C:\mydirname. When I attempt to create the collection in my
Solaris filer space I get the error you do. It does create the top
level directory but then errors. Also, if I change the path to
something that does not exist in that same space it does report
that it cannot find directory. Have you had any success in finding
the error code -6220?

Similar Messages

  • Unable to create collection form query

    Hi all,
    I am trying to create a collection from query. The code is under on load - before header process and is as follows:
    declare
    x varchar2(4000);
    begin
    x:= 'select mecnum from C_MECS where MECNUM = ';
    x := x||v('P13_X');
    if apex_collection.collection_exists(p_collection_name=>'COLLECTIONVIEWMEC') then
    apex_collection.delete_collection(p_collection_name=>'COLLECTIONVIEWMEC');
    end if;
    APEX_COLLECTION.CREATE_COLLECTION_FROM_QUERY(
    p_collection_name => 'COLLECTIONVIEWMEC',
    p_query => x);
    end;
    P13_X is a text item populated from the previous page. But I am having trouble and am getting an error: Ora-00904"P36006" invalid identifier. Any help is greatly appreciated. Thanks in advance, regards,
    Suma.

    Must confess to not actually using collections yet (don't burn me for that!)
    What I would be tempted to do it to replace your two lines of defining x with
    x:= 'select mecnum from C_MECS where MECNUM = &P13_X.';
    And then possibly setting this into another page item and verifying the query is syntatically correct
    :P13_TEMP_ITEM_SQL_QUERY := x;
    Phil

  • Verity Collection Unabled to Create Anything

    Why am I getting this error?
    Unable to create collection sts.
    Unable to create collection sts.
    An error occurred while creating the collection:
    com.verity.api.administration.ConfigurationException: Fail to
    create the index. (-6220)

    I am having a similar problem but only with the UNI language
    pack. It is indexing fine with the English or Englishx packs. It
    also worked fine until we updated to the latest patches (7.0
    worked, 7.02 does not)
    I'd posted the following in the 'getting started' section but
    maybe it should be here instead.
    I have two verify collections. The English collection is
    working ok. The French collection using the 'uni' multilanguage
    does not index using the Cold Fusion code, and if I try to index it
    on the server directly, I wait and wait and eventually it will give
    me a page not found.
    When I was at 7.0, this index worked fine. Now after
    upgrading to 7.02, I cannot create the index.
    I have tried deleting the collection and starting over but I
    get the same problem.
    This is the code that had been working:
    <CFLOCK NAME="CFINDEXSEILOCK" TYPE="exclusive"
    TIMEOUT="90">
    <CFINDEX ACTION="refresh" COLLECTION="sei"
    KEY="E:\UTEWebsite\Francais\" TYPE="path" URLPATH="
    http://www.ute-sei.org/Francais/"
    EXTENSIONS=".htm, .html, .cfm, .pdf, .doc" RECURSE="yes"
    language="uni">
    </CFLOCK>
    Any thoughts?

  • Quick install of RDS "unable to create the session collection"

    Simple as new virtual server, not touched. Had this happen in the past as well. When I attempt to run the Quick Install of RDS I get "unable to create the session collection" on the Session Collection stage. Then when I go to add roles or features
    the "session-based desktop deployment" option is greyed out.
    Clearly this is broken, and has been for a long time.
    Why in FUCK hasn't this been fixed?
    Why in FUCK are Microsoft talking Windows 10 and new Server version when shit like this isn't fixed?

    Hi Allister,
    Thank you for posting in Windows Server Forum.
    Sorry to hear about your hatred regarding the product. But the error which you are facing suggest that you can’t create the session collection, this generally happens when something went wrong during installation of RDSH role. You can try to remove the role
    using server manager and then perform reboot of server. And after that again use server manager to add the role again.
    Please follow the test lab guide to install from the scratch, you'd better not install the RDSH on the DC.
    Test Lab Guide: Remote Desktop Services Publishing 
    http://technet.microsoft.com/en-us/library/hh831442
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Non site collection admins unable to create publishing sites

    I've come across a problem which a number of other people have found and blogged about a 'fix', this is where non site collection administrators are unable to create sub sites with the publishing site templates (both with and without workflow version).
    The 'fix' for this is to grant 'Restricted Read' permission to everyone on the Masterpage and DeviceChannels folders.
    Does anyone know if this has been fixed properly, i.e. by Microsoft in one of the updates?  I'm still going through them one by one but haven't yet found one that sorts it out.
    Thanks.

    Hi Simon,
    I tested the same scenario per your post in my environment, and I cannot create the publishing site when I had no permission on the Device Channels list.
    It seems that we need to have at least Read permission on the Device Channels list (no permission is needed on the Master Pages Gallery ), then the publishing site can be created successfully.
    I checked the ULS log and found that the Device Channels list was needed to be requested when creating the publishing site. So if we have no permission on the Device Channels list, we cannot access the list and then the creation of the publishing
    site will fail.
    It is by design that Read permission is needed on the Device Channels list when creating the publishing site.
    Best regards.
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • SRM 7.0  Unable to create PO - Classic Scenario.

    Hello,
    We are able to successfully create the below scenario.
    PR in ECC --> Get PR in SRM --> Start Collective processing -> Transfer to Central System (SC is created for the PR @ this time) --> Create RFx --> Rfx Response --> Create PO. (PO is created in ERP, Classic Scenario)
    We are able to get the PR & we are able to create SC successfully and the PR/ SC is available in Sourcing cocpit.
    Able to create RFx --> Rfx Response.
    Now once the RFx Response is Accepted --> We go for creating PO.
    Classic Scenario.
    The error is due to pricing - debugged and checked as mentioned in my earlier message.
    IPC pricing is switched off and the BADI for simple pricing is activated.
    Error :   " Message A BBP_PD 396 cannot be processed in plugin mode HTTP "
    But this is due to pricing is what i guess.
    Error is raised in FM "BBP_PDPRC_UPDATE".
    Kindly Suggest.
    Unable to Create PO
    Regards.
    Edited by: Purshothaman P on Jul 6, 2010 1:50 PM

    Hi,
    Please check and run the following reports (se38): BBP_CND_CUSTOMIZING_CHECK & RSVMCRT_HEALTH_CHECK and post back the results.
    Note for BBP_CND_CUSTOMIZING_CHECK also run 'Simulation of Pricing with Manual Price' (scroll down after executing the report initially).
    Also the badi information you activated tells us a lot. Although i take it that you executed and read everything that's included in the transaction information. The following sentence gives a prety doubtfull feeling for the CPPR scenario to work for your configuration:
    SAP recommends using this BAdI only in exceptional cases and only after checking thoroughly if it is compatible with the Business Scenarios used.
    Note: From what i've just read IPC has to be disabled, certain badi's etc. need to be disabled. And VMC (sap basis) has to be configured. Please view: [http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/9C/F90B7CB34A4889935D1733C6756D5B/content.htm]
    Could you also please check and provide whether 'normal' SRM classic scenarios like: SC -> PO do run within your system. Also the error and information you have provided is very little.
    Kind regards,
    Tim

  • Unable to retrieve collections from the Search Service.

    Hi,
    I have a user trying to upload a collection. She gets the
    following error:
    Unable to retrieve collections from the Search Service.
    Please verify that the ColdFusion MX Search Server is
    installed and running.
    Obviously, I checked the service. It was running. I restarted
    the service. That did nothing. I restarted all the CF services.
    Didn't fix the issue. I also rebotted the server, not expecting
    that to work. It didn't.
    Checking the server logs, I see this:
    The description for Event ID ( 105 ) in Source ( ColdFusion
    MX 7 Search Server ) cannot be found. The local computer may not
    have the necessary registry information or message DLL files to
    display messages from a remote computer. You may be able to use the
    /AUXSOURCE= flag to retrieve this description; see Help and Support
    for details. The following information is part of the event:
    ColdFusion MX 7 Search Server.
    Also, after talking to my co-worker more, it turns out this
    occurred right after she uploaded a new collection to the
    administrator. This link sounds similar to what I'm experiencing:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=6c6881a9
    Maybe it's a corrupt collection?
    but I don't see any errors in the log
    (:\CFusionMX7\verity\Data\services\ColdFusionK2_indexserver1\log\status.log)
    Finally, there are some errors in the Verity service, and it
    looks like the Verity service Verity K2Server (Version 2.20pr6)
    points to D:\CFusionMX\lib\k2server.exe, which doesn’t exist
    anymore because we’ve upgraded to MX7.I'm not sure if this is
    an old service left over from before we upgraded from CFMX to
    CFMX7.
    We are running CFMX7 on a Windows 2003 Server SP1 if that
    matters.
    Thanks in advance for any help.

    In the left hand panel of the ColdFusion Administrator expand
    the Data & Services link. Then select the Verity K2 Server
    link. Change localhost to 127.0.0.1 in the Verity Host Name
    textbox.
    Ted Zimmerman

  • Unable To Create and/or Rename Folders on DFS Shares

    Hi
    We have a Windows 2008 Storage Server that we use as a data server. About 100 folders are shared on our network and we use DFS to collect these shares into manageable shared units.
    The network comprises 35 Windows 7 clients and one Vista client and a couple of XP machines. These are on a Windows Active Directory that presently comprises three domain controllers: 2003, 2008 and 2012 R2. The network comprises just one site and one subnet.
    This setup has worked fine for many years (we've had an Active Directory domain since 2001).
    As soon as I replaced our Windows XP clients with the Windows 7 clients I have been seeing some strange network issues.
    The most bizarre, and the most unwelcome is that when staff try to create new folders or rename existing ones they will sometimes not be allowed to. The problem is intermittent and I have no idea what may be causing it.
    The folder rename issue was encountered when we still used XP but I fixed that by disabling the caching of thumbnails. The error message that appears states the folder is in use. I have used Computer Management on the storage server and looked at Shared
    Folders > Open Files and have determined that no files were open when this issue occurred.
    When staff are unable to create a new folder they see the following message:
    I have tried various things to troubleshoot this with the help of a TechNet Community Support person in the Windows 7 forums
    here.
    To summarise we have tried using Process Monitor to capture the events and I am quite happy to upload this if anyone would like to see it.
    We tried the registry edits detailed in
    this MS article.
    I have created a dedicated firewall rule that allows all traffic on TCP ports 137, 138, 139 and 445.
    Another respondent suggested checking out Slow-Link mode but this has not been triggered.
    Does anyone have any ideas what may be causing this, please? The network worked like a dream before the Windows 7 clients were introduced, when XP was used.
    Thanks!

    Hi,
    As you just upgarded to Windows 7, please make sure SP1 is also installed on all systems and install the following hotfix rollup for Windows 7 SP1:
    An enterprise hotfix rollup is available for Windows 7 SP1 and Windows Server 2008 R2 SP1
    http://support.microsoft.com/kb/2775511/en-us
    There was a known issue on Windows 7 which affected shared folders, that newly created or deleted files are not reflect in network folder immediately, which seems similar to your error. If issue still exists after SP1 and hotfix rollup please help confirm:
    1. If this issue occurs only on DFS folder in accessing with \\domain.com\namespace. Could you reproduce the same issue in accessing \\server\sharefolder?
    2. Will the same issue occurs after disabling Offline Files if it is enabled. 
    If you have any feedback on our support, please send to [email protected]

  • Unable to create reference: org.omg.CORBA.OBJ_ADAPTER

    What is causing this error? I believe it is a configuration error, but I cannot discern what it is.
    Setup:
    I have two beans: a User entity bean, and a UserWrapper stateful session bean.
    Execution:
    My testing client-code looks up the UserWrapper EJB and creates a new object. In the UserWrapper ejbCreate method I am attempting to obtain a reference to a specific User by looking up the User EJB and calling its findByPrimaryKey method.
    Everything works fine right up until the UserWrapper.ejbCreate method is ready to close; I catch this exception:
    RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: nested exception is: java.lang.RuntimeException:
    Unable to create reference org.omg.CORBA.OBJ_ADAPTER: vmcid: SUN minor code: 1015 completed: No;
    Observations:
    User.ejbFindByPrimaryKey(UserPK pk) is NOT throwing ANY EXCEPTIONS! The error is passed to UserWrapper.ejbCreate from the container, or so it seems, but I am relatively positive it is not orginiating from the finder method. At this time the User.ejbFindByPrimaryKey method only returns the primary key object.
    UserWrapper.ejbCreate code:
    public void ejbCreate(String usrnm, String pswrd) throws CreateException {
      // instance variables
      UserHome userHome = null;
      // implementation
      try {
        // obtain an instance of the EJBHomeFactory and have it return an
        // instance of the UserHome interface
        userHome = (UserHome)EJBHomeFactory.getInstance().lookup(
            "ejb/User", net.cmpro.app.entity.user.UserHome.class);
        // request the container supply a User object for the specified
        // primary key object
        this.user = userHome.findByPrimaryKey(new UserPK(usrnm, pswrd));
      catch(FinderException e) {
        throw new CreateException(e.toString());
      catch(RemoteException e) {
        throw new EJBException(e.toString(), e);
    }Need a little help here. I'm getting very frustrated because I've never had this problem before.
    Thanks for any advice, no matter how off the wall it is.

    Yes, it is. This returns an EJBHome object from a cache. I picked this up from the IBM website. It is very handy. The method in question is as follows:
    public EJBHome lookup(String jndi, Class home) throws EJBException {
      // instance variables
      EJBHome ejbHome = null;
      Object obj = null;
      // implementation
      try {
        // looks for the interface in the collection by class
        ejbHome = (EJBHome)interfaces.get(home);
        if(ejbHome == null) {
          // looks up the interface by its JNDI name
          obj = context.lookup(jndi);
          // casts the returned object into the interface desired
          ejbHome = (EJBHome)PortableRemoteObject.narrow(obj, home);
          // put the newly retreived interface into the collection and
          // list it by its class      never use the interfaces JNDI name
          // because a single EJB object could have multiple JNDI names
          interfaces.put(home, ejbHome);
      catch(ClassCastException e) {
        throw new EJBException(e.toString());
      catch(NamingException e) {
        throw new EJBException(e.toString(true), e);
      return ejbHome;
    }

  • Java.lang.OutOfMemoryError: unable to create new native thread

    Hi All,
    I have installed weblogic server 8 sp4 in production environment . I am facing problems with JVM issues .
    JVM is crashing very frequently with the following errro :
    ####<Jun 18, 2009 10:58:22 AM IST> <Info> <Common> <IMM90K-21> <SalesCom> <ExecuteThread: '24' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-000628> <Created "1" resources for pool "PIConnectionPool", out of which "1" are available and "0" are unavailable.>
    ####<Jun 18, 2009 11:00:09 AM IST> <Info> <EJB> <IMM90K-21> <SalesCom> <ExecuteThread: '23' for queue: 'weblogic.kernel.Default'> <<anonymous>> <> <BEA-010051> <EJB Exception occurred during invocation from home: payoutCheck.ejb.payoutCheck_s6v3so_HomeImpl@121a735 threw exception: java.lang.OutOfMemoryError: unable to create new native thread
    java.lang.OutOfMemoryError: unable to create new native thread
         at java.lang.Thread.start(Native Method)
         at payoutCheck.classes.MyThread2.MyThreadv(PayoutCheckBOImpl.java:249)
         at payoutCheck.classes.PayoutCheckBOImpl.genSP(PayoutCheckBOImpl.java:184)
         at payoutCheck.ejb.PayoutCheckSLSB.genSP(PayoutCheckSLSB.java:191)
         at payoutCheck.ejb.payoutCheck_s6v3so_EOImpl.genSP(payoutCheck_s6v3so_EOImpl.java:315)
         at payoutCheck.ejb.payoutCheck_s6v3so_EOImpl_CBV.genSP(Unknown Source)
         at payoutCheck.deligate.PayoutCheckBD.genSP(PayoutCheckBD.java:226)
         at ui.action.SearchAction.callFilter(SearchAction.java:378)
         at sun.reflect.GeneratedMethodAccessor201.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
         at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:220)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    >
    The above mentioned is coming several times , anybody please help out to get rid of this issue.
    Thanks in advance ,
    Krikar.

    This only tells you that the JVM is running out of heap space. It doesn't tell you what is causing the problem. You likely have a memory leak, but you could also try increasing the max heap size of the JVM (-Xmx command line option). It would help to watch the % mem in use statistic, but only immediately after a garbage collection cycle (you can force a GC from the admin console). If the % mem in use after the GC is increasing over time, then that likely confirms you have a memory leak. Note that looking at that statistic during the server startup probably is irrelevant. You'd need to wait until the server finishes starting up, and likely processed a few messages (to load static data).
    If you get to the point of confirming that you have a memory leak, that requires doing detailed analysis with a Java profiler (JProfiler, JProbe, YourKit, etc.) to track down the source of the leak.

  • Unable to Create PO

    Is there a way to tell the System that WE ARE NOT TRYING TO CREATE A LOCAL PO & We would want to create the PO in ECC directly?
    Inorder to execute the below code & skip the First Block of the Below code & Perform the Second Block.
    Second Block is PERFORM CLASSIC_LIGHT_PRICING.
    In debugging mode i_object_type is having value "BUS2201" & C_PO is having value "BUS2201", So the control enters the first part of the below code & RAISES THE ERROR.
    Code from Function Module "BBP_PDPRC_UPDATE" :
    IF i_object_type = c_po.
    PERFORM error_message USING c_msgty_a gc_msgid_bbp_pd
    gc_prc_msg_simplpricepo gc_no.
    ELSE.
    PERFORM classic_light_pricing
    TABLES it_pridoc
    USING i_com
    i_p_guid i_inp_guid
    CHANGING e_com
    ev_price_unit.
    ENDIF.
    --> Are there some relavent Notes to resolve this issue?

    Hello,
    Small Update....
    Our scenarios is:
    SC -> Sourcing -> RFx -> RFx Response -> PO in ERP (
    Directly create PO in ERP )
    We are able to successfully create the below scenario.
    PR in ECC --> Get PR in SRM --> Start Collective processing -> Transfer to Central System (SC is created for the PR @ this time) --> Create RFx --> Rfx Response --> Create PO. (PO is created in ERP, Classic Scenario)
    We are able to get the PR & we are able to create SC successfully and the PR/ SC is available in Sourcing cocpit.
    Able to create RFx --> Rfx Response.
    Now once the RFx Response is Accepted --> We go for creating PO.
    The same error. We are unable to create PO.
    The error is due to pricing - debugged and checked as mentioned in my earlier message.
    Kindly Suggest.
    Unable to Create PO
    Regards.

  • Unable to create  SAAJMetaFactoryImpl

    Hey,
    Im trying to deploy (WL 10.3) Spring Web Application with web services on JAXWS; i have in my weblogic.xml: <prefer-web-inf-classes>true</prefer-web-inf-classes> .... but i receive this error:
    <7/07/2010 12:27:19 PM CDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application '_appsdir_CollectionServices_dir'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1376)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:452)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
         Truncated. see log file for complete stacktrace
    javax.xml.soap.SOAPException: Unable to create SAAJ meta-factoryweblogic.xml.saaj.SAAJMetaFactoryImpl cannot be cast to javax.xml.soap.SAAJMetaFactory
         at javax.xml.soap.SAAJMetaFactory.getInstance(Unknown Source)
         at javax.xml.soap.MessageFactory.newInstance(Unknown Source)
         at com.sun.xml.ws.api.SOAPVersion.<init>(SOAPVersion.java:178)
         at com.sun.xml.ws.api.SOAPVersion.<clinit>(SOAPVersion.java:83)
         at com.sun.xml.ws.api.BindingID.<clinit>(BindingID.java:321)
         Truncated. see log file for complete stacktraceAny solution?
    thanks in advance.
    Edited by: user8746607 on 07-jul-2010 10:33

    My dependencies:
    [INFO] +- net.sf.dozer:dozer:jar:5.2.0:compile
    [INFO] |  +- commons-logging:commons-logging:jar:1.1.1:compile
    [INFO] |  +- commons-beanutils:commons-beanutils:jar:1.8.0:compile
    [INFO] |  +- commons-lang:commons-lang:jar:2.4:compile
    [INFO] |  \- commons-collections:commons-collections:jar:3.2.1:compile
    [INFO] +- hibernate:hibernate-entitymanager:jar:3.4.0.GA:compile
    [INFO] |  +- org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile
    [INFO] |  +- org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:compile
    [INFO] |  +- org.hibernate:hibernate-annotations:jar:3.4.0.GA:compile
    [INFO] |  +- org.hibernate:hibernate-core:jar:3.3.0.SP1:compile
    [INFO] |  |  \- antlr:antlr:jar:2.7.6:compile
    [INFO] |  +- dom4j:dom4j:jar:1.6.1:compile
    [INFO] |  +- javax.transaction:jta:jar:1.1:compile
    [INFO] |  \- javassist:javassist:jar:3.4.GA:compile
    [INFO] +- com.sun.xml.messaging.saaj:saaj-impl:jar:1.3:provided
    [INFO] |  \- javax.xml.soap:saaj-api:jar:1.3:provided
    [INFO] |     \- javax.activation:activation:jar:1.0.2:provided
    [INFO] +- javax.xml.parsers:jaxp-api:jar:1.4.2:provided
    [INFO] +- org.apache.openejb:javaee-api:jar:5.0-1:provided
    [INFO] +- javax.faces:jsf-api:jar:1.2_04:provided
    [INFO] +- javax.servlet:jstl:jar:1.2:provided
    [INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:provided
    [INFO] +- javax.faces:jsf-impl:jar:1.2_04:provided
    [INFO] +- com.banorte.nbxi:nbxiws:jar:1.0:provided
    [INFO] +- com.banorte.nbxi:nbxi-service:jar:1.0:compile
    [INFO] +- log4j:log4j:jar:1.2.14:compile
    [INFO] +- org.springframework:spring-context:jar:2.5.6:compile
    [INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
    [INFO] |  +- org.springframework:spring-beans:jar:2.5.6:compile
    [INFO] |  \- org.springframework:spring-core:jar:2.5.6:compile
    [INFO] +- org.springframework:spring-tx:jar:2.5:compile
    [INFO] +- org.springframework:spring-web:jar:2.5.6:compile
    [INFO] +- org.apache.xbean:xbean-spring:jar:3.5:compile
    [INFO] +- org.springframework:spring-aop:jar:2.5.6:compile
    [INFO] +- org.springframework:spring-orm:jar:2.5.5:compile
    [INFO] +- org.springframework:spring-jdbc:jar:2.5.5:compile
    [INFO] +- org.aspectj:aspectjweaver:jar:1.6.2:compile
    [INFO] +- org.springframework.ws:spring-ws-security:jar:1.5.9:compile
    [INFO] |  +- org.springframework.ws:spring-ws-core:jar:1.5.9:compile
    [INFO] |  |  +- org.springframework.ws:spring-xml:jar:1.5.9:compile
    [INFO] |  |  +- org.springframework:spring-webmvc:jar:2.5.6:compile
    [INFO] |  |  |  \- org.springframework:spring-context-support:jar:2.5.6:compile
    [INFO] |  |  \- wsdl4j:wsdl4j:jar:1.6.1:compile
    [INFO] |  +- com.sun.xml.wss:xws-security:jar:2.0-FCS:compile
    [INFO] |  |  \- javax.xml.crypto:xmldsig:jar:1.0:compile
    [INFO] |  |     \- com.sun.org.apache.xml.security:xmlsec:jar:2.0:runtime
    [INFO] |  \- org.apache.ws.security:wss4j:jar:1.5.8:compile
    [INFO] |     +- org.apache.santuario:xmlsec:jar:1.4.3:compile
    [INFO] |     \- xalan:xalan:jar:2.7.1:compile
    [INFO] |        \- xalan:serializer:jar:2.7.1:compile
    [INFO] +- org.sonatype.nexus:nexus:jar:1.5.0:compile
    [INFO] \- com.kenai.nbpwr:net-sf-cglib:jar:2.1.3-201003011305:compile
    [INFO]    +- cglib:cglib:jar:2.1_3:compile
    [INFO]    |  \- asm:asm:jar:1.5.3:compile
    [INFO]    \- com.kenai.nbpwr:org-objectweb-asm:jar:1.5.3-201003011305:compile
    [INFO]       \- asm:asm-attrs:jar:1.5.3:compile

  • Unable to create virtual folder

    Hi im getting this error when im trying to create a folder please help
    Content Server Request Failed
    Unable to create virtual folder. Unable to create virtual folder.
    [ Details ]
    intradoc.common.ServiceException: !csCollectionUnableToCreateCollection at collections.CollectionStructure.forceChildEx(CollectionStructure.java:2197) at collections.CollectionStructure.forceChild(CollectionStructure.java:2179) at collections.CollectionStructure.forceChild(CollectionStructure.java:2174) at collections.CollectionUserHandler.addCollectionInCollection(CollectionUserHandler.java:483) at sun.reflect.GeneratedMethodAccessor86.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461) at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142) at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75) at intradoc.server.Service.doCodeEx(Service.java:488) at intradoc.server.Service.doCode(Service.java:470) at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1332) at intradoc.server.Service.doAction(Service.java:450) at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1173) at intradoc.server.Service.doActions(Service.java:445) at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1093) at intradoc.server.Service.executeActions(Service.java:431) at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632) at intradoc.server.Service.doRequest(Service.java:1697) at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357) at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)

    It is solved now......
    Solution.....
    the contibution folders have a security group "All" and the user that im using to create a new folder was having just R permission to "All" so If you tried to create a new folder from the action list choose link folder then u will get the error that i mentiond above and i think this is the way the content server works "corrent me if im wrong" .now to solve this i gave that user a RW to the "All" security group and now he can create folders.
    Note:what i discovred is that when the system folder has a security group defined then the contibuter the contributer that he want to create a new folder under it must have RW to the security group in the Contribution folders.

  • Unable to Load Database/Unable to create database.

    RoboHelp 6.0 on my PC is suddenly unable to open existing
    projects or create new ones. The problem is not in the projects, as
    other people can unzip the same set of files and open them with
    RoboHelp on their PCs.
    The Details:
    When attempting to open an existing project (any project
    whether in version control or not), I get the message " Open
    project was cancelled or the application was unable to load
    database for..."
    I found the article that says to delete the CPD and XPJ files
    and then to use the Edit option to open the HHP file so that
    RoboHelp will recreate the two files. When I try that, I get the
    message "Unable to create database. Check that the directory is not
    read-only." It's
    not read-only.
    When I attempt to create a new project, the application acts
    like it is going to create one, but it just creates a project
    folder without the new first topic and then repeats the New Project
    Wizard window that prompts for title, etc. It will keep creating
    folders and returning to this window in a loop without ever really
    creating a project.
    RoboSource Control is functioning normally, by the way.
    I have uninstalled and reinstalled RH 6 several times, and
    have even uninstalled RH 6 and installed to RH 5 just to see if it
    could open projects, which it does with no problems. After that
    test, I uninstalled RH 5 and reinstalled RH 6, only to encounter
    the same problem all over again.
    This started happening after I uninstalled other unrelated
    software and received a message that some Service Pack 2 files had
    been changed and prompting me to insert the Service Pack 2 CD,
    which I don't have. This is because our IT department pre-builds
    our systems from an image and then distributes job-specific
    applications over the network. IT tried repairing Service Pack 2,
    but that didn't work. I'd like to uninstall and reinstall Service
    Pack 2, but the IT person says it's too risky on a system that was
    built from an image.
    We would like to find out
    which files RoboHelp is looking for when it launches a
    project so we can replace those files manually. Does anyone
    know what they are or have another suggestion that might fix the
    problem?
    Otherwise, I am stuck having to allow IT to rebuild my
    system. That means reinstalling and reconfiguring everything on it,
    just as if I were upgrading to a new PC. This can take a whole work
    week. However, I have already spent close to a work week on this
    problem, so maybe rebuilding would save time in the long
    run.

    Problem Resolution = HHA.dll
    For anyone who might be interested in the resolution to this
    issue, we did rebuild my PC and reinstall all of my software. The
    RoboHelp installation "complained" that I did not have HTML Help
    Workshop on my system and told me to download version 1.4 from
    Microsoft. I did have HTML Help Workshop..it's in my programs list.
    (It's not listed in programs on my co-workers' PCs, and they were
    not having problems, by the way.) But to make RH happy, I
    uninstalled the workshop and tried to install the version from
    Microsoft. But a message informed me that I already had a newer
    version of the workshop on my system, and I was back where I
    started. I could open projects, but there were weird problems.
    Selecting Topic Properties was met with an error message, and when
    the properties window opened, I could only see whatever template
    was assigned (or none if the topic had lost its template), and
    there was an extra section for Oracle help.
    So I started dinking around in the registry to see if I could
    get rid of any traces of the workshop so I could install the
    version RH wanted or to find any other clues to my problem. Under
    HTMLHelpAuthor, there was a reference to an HHA.dll file located in
    C:\WINDOWS\system32...only the file did not exist on my system.
    (Remember that my original problem was that some Service Pack 2
    files were either modified or missing.) So I did a Google search on
    that file name and found out that HTML Help Workshop is included in
    newer Windows operating systems, but that people used to have to
    get HTML Help Workshop from Microsoft, and that some people had
    made the mistake of just putting the HHA.dll file into the
    C:WINDOWS\system32 folder without also installing HTML Help
    Workshop. At this point it was obvious that I needed the HHA.dll,
    so I got it from a co-worker's PC. (Looking at the registry
    entries, I can also see that my system was built with a slightly
    different version of the operating system than my co-workers have.)
    Adding the HHA file to my system solved the problem. All
    projects but one were fine; one was still exhibiting the strange
    behavior. I fixed it by going back to the RoboHelp 5 version of the
    project and re-converting it to RoboHelp 6.
    I suspect that if I had known about the HHA.dll file before
    we rebuilt the PC, I could have solved the problem without going
    through that painful process. That is why I thought I should post
    the solution even though it was after the rebuild.

  • Unable to create a report in bi publisher 10g

    Hi All,
    Unable to create a report in bi publisher. When we tried to create a report abcd, then it is giving the below error.
    Operation failed: /abcd/abcd.xdo.
    When we tried to create a report with the existing name, it is saying
    An object with the same name already exists: /crm/crm.xdo
    I can say this is not any permissions problem, I have logged inwith Administrator user.
    Thanks

    Hi,
    Can any one..???

Maybe you are looking for

  • Payment Term - Cash Discount

    All, I think that I have an easy question, but just wanted claridifcation.. I need to create a new payment term with a simple cash discount - just 2% if paid in full within 30 days and if not, no cash discount. Also, this is just for purchasing vendo

  • Output only with "black frame"??

    Hi there, I am editing rendered animations from cinema4d, which are in the format 768x480 (image on the right). I´ve been trying everything to export them in exactly that format in QT. I can´t find any export option to get a movie with a screen that

  • Cannot navigate to the elements of a T-list populated at runtime

    I'm populating a T-list dynamically at runtime using a query. The list gets populated without any error at runtime. I'm using the following program unit to populate the list : DECLARE v_recsql Varchar2(1000); -- The SQL for creating the Record Group.

  • Uploading vendor payment data to bank server

    Hi all, Can someone guide me how to upload the vendor payment data into the bank server (vendor banks) either online or by executing a program. Thanks and regards, Zubair

  • Unable to install iTunes 7.0.2 or later

    I can not install 7.0.2 or later of iTunes. I am told that it can not open a certain key Could not open key: HKEYLOCALMACHINE\Software\Classes\QuickTime\CLSID I am an administator on this computer... and suggestions?