Configuring Web Logic for ODI console problem

Hi guys ,
I following the instruction from here
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/odi/odi_11g/setup_jee_agent/setup_jee_agent.htm
After installing the Weblogic 12.1.1.0 , I came to the configure wizard which run from
C:\oracle\product\11.1.1\Oracle_ODI_1\common\bin\config.cmd
then the wizard screen appears
but the component of my installation only has
Basic Weblogic Server Domain - 12.1.1.0
Basic Weblogic SIP Server Domain - 12.1.1.0
WebLogic Advanced Web Services for JAX-RPC Extension - 12.1.1.0
WebLogic Advanced Web Services for JAX-WS Extension - 12.1.1.0
In the document has much more option
such as
oracle enterprise manager plugin for ODI
oracle enterprise manager
oracle data integrator - SDK Web Services
Oraclce Data Integrator - Console
Am I missing something at the installation .
because i already checked all the component for Web Logic and ODI
Thanks in advance.

Hi
Hopw below URL will helps you on ODI console configuration using Weblogic 11g
URL: http://odiexperts.com/tag/odi-11g-console
Regards,
Phanikanth

Similar Messages

  • Web Logic Server Administration Console

    Hi All,
    I loged into Admin Console of Oracle Web Logic Server Administration Console
    For DeployingP6WebServices::
    Created aWebLogicdomain for the WebServices application.
    DeployingP6WebServicesintotheWebLogicdomain. giving an error:
    In Deployments Tab which is left corner:Deployed a WAR File but while starting all rquests its giving me the java error
    javax.servlet.ServletException: [HTTP:101249]
    [weblogic.servlet.internal.WebAppServletContext@d025b9 - appName: 'p6ws', name: 'p6ws.war', context-path: '/p6ws', spec-version: 'null']:
    Servlet class org.apache.cxf.transport.servlet.CXFServlet for servlet cxf could not be loaded
    because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet.
    Please help me its urgent

    check in the documentation http://www.oracle.com/technetwork/indexes/documentation/index.html , select your primavera version, and check document called: tested_configuration, check if you are using the right weblogic and jdk version for your primavera p6 version.

  • Configuring Web Services for Oracle XML DB

    Hi all...
    I think I need some help one this subject....
    We have a 10G Release 2 Oracle single instance ( not RAC) install on a Linux Redhat v5.3 64 bit server. Are developers are user Visual Studio .Net and wnat to send xml files to a web service so that the xml file (containing data) can call a PL/SQL package (to be written) which will take the data out of the xml input file and insert rows into a prefined table within the instance. Now they have browsed the web and have come upon the following links...
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_web_services.htm
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724
    Currently, within the database I looked at the schema XDB and have unlocked the account and connected as the user XDB. There are some 680 objects in the following groups...
    SQL> select object_type, count(*) from dba_objects where owner='XDB' group by object_type;
    OBJECT_TYPE COUNT(*)
    SEQUENCE 2
    PROCEDURE 5
    OPERATOR 8
    LOB 334
    LIBRARY 12
    PACKAGE 20
    PACKAGE BODY 17
    XML SCHEMA 25
    TYPE BODY 5
    TRIGGER 12
    TABLE 36
    INDEX 51
    FUNCTION 5
    INDEXTYPE 2
    VIEW 2
    TYPE 144
    16 rows selected.
    Now in the links above it mentions that the xdbconfig.xml needs to be altered etc. However, I have searched the entire $ORACLE_HOME and there is no file definition of that description.
    From a DBA prospective...what do I have to install on the Linux server? I assume from the Oracle Database 10g Companion Products I need to lay down Oracle HTTP Server in a new Oracle home as the first step...or not? Does the HTML DB need to be installed as well?
    And for Configuring Web Services for Oracle XML DB...what else has to be installed? And from what product line?
    Thanks in Advance....
    Cheers
    Roegr

    Hi Marco...
    First of all ...thanks for the reply.
    I followed the link and the infor in that web page. However, there were a few things that did not work....
    1. The http://localhost:8080/ as is brought up a web page withe the heading as
    ==========
    ORACLE DATABASE 10g EXPRESS EDITION LICENSE AGREEMENT..
    ==========
    The other browser test ftp://localhost:2100/
    did not find any page?
    2. Then I went onto running (as the sysdba) the pl/sql to enable the ORAWSV Entry Service
    however it error out. So I did a describe on DBMS_XDB and the function deleteServlet does not appear
    then I had a look and this link to > http://www.liberidu.com/blog/?p=471
    was for 11G and the other link > http://docs.oracle.com/cd/B28359_01/appdev.111/b28369.pdf
    was for 11G.
    However, we are on 10G
    =================
    SQL> select * from V$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE 10.2.0.3.0 Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    ==================
    So is there must be other sql for 10G?
    Cheers
    Rog

  • Configuring Web Dynpro for ABAP

    SDN,
    I have read through the doc's and what I am seeing is that this is the only configuration that must be accomplished for configuring Web Dynpro for ABAP.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/43/e86de5008b4d9ae10000000a155369/content.htm
    Please let me if this is correct.
    Mike

    Yes, this docuementation is correct.  You must activate the appropriate nodes in the ICF as well as use the fully qualified domain name in the profile parameter icm/host_name_full.  Also make sure that this profile parameter and value is defined in RZ10 as well.
    icm/server_port_0 = PROT=HTTP,PORT=80$$
    Regards,
    Rich Heilman

  • Configuring web.xml for OpenSSO

    Hello!
    I am developing simple web application and want to use opensso in my web application.I have downloaded opensso,deployed and configured ,so i dont need how to configure web.xml ,what filters and jars i needed,i have the simple web.xml
    <web-app>
         <security-constraint>
              <web-resource-collection>
                   <web-resource-name>admin</web-resource-name>
                   <url-pattern>/admin/*</url-pattern>
              </web-resource-collection>
              <auth-constraint>
                   <role-name>admin</role-name>
              </auth-constraint>
         </security-constraint>
         <login-config>
              <auth-method>FORM</auth-method>
              <form-login-config>
                   <form-login-page>/login.jsp</form-login-page>
                   <form-error-page>/error.jsp</form-error-page>
              </form-login-config>
         </login-config>
         <security-role>
              <role-name>admin</role-name>
         </security-role>
    </web-app>so what filter should i add in web.xml so that when i access admins page <url-pattern>/admin/*</url-pattern>it should redirect to opensso s login page?

    Yes, I restarted the app server after making changes to web.xml file. No effects.

  • Error when configuring Web Dispatcher for SSL with Enterprise Portal

    We are in the process of configuring the Web Dispatcher using SSL to connect to our Enterprise Portal (the Web Dispatcher will be in the DMZ).  We have followed all of the help.sap.com guides and now have SSL listening on the EP side (port 8103).  We are now receiving this strange certificate error when we start the Web Dispatcher:
    [Thr 5332] Tue Mar 20 00:36:23 2007
    [Thr 5332]   MatchTargetName("<FULLY QUALIFIED HOSTNAME>", "CN=XXX, OU=XXX, O=XXXX, C=XX") FAILS
    [Thr 5332]   SSL socket: local=<IPADDRESS>:4742  peer=<IPADDRESS>:8103
    [Thr 5332] <<- ERROR: SapSSLSessionStart(sssl_hdl=009D7670)==SSSLERR_SERVER_CERT_MISMATCH
    [Thr 5332] *** ERROR => IcmConnInitClientSSL: SapSSLSessionStart failed (-30): SSSLERR_SERVER_CERT_MISMATCH [icxxconn.c 2005]
    [Thr 5332] *** ERROR => IcmConnClientRqCreate() failed (rc=-14) [icrxx.c      4919]
    [Thr 5332] *** ERROR => Could not connect to SAP Message Server at <FULLY QUALIFIED HOST NAME>. URL=/msgserver/text/logon?version=1.2 [icrxx.c      2301]
    [Thr 5332] *** ERROR => rc=-1, HTTP response code: 0 [icrxx.c      2302]
    [Thr 5332] *** ERROR => see also OSS note 552286 [icrxx.c      2303]
    We have gone through the trouble shooting note 552286 as listed in the error above.  Any assistance is appreciated.

    Hello, did you receive any resolution for this problem?  We are receiving a similar error and I am unsure of how to resolve.

  • Configured web role for https but it is not working

    Hello all
    I have a web role which is configured for 2 endpoints, one http, one https 443 - see
    http://imgur.com/74ZcVHz
    Then I have 3 certs (one is the main and 2 are CA).  I have uploaded all of these and also checked thumbprints are correct.
    But when I deploy, the http site works fine but the https site does not.... ????  Fiddler shows:
    Authentication failed because the remote party has closed the transport stream
    Any ideas?
    Note: Also worth noting this https works fine when on local machine through Visual Studio and only reports the certificate error, which is expected.
    me,.

    Hi,
    From my experience, this error message “Authentication failed because the remote party has closed the transport stream” may be caused by the client application has not been
    configured to trust fiddler’s root certificate, the client closes the connection to fiddler because of untrusted certificate.
    I suggest you to configure Windows Client to trust Fiddler Root Certificate. As following steps.
    Open fiddler=> click Tools=> click fiddler options => click HTTPS
    Hope this helps
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Logic for this math problem

    Before I get stinker replies for cross posting , let me tell that , i have been recommended to post this in this forum.
    My problem is such:
    I need to find a logic to implement the following :
    In the floating point number , say , 1.0.. the Integral part will remain constant(1) but the decimal part has to get incremented by 1
    1.1 +0.1
    1.2+0.1
    1.3+0.1
    1.4+0.1
    1.5 +0.1
    1.6+0.1
    1.7+0.1
    1.8+0.1
    1.9+0.1
    1.10+0.1
    1.2... But what I need here is 1.11 ,1.12
    I need my programming logic to detect there needs to be a change in the increment value from 0.1 to 0.01 when I reach 1.1
    and from 0.01 to 0.001 when i reach 1.111..so on,
    please suggest..

    you can't do it with a double,
    since double d = 1.10d; will be treated as 1.1d
    what you can do is treat the double as a String
    public void test(){
    String s1 = "1.9";
    String s2 = "1.10";
    String s3 = "1";
    String s4 = "1.1";
    System.out.println(increment(s1));
    System.out.println(increment(s2));
    System.out.println(increment(s3));
    System.out.println(increment(s4));
    public String increment(String d){
    int pos = d.indexOf(".");
    if (pos != -1){
    if (d.charAt(d.length()-1) == 0)
    return d.substring(0, d.length()-2) +
    ength()-2) + "1";
    String temp = d.substring(pos+1);
    int num = Integer.parseInt(temp);
    num++;
    return d.substring(0, pos+1) + num;
    else
    return d + ".1";
    }gives
    1.10
    1.11
    1.1
    1.2
    I leave it to you to understand the logic...it's to
    get you started..it does not check for all conditions
    of the inputI think it is a Math with algorithm problem. Your solution is good, but you are using String functions so much. There is other solution, handling with numbers only.

  • Configuring web.xml for Weblogic Server 5.1

    Hi,
    I am working on Weblogic Server (WLS) 5.1 SP 12. I have a web application running on it. At present, it does not have a web.xml file. I want to use Front Controller pattern, and therefore I need to have a web.xml file (to specify the URL Pattern for Front Controller) inside WEB-INF directory on server. I have placed the web.xml file inside WEB-INF directory of application, and have marked the URL pattern. However, the application is not taking into consideration that thing, i.e. mu front controller is not getting into picture, its entry is being ignored. How to make sure that it is not by-passed?
    My application is not in a .war format. WLS 5.1 SP12 is running on Sun Solaris.
    Is there a way to make sure that the intended thing happens?
    Plz help.
    Regards,
    Raj

    Yes, I restarted the app server after making changes to web.xml file. No effects.

  • Trying to configure WEBI services for connetion to Universes.

    I am trying to connect CRXI R2 to a universe like the sample universes. I can log onto CCM and I can see the universes when I try to create the connection. I am getting the error 'All the servers with CMS cmsservername, cluster cmsservername and kind webiserver are down or disabled.' I changed the command line to include the -request cmsservername -port 6401 and tried 6401. But when I do that the services will not restart.  When I remove the above addition, the services will restart.
    Any ideas?

    Could youplease provide a little bit more insight on the issue ?
    Are you trying to coonect to Universe from CR Designer or from Universe Designer or from Webi or Deski report ?
    Can you coonect to CMC and see if the servers are running and enabled ?
    Can you open Universe in Universe Designer and test it's connection ?

  • Re : Works on 32 bit Tomcat . fails in 64 bit Web Logic

    Hello All,
    When I try to decrypt using 32 bit tomcat ... i can decrypt the hex string but when I use 64 bit Web Logic for the same , I get javax.crypto.badpaddingexception , Invalid pad value.... any thoughts in code what is causing this ? The sample code used is as follows.
    Help is appreciated.
    import java.security.SecureRandom;
    import javax.crypto.Cipher;
    import javax.crypto.KeyGenerator;
    import javax.crypto.SecretKey;
    import javax.crypto.spec.SecretKeySpec;
    public class Crypto{
         public static String decrypt(String seed, String encrypted) throws Exception {
              byte[] rawKey = getRawKey(seed.getBytes());
              byte[] enc = toByte(encrypted);
              byte[] result = decrypt(rawKey, enc);
              return new String(result);
         private static byte[] getRawKey(byte[] seed) throws Exception {
              KeyGenerator kgen = KeyGenerator.getInstance("AES");
              SecureRandom sr = SecureRandom.getInstance("SHA1PRNG");
              sr.setSeed(seed);
         kgen.init(128, sr); // 192 and 256 bits may not be available
         SecretKey skey = kgen.generateKey();
         byte[] raw = skey.getEncoded();
         return raw;
         private static byte[] decrypt(byte[] raw, byte[] encrypted) throws Exception {
         SecretKeySpec skeySpec = new SecretKeySpec(raw, "AES");
              Cipher cipher = Cipher.getInstance("AES");
         cipher.init(Cipher.DECRYPT_MODE, skeySpec);
         byte[] decrypted = cipher.doFinal(encrypted);
              return decrypted;
         public static String toHex(String txt) {
              return toHex(txt.getBytes());
         public static String fromHex(String hex) {
              return new String(toByte(hex));
         public static byte[] toByte(String hexString) {
              int len = hexString.length()/2;
              byte[] result = new byte[len];
              for (int i = 0; i < len; i++)
                   result[i] = Integer.valueOf(hexString.substring(2*i, 2*i+2), 16).byteValue();
              return result;
         public static String toHex(byte[] buf) {
              if (buf == null)
                   return "";
              StringBuffer result = new StringBuffer(2*buf.length);
              for (int i = 0; i < buf.length; i++) {
                   appendHex(result, buf);
              return result.toString();
         private final static String HEX = "0123456789ABCDEF";
         private static void appendHex(StringBuffer sb, byte b) {
              sb.append(HEX.charAt((b>>4)&0x0f)).append(HEX.charAt(b&0x0f));

    I could be wrong but I'm pretty sure that your problem is caused by these lines of code :-
    KeyGenerator kgen = KeyGenerator.getInstance("AES");
    SecureRandom sr = SecureRandom.getInstance("SHA1PRNG");
    sr.setSeed(seed);
    kgen.init(128, sr); // 192 and 256 bits may not be available
    SecretKey skey = kgen.generateKey();In it's basic form a SHA1PRNG based random number generator is a deterministic generator and not really suitable for cryptographic use. I'm betting that Web Logic is replacing the SHA1PRNG core with a non-deterministic version of SecureRandom; in their position I would.
    If you want to transform bytes into a deterministic key you should use one of the PBE algorithms.
    P.S. When you create a cipher using
    Cipher cipher = Cipher.getInstance("AES");you by default specify ECB block mode and PKCS5 padding. ECB block mode is considered insecure since it allows forgery by splicing ciphertext. When used properly, the PBE based algorithms avoid this forgery by using CBC block mode.

  • Web logic shutting down and resetting automatically

    hi all.
    i have developed an application in oracle apex 4.0 on oracle 11 g R1 and configured listener with oracle web logic server. i can run the application succesfully through web logic server but the problem is that i have to restart the web logic and configure listener again and again after like every 2 to 3 days. plz give me an idea what possibly could be the problem.
    thanks in advance.

    Take a look at this article - note the special section on how to reset the SMC on laptops:
    http://support.apple.com/kb/HT3964
    Follow the Notebook instructions and post back if that didn't solve the problem.
    P.S. You should also consider to update your OS to the latest version.
    P.P.S. I'm assuming you're talking about your Macbook since you posted in the iMac section.

  • Cannot create domain for ODI

    Hi,
    I am trying to create a domain for ODI console and am trying to follow the instructions in the below post:
    http://odiexperts.com/tag/oracle-data-integrator-11g
    However, when I start the WLS config wizard the second screen does not come up with the option for ODI, etc.
    Can someone guide me what I should be doing to see the options?
    I only see two options apart from the base, for Select Domain Source, namely, Weblogic Advanced Web services for JAX-RPC Ext and for JAX-WS.
    Does it have anything to do with where the Middleware Home has been installed? Because my Middleware home is located on D:\Oracle\Middleware and ODI is installed on
    D:\app\oracle\product\11.1.1\Oracle_ODI_1
    I am fairly new to Oracle/ODI and absolutely a novice in terms of WLS.
    Any/all help is highly appreciated.
    Manish

    Thanks Dev.
    I reinstalled ODI in the middleware home and now I was able to see all the options.
    I then faced another issue when creating the domain:
    Domain Location: D:\Oracle\Middleware\user_projects\domains\base_domain
    Reason: null
    Exception:
    Traceback (innermost last):
    File "<iostream>", line 17, in ?
    TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
    And then I saw another post and then started the domain creation from the below location and was successful in creating the domain.
    D:\Oracle\Middleware\Oracle_ODI1\common\bin\config.cmd
    Thanks to all the knowledge sharers.
    I am letting this know so that others can also benefit and get on.
    Manish
    Edited by: manishd_2000 on Jan 18, 2011 11:22 AM

  • Web item for formula variable in WAD

    Hi,
        I have a formula variable in my IP application where user can input the percentage for a function, which web item I should used in WAD to bind the user's input data with the formula variable? The input field item does not have the data binding property.I did it in my last project but can not remember it anymore.

    Basically, in IP you do not need to configure  web item for formula variable, it will automatically pop-up when you run the function, at that time you can input the value for the variable. while in BPS, we need to input the numerical value before we run the function.
    Since the input field web item does not have data binding property, I am not sure it is useful, the data you input has no effect on your processing data set. Anybody has some other idea?

  • Configure Web console for existing "System center 2012 configuration manager R2"

    How to configure  Web console for existing "System center 2012 configuration manager R2"

    There is no web console in ConfigMgr 2012. If you want a web console you have to look at third-party products.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

Maybe you are looking for

  • My Apple password works on all my devices except iTunes

    I have been trying to log-in to my iTunes and my MacBook Pro. But it won't accept my pw. So I reset it. The new pw works with all my other apple devices (iCloud, iPhone, AppleTV, etc) but NOT with my iTunes. ***??

  • Printing document on multiple pages in Preview

    I have a very long document which is a list of folders. If I print it on one 8 1/2 x 11 sheet it is unreadable. Is there a way to have this very long document print out on 8 1/2 x 11 sheets so that - basically the width fills up the 8 1/2 but the len

  • ORA-03134 error

    Hi everybody, I have installed on my laptop Oracle 8.1.6.0.0 Enterprise Edition, and after that Oracle 10.2.0.1 Enterprise Edition, and the two versions of Oracle are installed under the same operating system (which is XP SP2). When I use TOAD, I can

  • X not starting on new installation

    Hello all! today I decided to try arch for the first time. THe installation went well, but now i cannot get x to start. I have read through most of the xorg wiki and cannot find a way to solve my problem. Here is the crash log: http://bpaste.net/show

  • I was billed twice for the same thing

    I was playing Farkle Addict 10,000 and I bought chips for $29.99, and I was billed twice. I want only one for $29.99 not two