Configurator CIO object

Good Morning,
I am developing a custom java class using the Oracle Configurator Extensions and Interface Object Developer's Guide(CDG).
I have developed a class following the example code defined on page 5-3 of the CDG. I am running the code from the UNIX command line e.g. java...
The only parameters I have passed to the ConfigParameters constructor is the modeId, I have set the modelLookupDate, and the effectiveDate after the object is instantiated.
I receive the following message in the message stack:
java.lang.NoClassDefFoundError: java/servlet/http/HttpServletResponse
at java.lang.Class.getDeclaredMethods()(NativeMethod).
I would appreciate any comments, suggestions, and if possible example code.
Thank you in advance,
-rich

Adarsh,
Looks like the parameters passed in the constructor call are not valid ones and hence the database connection is not getting done.
Context context = new CZWebAppsContext("hostName","portNumber","dbcFileName");
Check the above call carefully and its parameters. I guess the dbcFileName might be the reason as other 2 entries are pretty easy to know.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Launch Configuration using CIO object

    Hi,
    I am trying to launch Configuration using CIO object.
    plz find the code below, that am using.
    ===========START CODE==================
    Context context = new CZWebAppsContext("hostName","portNumber","dbcFileName");
    System.out.println("------------- Context object created ----------");
    ConfigParameters cp = new ConfigParameters(79160);
    System.out.println("------------- ConfigParameters object created ----------");
    CIO cioObject = new CIO();
    System.out.println("------------- CIO object created ----------");
    Configuration config = cioObject.startConfiguration(cp,context);
    System.out.println("------------- Configuration object created ----------");
    IUserInterface ui = config.getUserInterface();
    System.out.println("------------- UI object created ----------");
    ui.navigateToScreen("Page-1");
    System.out.println("------------- Page navigation ----------");
    =============END CODE==================
    am getting the following error after CIO object is created, while trying to start the configuration, at cioObject.startConfiguration(cp,context). The hostName, portNumber and dbcFileName are correctly provided.
    ============START LOG ====================
    ------------- Context object created ----------
    ------------- ConfigParameters object created ----------
    ------------- CIO object created ----------
    java.lang.RuntimeException: Null JDBC Connection returned from connection pool.
    Contents of CZWebAppsContext error stack: AOLJ_JAVA_EXCEPTION (MESSAGE=Not able to create new database connection. Cause:java.sql.SQLException: Io exception: The Network Adapter could not establish the connection)
    SECURITY-No gateway reconnect
    SYSTEM-ERROR (MESSAGE=Io exception: The Network Adapter could not establish the connection)
         at oracle.apps.cz.common.CZWebAppsContext.getJDBCConnection(CZWebAppsContext.java:116)
         at oracle.apps.cz.dio.DbTransaction.<init>(DbTransaction.java:61)
    ==============END LOG=======================
    plz help me in finding the solution.
    Regards,
    Adarsh

    Adarsh,
    Looks like the parameters passed in the constructor call are not valid ones and hence the database connection is not getting done.
    Context context = new CZWebAppsContext("hostName","portNumber","dbcFileName");
    Check the above call carefully and its parameters. I guess the dbcFileName might be the reason as other 2 entries are pretty easy to know.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem in Configuring the Object Editor User Interface

    Hi,
         I m using NetWeaver 7.0.11 & facing the problem in Configuring the Object Editor User Interface.In the Configuration Browser ,when i click on Object Editor & choose New Configuration & try to select service,it shows the flollowing error:
    com.sap.caf.rt.exception.CAFBaseRuntimeException: Service manager initialization failed Illegal argument exception: Unable to create javax.ejb.EJBObject.
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.init(ServiceFacade.java:121)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacade.<init>(ServiceFacade.java:50)
         at com.sap.caf.rt.ui.cool.generic.ServiceFacadeFactory.getFacadeInstance(ServiceFacadeFactory.java:51)
         at com.sap.caf.ui.utils.cool.CoolUtils.getServiceFacade(CoolUtils.java:123)
         at com.sap.caf.ui.ptn.objecteditor.ObjectEditorCC.getServiceFacade(ObjectEditorCC.java:505)
         at com.sap.caf.ui.ptn.objecteditor.wdp.InternalObjectEditorCC.getServiceFacade(InternalObjectEditorCC.java:245)
         at com.sap.caf.ui.ptn.objecteditor.config.OEconfiguratorLayout.onActionSelectModule(OEconfiguratorLayout.java:322)
         at com.sap.caf.ui.ptn.objecteditor.config.wdp.InternalOEconfiguratorLayout.wdInvokeEventHandler(InternalOEconfiguratorLayout.java:300)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can anybody please tell,what can be the problem?
    regards
    Sumit

    Hello Sumit
    This is most probably the result of metadata corruption on runtime.
    A possible workaround for this situation is:
    Undeploy all the metadata DCs of all the CAF applications you have
    deployed (these are the components which names end on "/metadata", excl.
    caf/core/metadata and caf/tc/metadata (which are part of CAF itself)).
    And then deploy the CAF applications again.
    Regards,
    Désiré

  • Add user validation in create user form during Configure User Object Classe

    Hi friends,
    I like to add a user validation code (javaScript or PL/SQL) into create user form during Configure User Object Classes.
    Is any way to pick user information and role assignment for validation in Portal side?
    or pre event in OID provisioning befor loading LDAP?
    We like to make a rols assignment validation. But portal does not have this function.
    TOM, Any suggestion?
    Thanks!!

    after study, portal form --LOVGroupSearch take a  role search and display user name  for select role.
    Who know we are can find system object LOVGroupSearch in portal or OID?
    the source SCR as /oiddas/ui/oracle/ldap/das/search/LOVGroupSearch?title=Role%3Fredirect=/oiddas/ui/oracle/ldap/das/search/LOVGroupSearch%3Ftitle=Role
    When we search a role and added it. selected role appears in form Search and Select:.
    When click role name in Search and Select form. system will display Group Members and group owner.
    Who can find behind codes for this form or samilar pl/sql codes?
    Thanks!!

  • "Access denied. Login again" when creating New Configuration in Object Edit

    Hi all,
    I am trying to complete ]<a href="http://help.sap.com/saphelp_nw70/helpdata/en/43/8d77556536267fe10000000a1553f7/content.htm">My First Composite Application</a> but got stuck at the step <a href="http://help.sap.com/saphelp_nw70/helpdata/en/43/95c95b9fc32293e10000000a1553f6/content.htm">Configuring the Object Editor User Interface</a>. When I try to create a new configuration, I get the error message "Access denied. Login again", but I have no idea where to change to overcome this.
    Please advise me, if you have any idea.
    Thanks,
    Masa

    It was due to missing user role.

  • How to get Configuration (internal object number) during MM01

    Hello Masters,
    Does anyone know how to get the value of Configuration (internal object number) during MM01 so I can use the function VC_I_GET_CONFIGURATION to get the configurable variant values. I tried to check the MM01 exit EXIT_SAPLCUKO_001 include ZXCUCU02 and it' there but I need to know how to get it so I can use it because in other exits it's not included in the local variable.
    Thanks,
    Alfred

    pl. share the answer with us. U can copy and paste that answer.......so that, some one get the solution, who r hving the same issue.
    thanq

  • Configuring port-object in ASA

    Hi Everyone,
    I need to config port-object eq 17800 etc in ASA.
    I tried command object-group   service  xyz
    but there is no option for port-object eq ?
    Regards
    Mahesh

    Hi,
    I think you have probably configured the "object-group service " without defining the protocol used
    For example
    ASA(config)# object-group service TEST
    ASA(config-service-object-group)# ?
      description          Specify description text
      group-object        Configure an object group as an object
      help                    Help for service object-group configuration commands
      no                       Remove an object or description from object-group
      service-object       Configure a service object
    ASA(config-service-object-group)#
    However if we specify the "object-group service " with either "tcp" or "udp" or "tcp-udp" at the end then you will have the option of "port-object" command
    ASA(config)# object-group service TEST tcp-udp
    ASA(config-service-object-group)# ?
      description    Specify description text
      group-object  Configure an object group as an object
      help              Help for service object-group configuration commands
      no                 Remove an object or description from object-group
      port-object     Configure a port object
    ASA(config-service-object-group)#
    Though even if you used the original "object-group service " configuration you could still define it as an "object-group" which for example contains the allowed destination ports in some ACL.
    For example the following would group TCP/17800 and UDP/17800 in one "object-group" and use them in an ACL
    object-group service TEST
    service-object tcp destination eq 17800
    service-object udp destination eq 17800
    access-list TEST extended permit object-group TEST any any
    When we look how the actual ACL looks like we see the following
    ASA(config)# show access-list TEST
    access-list TEST; 2 elements; name hash: 0xd37fdb2b
    access-list TEST line 1 extended permit object-group TEST any any (hitcnt=0) 0x0abc0954
      access-list TEST line 1 extended permit tcp any any eq 17800 (hitcnt=0) 0x25ac5419
      access-list TEST line 1 extended permit udp any any eq 17800 (hitcnt=0) 0xc6e32e33
    Hope this helps
    - Jouni

  • How to install and configure Business objects on a local Maschine

    Hi Experts,
    i am a newbi in BO and would like to work with BO.
    The first thing i learned was to install and configure BO on my notebook.
    I downloaded the followings Tools:
    - CR Report 2008
    - Integration Kit
    - Live office 3.1 Upgrade
    - Web Intelligence
    - XCelsius
    By trying to download - Query as a Webservice i saw there were with sequences 1-3. Which one should i donwload?
    1. I would like to know which logic to follow toinstall it.Which one should be the firt and which one the last.
    2. Before installing Query as a webservice i should first install:
        - BusinessObjects XI Release 2 SP2 Enterprise Edition
        - Web Services--> What is that and where could i download it?
        - Tomcat or another supported Web Application and JDK--> where can i download it?
    3. .What is NET 1.1? Where to download it and how to install it?
    Any information or expereince will be very appreciated.
    Thank you in advance for your Input.
    Pat
    Edited by: Gilo on Feb 1, 2009 12:25 AM

    Hi Pat,
                You can get the guides and Installtion guides from this
    http://help.sap.com/businessobject/product_guides/
    You can download the from
    .subscribenet.com
    you can enter the user name and password then you can download the Business Objects software that can be download.
    "By trying to download - Query as a Webservice i saw there were with sequences 1-3. Which one should i donwload? "
    Sequence 1-3 you will have to download all the 3 as it can be part 1 part 2 and part 3.
    Tomcat .If you are installing for the first time it will automatically install tomcat and JDK if you are connected to the net while installing Business Objects.
    Regards
    Prashant

  • Problem With Cutom Configuration with Object Type

    Dear Guru's
    I am working WebUI, I am facing a problem with Custom Configuration.
    1. The initial requirement to control the visibility for a dropdown event in ERP Quotation.
    2. To this i copied the default configuration to custom configuration with custom Object type and Subtype.
           CONFIG KEY: ZPJQTN
           OBJECT TYPE: ZOTYP_CONFIG
           OBJECT SUB TYPE:  ZSTYPE_CONFIG1
    3. I have created customm fields in enhancement.
    4. Now i chosen my new configuration (ZPJQTN,ZOTYP_CONFIG,ZSTYP_CONFIG1), when i click Show available fields, the custom fields are not showing. Instead the created fields are available at other configuration.
    5. I am able to control the visibility for the standard available fields.But i am not getting the custom created fields
    (Note:  I have created the Object type and Object sub type as follows: SPRO->CRM->UI Framework->Define Object Types
    Object type: ZOTYP_CONFIG Callback class: ZCL_CONFIG_CALLBACK
    Redifned the method: IF_BSP_DLC_OBJ_TYPE_CALLBACK~GET_OBJECT_SUB_TYPES
    Coded as below:
      data: lv_subtype type bsp_dlc_object_sub_type.
      lv_subtype = 'ZSTYP_CONFIG1'.
      append lv_subtype to result.
      lv_subtype = 'ZSTYP_CONFIG2'.
      APPEND lv_subtype to result.
    Now Please suggest me how to achieve this.
    Also please let me know, whether i am following the correct procedure for controlling the visibility.
    Thanks in Advance,
    S.Meganadhan.

    Hi Harshit,
    I added custom fields using AET only.
    I am able to see the field got added in the structure. I am able to access GET and SET methods of the field.
    But the problem is, it is not getting saved. Am i missed any configuration step?
    Please suggest me.
    Thanks in advance,
    Regards,
    S.Meganadhan.

  • Creating a mapping, configuring Serialized Object Converter

    Hello,
    I am developing an EJB app and my entites (persisted of course with TopLink) use classes such as java.awt.Image or javax.swing.text.DefaultStyledDocument but I have problems with persisting objects of these classes. I want to store them in a (B)LOB field in a database.
    As far as I know from TopLink documentation TopLink does not have default mappings for these classes and the solution is to configure a SerializedObjectConverter but I don't know how. Frankly speaking I don't know how to define an object-relational mapping. Can anybody help me out?
    I am using NetBeans 5.5.

    Thanks very much for your reply!
    But I cannot use TopLink Mapping Workbench since I don't use Oracle JDeveloper or something (and don't want to) but I'm forced to deal with Netbeans. I want to do that by inserting some java code, but I don't know how (first of all - where should I put it). Any clue/example would be greatly appreciated.

  • Configuration (IMG) Objects in Logon Language

    Dear SAP Experts,
    I am currently working on an implementation where, in addition to English (EN) as logon language, we will also be having French (FR) and Portuguese (PT) languages.
    Would like to seek your advice on how we can extract or get a list of configuration objects or activities which will require maintenance in the logon language. For example, for Costing variant, Operating concern or IO budget profile, we have to maintain the description of these objects in FR and PT in addition to EN - otherwise the description will be blank.
    Thank you for your advice.
    Kind regards,
    Teck

    Hi, yes,you need to maintain in all languages, because how system will know translation?

  • How to configure business objects web services

    Hi can anyone tell me were can i find these web services in cmc, and how i need to configure these webservices.in order to talk externally with the java program.
    my scenerio is, java program will kick off to send the parameters to the web services in business objects. The web services need to take those parameters from java and create a file and drop it locally or anywhere

    Hi
      Which version you are on?
    if it is XI 3.x then, dswsbobje is the web application which is deployed on default tomcat, You can get the details of of all available web services by :http://BOEHOSTNAME:PORT/dswsbobje/services/listServices
    Regards
    Ashwini

  • How to delete design time & configuration time objects permanently

    Hi All,
    how to delete the design time objects & configuration objects permanently, because i have created some objects repeatedly in different scenarios. there was some confliction, that's why i am going to delete the objects. Is it possible, if yes revert back to me asap.
    Thanks & Regards,
    Nag.

    hi,
    Check tis for how to delete IR objects.
    /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    and to delete it from ID delete it from the OBjects TAb.
    Activate the change list.
    Sachin

  • Pulling Variant Configurator's object dependencies

    hello friends
    could someone please let me know if there are any BAPIs that can pull VC's object dependencies.
    Any comments or feedback on this will be highly appreciated.
    Thanks
    Ram

    All the function modules below are related to object dependency and variant configurations. Please reward points is useful
    CARD_CLASS_CHAR_READ_ALLOC    
    CARD_CLASS_CHAR_READ_DEP      
    CARD_CLASS_CHAR_VAL_READ_ALLOC
    CARD_CLASS_CHAR_VAL_READ_DEP  
    CARD_CLASS_READ               
    CARD_CLASS_READ_ALLOC         
    CARD_CLASS_READ_ATTR          
    CARD_CLASS_READ_CHARACTS      
    CARD_CLASS_READ_DEP           
    CARD_CHARACTERISTIC_READ      
    CARD_CHAR_READ_ALLOC          
    CARD_CHAR_READ_ALLOC_CLASS    
    CARD_CHAR_READ_DEP            
    CARD_CHAR_VAL_READ_ALLOC      
    CARD_CHAR_VAL_READ_DEP        
    CARD_CNET_CONSTRAINT_READ     
    CARD_CONSTRAINT_NET_READ      
    CARD_CON_PROFILE_READ         
    CARD_TABLE_SELECT_LINES       
    CARD_DEPENDENCY_READ           
    CARD_GET_ALL_DEPENDENCIES      
    CARD_FUNCTION_READ             
    CARD_TABLE_READ_ENTRIES        
    CARD_TABLE_READ_STRUCTURE

  • Cn=Users domain is not displaying after configuring new object class in OAM

    We have configured a custom object class which inherits inetorgperson objectclass and reconfigured OAM. After the reconfiguration cn=Users is not available in OAM Attibute Access Control Management domain selection,Delegated Administration domain selection , Workflow Definition -workflow domain selection and searchbase domain.
    If anyone has faced similar issue,please reply back.
    Thanks inadvance.
    Regards,
    Srikanth

    > I cannot RDP using the user
    Any error message?
    Greetings/Grüße,
    Martin
    Mal ein
    gutes Buch über GPOs lesen?
    Good or bad GPOs? - my blog…
    And if IT bothers me -
    coke bottle design refreshment (-:

Maybe you are looking for

  • Range expander not displayed in network device list from Router

    My range expander seems to be working properly, blue lights, and improved signal in dead zone.  However, I noticed when viewing my network devices from the router settings it did not list anything located at 192.168.1.240.  I was wondering why that w

  • IDVD keeps playing the wrong chapter, no matter which chapter is selected

    I have edited a movie in Final Cut Express. I put chapter markers in and then imported the .mov files into iDVD. I did not create a chapter marker at the beginning and I made sure that my other chapter markers were not in the middle of transition edi

  • Updated to 10.4.1 now library is lost

    I have updated iTunes to 10.4.1 from 10.3 and now I cannot use my previous music libraries. Has anyone found a fix for this? Can I use BBEdit to fix my libraries to make them open in the new iTunes? I don't want to lose my app information when I sync

  • Learning IndesignCS3 plugin programming...

    Hi, I m new to indesign plugin developement... I ve been working with and analysing plugins past few days... Though i started developing few simple plugins, still i haven't got a clear understanding of the exact way of programming(like what are the c

  • Hello pls help, Why is my Iphone 4S saying its going to take over 15 hours to back up ?

    My iphone 4S has never backed up in the 2 years that I have had it. I dont know how to save all the stuff off it so I can do an update and if I try to back it up it says its going to take over 15 hours to back up?? Please let me know what I need to d