Tuxedo Connector

I would like to know the best way to migrate the applications in AppServer 6.x using the Tuxedo connector
to AppServer 7 using a JCA connector?
Who is going to provide this connector? 3rd parties?
Is Sun going to provide a migration toolkit?
Are JCA connectors going to be provided free of charge?

Jaime
We have just completed the Sun ONE Application Server 6.5 Enterprise Connectors, which should be generally available this month.
We have not made any public announcements for Application Server 7 connectors as yet, so please stay tuned.
Regards
Darren

Similar Messages

  • How to configure Weblogic Tuxedo Connector ?

    Hi:
    I have 2 machines. One machine "A" installed with BEA TUXEDO 8.0 software.
    The other machine "B" doesn't have BEA TUXEDO 8.0 software but it has BEA WebLogic
    Server 6.1
    installed.
    My desire is to be able to make a successful application using WebLogic Tuxedo
    Connector from the machine "B" to machine "A".
    I have tried to follow the instruction for the WebLogic Tuxedo Connector example.
    However, I wasn't able to make the application work. I am suspecting that
    I must have BEA TUXEDO 8.0 software installed into machine "B" in order to make
    it work. Am I right or wrong?

    Khanh,
    You don't need Tuxedo installed on the same machine as WLS to use WTC.
    Your problem must be caused by some error in your configuration, either
    in the dmconfig on the Tuxedo side, or the xml config on the WTC side.
    I think you will need to post more detail to get any further help.
    Regards,
    Peter.
    Khanh Mai wrote:
    Hi:
    I have 2 machines. One machine "A" installed with BEA TUXEDO 8.0 software.
    The other machine "B" doesn't have BEA TUXEDO 8.0 software but it has BEA WebLogic
    Server 6.1
    installed.
    My desire is to be able to make a successful application using WebLogic Tuxedo
    Connector from the machine "B" to machine "A".
    I have tried to follow the instruction for the WebLogic Tuxedo Connector example.
    However, I wasn't able to make the application work. I am suspecting that
    I must have BEA TUXEDO 8.0 software installed into machine "B" in order to make
    it work. Am I right or wrong?

  • Weblogic Tuxedo Connector configuration issue

    Hi all,
    I must implement a client app in Java running over Weblogic 9.23 to connect to a Tuxedo service using WTC (Weblogic Tuxedo Connector).
    I'm using JATMI api based in this schema:
    public String Toupper(String toConvert) throws TPException, TPReplyException {
    Context ctx;
    TuxedoConnectionFactory tcf;
    TuxedoConnection myTux;
    TypedString myData;
    Reply myRtn;
    int status;
    try {
    ctx = new InitialContext();
    tcf = (TuxedoConnectionFactory) ctx.lookup("tuxedo.services.TuxedoConnection");
    catch (NamingException ne) {
    // Could not get the tuxedo object, throw TPENOENT
    myTux = tcf.getTuxedoConnection();
    myData = new TypedString(toConvert);
    try {
    myRtn = myTux.tpcall("TOUPPER", myData, 0);
    } catch (TPReplyException tre) {
    throw tre;
    } catch (TPException te) {
    throw te;
    } catch (Exception ee) {
    throw new TPException(TPException.TPESYSTEM, "Exception: " + ee);
    myData = (TypedString) myRtn.getReplyBuffer();
    myTux.tpterm(); // Closing the association with Tuxedo
    return (myData.toString());
    The point is the Tuxedo service provider gave me some examples written in C (not Java) which use TPINIT structure to supply programatically authentication params (usrname, grpname, cltname, ...) before starting the connection and calling tpcall().
    Where do these params enter the model above? Should they be supplied programatically inside my client code or should they be configured in WTC?
    Any help will be highly appreciated, many thanks

    Hi:
    This information is done under-the-covers through configuration:
    "Security and client authentication is provided by configuring the Remote TDM and Imported Services MBean components of a WTCServer MBean. This pathway is created when the WebLogic Server is started and a WTCServer MBean is present in the config.xml file and assigned (targeted) to a server."
    http://docs.oracle.com/cd/E13222_01/wls/docs91/wtc_atmi/Clients.html
    Using WTC you are trying to call Tuxedo services through Tuxedo domains. Your Tuxedo service provider should have domains configured and provide you with
    configuration information to define the remote access points and the services that are provided those those remote access points. Your WTC local access point will become
    a remote access point to your service provider's domains.
    Here is the WTC admin guide link:
    http://docs.oracle.com/cd/E13222_01/wls/docs92/wtc_admin/index.html
    If your Tuxedo service provider does not have domains configured then you can not use WTC. You will need to find out what ways they allow remote connections to access their Tuxedo services.
    Regards,
    Bob Finan

  • 'Weblogic Tuxedo Connector' remote services configuration

    Hi All,
    I'm trying to use Weblogic Tuxedo Connector to call an external Tuxedo from my
    Weblogic server.
    I have already configured a local domain for my weblogic server and a remote server
    for my external Tuxedo server, and it works fine...
    The only problem is that I have to define all services in my remote server (using
    T_DM_IMPORT entries in the wtc.xml configuration file) and I have more than 6000
    services running in my Tuxedo.
    Can I bypass this definition setting using some default value?
    Thanks for your help,

    Josep,
    The doc is not exactly correct. While it is true that the WTC
    configuration only
    provides for static configuration(there is no usage of runtime mbeans
    yet), the
    WLS SERVER does not need to be restarted in order for configuration
    changes to
    take effect. The WTC SERVICE must be restarted.
    The WTCService that is running on the the WLS server is turned on and off
    by deploying/undeploying the WTCServerMBean against the WLS server. The
    scenario that Johns suggested would be something like: get the new list
    of services
    exported by Tuxedo, modify the MBean configuration accordingly,
    undeploy/redeploy
    the WTCServerMBean. The cost is in loss of that particular WTCService
    for the
    recycling time but the WLS server is still available for some other WTC
    service.
    Sorry for the confusion.
    Bob Finan
    Josep Freixes wrote:
    I post this message just to let you known that I think that this cannot be done.
    In the WTC 7.0 documentation (see http://edocs.bea.com/wls/docs70/wtc_admin/Install.html#1107584),
    just before starting to explain the WTC MBean classes, you can read the following
    paragraph:
    This release of the WebLogic Tuxedo Connector provides only static configuration.
    If you need to change any parameters used to configure the WebLogic Tuxedo Connector,
    the WebLogic Server must be restarted for the changes to take effect. For example,
    you can not add or remove domain network links, change network addresses, or import
    or export new services.
    So we will need to wait until the next version of WTC.
    "John Wells" <[email protected]> wrote:
    That bit can be fixed in WLS 7.0. There are Management Beans I don't know the
    exact details of the Mbeans to use - look at the documentation) that can be used
    to dynamically add and remove services in WTC in WLS 7.0. You could create an
    Tuxedo EJB on the WLS side which uses those MBeans to progromatically change the
    list of services. On the Tuxedo side, you could create a daemon client that subscribes
    to events about service advertisement and then have this client call the EJB on
    the WLS side. It can be done, though it is something of a circuitous route...
    "Josep Freixes" <[email protected]> wrote in message
    news:[email protected]...
    Thanks for your help, John.
    The problem is not the one-time typing of all the service names. The problem
    is
    to get the list up-to-date from now on... and every change needs to
    restart the
    WebLogic Server to be applied...
    "John Wells" <[email protected]> wrote:
    I don't think there is any way to default the services going from
    WLS to
    Tuxedo.
    You just have to start typing... The only suggestion would be to
    get
    very friendly
    with your editor and figure out how to use its macros.
    "Josep Freixes" <[email protected]> wrote in message
    news:[email protected]...
    Hi All,
    I'm trying to use Weblogic Tuxedo Connector to call an external
    Tuxedo
    from
    my Weblogic server.
    I have already configured a local domain for my weblogic server
    and a
    remote
    server for my external Tuxedo server, and it works fine...
    The only problem is that I have to define all services in my remote
    server
    (using T_DM_IMPORT entries in the wtc.xml configuration file) and I
    have
    more
    than 6000 services running in my Tuxedo.
    Can I bypass this definition setting using some default value?
    Thanks for your help,
    [att1.html]

  • Tuxedo connector for Siebel 7

    Hi,
    I would like to know if there is a Tuxedo connector for Siebel 7. I know there
    is a e-Link connector for Siebel 99 or 5.
    Thanks..

    Dear Juan,
              Unfortunately, there is not a specific Tuxedo Connector for Siebel 7. There
              is a BEA PS offering for Siebel 6 (aka Siebel 2000) for Tuxedo.
              Lastly, sorry for the delayed response to your posting. We will be more
              responsive in the future.
              Best regards,
              Timothy Potter
              Senior Software Engineer
              eCommerce Server Division
              BEA Systems, Inc.
              "Juan Eduardo" <[email protected]> wrote in message
              news:3c59b1c9$[email protected]..
              >
              > Hi,
              >
              > I would like to know if there is a Tuxedo connector for Siebel 7. I know
              there
              > is a e-Link connector for Siebel 99 or 5.
              >
              > Thanks..
              

  • WebLogic Tuxedo Connector config question.

    I am not sured if I experienced a network configuration problem that my WebLogic
    Tuxedo Connector application from My machine "B" (which is a PC with window
    2000 and WebLogic Server 6.1 installed ) to My machine "A" (which is a UNIX
    work station with BEA TUXEDO installed).
    I have decided to do an experiment and receive a result like this:
    Situation 1:
    1) Machine "A" ( UNIX Work Station ... ) hosts a RMI server process.
    2) Machine "B" ( PC Win 2K ... ) run a RMI client process to request
    a service from RMI server above.
    Result: It 's OK
    Situation 2:
    1) Machine "B" hosts a RMI server
    2) Machine "A" run a RMI client to request a service from RMI server above.
    Result: NOT OK
    Does it mean that if my situation 2 doesn't work so is My WebLogic Tuxedo Connector
    application?
    Many Thanks
    Khanh

    Khanh,
    The samples/examples/wtc/atmi/simpserv example shows how to export
    a service defined in WLS to Tuxedo. The problem that you ran into can
    be anything from a configuration error to a usage that was not supported
    for the 6.1 release. Please check the example, your logs and the release
    notes for WLS/WTC 6.1.
    Bob Finan
    Khanh Mai wrote:
    I am not sured if I experienced a network configuration problem that my WebLogic
    Tuxedo Connector application from My machine "B" (which is a PC with window
    2000 and WebLogic Server 6.1 installed ) to My machine "A" (which is a UNIX
    work station with BEA TUXEDO installed).
    I have decided to do an experiment and receive a result like this:
    Situation 1:
    1) Machine "A" ( UNIX Work Station ... ) hosts a RMI server process.
    2) Machine "B" ( PC Win 2K ... ) run a RMI client process to request
    a service from RMI server above.
    Result: It 's OK
    Situation 2:
    1) Machine "B" hosts a RMI server
    2) Machine "A" run a RMI client to request a service from RMI server above.
    Result: NOT OK
    Does it mean that if my situation 2 doesn't work so is My WebLogic Tuxedo Connector
    application?
    Many Thanks
    Khanh

  • Weblogic Tuxedo Connector

    We are working on Weblogic Tuxedo Connector.(WTC)
    This basically allows a tuxedo client to acess EJBs deployed in weblogic server.
    Our aim is to transparently introduce EJBs which will replace the tuxedo service.
    In this transaction we are required to pass something like a structure inside
    structure to the EJB from
    the tuxedo client (which is written in C).
    We were able to pass a structure successfully.But we couldn't achieve this when
    it comes to nested structures .
    Some of the documents of WTC says this is possible.But in no documentation we
    were able to see any example which has implemented this.
    Please guide us on how to implement nested structures in WTC.

    WTC is included with WLS 6.1 (the separate download was only for WLS 6.0).
    Michael Girdley wrote:
    It's in the Tux downloads on our site.
    Michael Girdley
    BEA Systems
    Learning WebLogic? Buy the book:
    http://www.learnweblogic.com/
    At Amazon:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/103-6817548-
    3834229
    "Mike Mormando" <[email protected]> wrote in message
    news:3bb48f9f$[email protected]..
    Is this included in the wlserver 6.1 download?
    How would I get a hold of it for evaluation?
    tia
    Mike

  • Weblogic Tuxedo Connector on 10gR3 - Where are the Classes?

    Hi everybody,
    I need some help developing an application using WTC. I am trying to build an application using Weblogic Workshop, but I am not able to find the class TuxedoConnection or TuxedoConnectionFactory that was mentioned on the documentation.
    I imported all jar files from \bea\wlserver_10.3\server\lib and still don't find this class. Do you have any idea where I find the correct jar or what is happening?
    Thanks,
    Rafael

    Hi Todd,
    thanks for your answer, but not all classes are there. TuxedoConnection and TuxedoConnectionFactory are examples of classes that are not inside weblogic.jar.
    I found where these classes are:
    <BEA_HOME>\module\com.bea.core.jatmi_1.2.0.3.jar
    Regards,
    Rafael

  • Tuxedo errors LIB_GWT_CAT:1561 and LIBGWT_CAT156

    Hi Folks,
    I see the tuxedo gateway domain issued the following errors:
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1041: ERROR: Unrecoverable error occurred on send of data - sending failure reply over network
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1041: ERROR: Unrecoverable error occurred on send of data - sending failure reply over network
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1561: ERROR: Network send error, drop message!
    080812.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1036: ERROR: Too many unrecoverable errors occurred - deleting action
    090712.usrncwa1!GWTDOMAIN.26600.5.0: LIBGWT_CAT:1667: ERROR: Bad message from rap05. Closing file descriptor
    102329.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1013: ERROR: Unable to send service request "IQ0021F"
    102329.usrncwa1!GWTDOMAIN.26600.4.0: LIBGWT_CAT:1037: ERROR: Unrecoverable error occurred on send of data - sending failure reply locally
    The application flow for the systme is that the java web application calls Weblogic, then Weblogic sends the request to one of the four tuxedo domain gateways via the Weblgoic tuxedo connector (WTC), then the tuxedo domain gateway routes the request to one of the eight tuxedo tdomain instance based on a Data Dependent routing code.
    I checked with the Weblogic admininstrator and the Network administrator, and they all had said their system were functioning properly at the time of the tuxedo errors.
    At the time of these errors, the users complained that they can not access the java web application or they can not move from screen to screen or tab to tab.
    Have anyone seen these error messages before and can offer a solution to resolve these issues.
    I would greatly appreciate any help or assistance on the tuxedo errors.
    Thanks,
    Richard C.

    Sorry. I forgot to mention that I am running Tuxedo 10.0, 64-bit, RP021 on HP-UX 11.31 (Itanium).

  • What Best Approach Tuxedo offers for Integrating Multiple Apps

    Hi Tuxedo Experts,
    I have a question in a scenario where I am planning to integrate multiple applications through Oracle Tuxedo. I will not be using it as a Transaction Processing System. Rather, I am trying to use it as an integration layer (somewhat like ESB). I have a couple of enterprise applications (Siebel & SAP), some telco system that only accept MML commands on a given port and some custom built applications. I have to design and implement the integration layer for this stack of applicaitons.
    As far as I have understood Oracle Tuxedo, I will have to develop Tuxedo client for each application and then make the clients do all integration related work (like an applicaiton adapter/wrapper). I am not thinking about work on SALT to expose web services throught Tuxedo, since web services can be created and exposed more easily without Tuxedo. So, I guess I have to do one client per application. First thing that I wanted to confirm was, am I on right track considering my scenario? or Oracle Tuxedo can offer a better approach for my scenario?
    Since I will be developing clients for each application that I integrate, would it be good if I skip the server all together and follow the Queue based communication (Peer-to-Peer Asynchronous Messaging Model)? Or will it cause any implications?
    Any guidance/tips is highly appreciated.
    Thanks & Regards,
    Ahsan Asghar

    Hi Ahsan,
    Many customers use Tuxedo as a form of ESB. Partly due to its performance and scalability, but also partly due to its connectivity options. Along with SALT, Tuxedo provides connectivity to:
    JEE via WebLogic Tuxedo Connector in WebLogic Server, or the Tuxedo JCA Adapter
    Mainframes using the Tuxedo mainframe adapters (SNA and TCP for IBM mainframes and OSI-TP for Bull GCOS and the like)
    IBM Websphere MQ adapter
    The above are all transparent to Tuxedo clients and servers, i.e., using the SNA mainframe adapter, CICS applications see Tuxedo services as a DPL or APPC remote transaction, and Tuxedo see those CICS resources as Tuxedo services.
    As for writing clients, etc., the real question is where do you want the adopting (? maybe adaptation?) done and how can the systems needing integration communicate with Tuxedo. For example, as I mentioned in another thread, any service advertised in Tuxedo can be accessed as a SOAP/HTTP(S) web service. Siebel allows calling external web services as business services. SAP allows calling into it via Remote Function Calls (RFCs). So you could expose an SAP function module as a Tuxedo service writing a trivial Tuxedo server that uses RFC to call SAP. Then expose that Tuxedo service as a web service and call it from Siebel. The real issue becomes whether the SAP function module has the kind of interface you want or need. If not, you could potentially alter the interface to the SAP function module by changing the simple Tuxedo server and not trying to change SAP.
    Using the above technique, you only need one mechanism in Siebel to interact with any other system, as the mechanics of the communication are hidden. So the same technique (client as you were referring to it I believe) can be used to communicate with SAP and any other external system. For instance, let's say you have an external system you want to call from Siebel and the external system uses IBM WebSphere MQ Series in an asynchronous fashion. You could probably directly build an MQ client in Siebel to communicate with that remote system, but then your Siebel code has explicit knowledge of that remote system and how to communicate with it. If you already have a means of communicating with Tuxedo, you can use the same mechanism to communicate with the external system again by writing a simple Tuxedo server that accepts the request from Siebel and then enqueues the request (with perhaps some transformation first) to MQ, and then waits for a reply on the appropriate MQ reply queue. Thus Siebel sees a synchronous interaction even though the system it is communicating with is operating asynchronously.
    The primary advantage of the above technique is you only have to develop one form of communication for each system, instead of a point to point mess you might otherwise end up with.
    Of course the above can also be done with something like Oracle Service Bus, but it sounded as though you had specific reasons for using Tuxedo. OSB might be especially appealing if most of the system to integrate already use XML as OSB is very good at performing XML transformations, something Tuxedo isn't especially strong at.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Help Needed on TUXEDO LICENSE INFO.

    Hi,
         We bought some SDK and RTK tuxedo8.0 licenses. For RTK we have 64 USERS. SDK
    has 5 developers and 5 users in the license. What does it mean ? We have installed
    the SDK license and if we are running only one instance of Tuxedo and mutilple
    clients( More than 5) are connecting to it using WeblogicServer7.0 through Weblogic
    Tuxedo Connector will 5 users is enough. Can you please explain me in detail what
    the 5 users mean.
    Thanks,
    Srinivas

    You are correct. I think that's the mistake i made. I did not realize that the licenses as by category. Professional/CRM/Logistics etc. Can you please advice what should i do in the following situation.
    The mistake i think i had was when it asked me for # of user i just typed 1 thinking i will go back and get the second one. So i requested the second one for same hardware key/install#, environment, etc. and the same type of license (Professional). It did create the license Key but did not get installed thru service manager. Is there a way to fix it ? or i will have to delete the license and reorder 2 together for my Test Environment ?
    Secondly I have bought 9 Professional user Licenses. I want to use 2 for my Test environment and 6 for my production and then later move the 2  from test to production. What is the best way to do it ?
    Thanks again for your kind response.
    Thanks
    Manoj

  • JCA/CCI Tuxedo Adapter ?

              Hello,
              I`m currently reading Bea documentation for WLS 7.0. I`ve noticed Weblogic Tuxedo
              Connector doesn´t support Common Client Interface. It`s seems not be complaint
              with JCA 1.0 spec.
              Will Bea provide a JCA/CCI compliant connector for Tuxedo in the next release
              

              Ni pelota, Hansito!!!
              "Hans Nemarich" <[email protected]> wrote:
              >
              >Hello,
              >
              >I`m currently reading Bea documentation for WLS 7.0. I`ve noticed Weblogic
              >Tuxedo
              >Connector doesn´t support Common Client Interface. It`s seems not be
              >complaint
              >with JCA 1.0 spec.
              >
              >Will Bea provide a JCA/CCI compliant connector for Tuxedo in the next
              >release
              >?
              

  • J2ee Connector basic questions

              Hi all,
              I have a few basic questions about j2ee technology and legacy systems.
              In the past year I have used Bea Jolt to "talk" with Tuxedo legacy code,now I
              read about weblogic j2ee Connector and I have the following question: they are
              2 technology in competition, or they can be collaborative ? I mean If I want to
              "talk" to legacy system I can choose between:
              1) "portable" solution (so I keep j2ee Connector)
              2) Vendor tecnology (Bea Jolt or Tuxedo connector)
              Please correct me if I'm wrong...I'm a bit confused on this topic....
              Thanks
              Francesco
              

    Hello folks, please share your experience working with the lotus notes connector.
    Thanks, M

  • Tuxedo and Legacy Systems

    Hi all,
    My experience of legacy systems is very limited and was wondering if anyone can help.
    Can tuxedo communicate with a legacy system (or does it depend on the legacy system) directly or is another product required? If so, what is this other product(s) and how?
    Kind regards

    Tuxedo supports interoperability with a wide variety of legacy systems.
    The web page at
    http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/tux/learn/adapters/
    describes the available Tuxedo mainframe adapaters. These adapters support
    both IBM and Unisys mainframes, as well as any other system that can support
    one or more of the protocols used.
    In addition to these adapters, the WTC (WebLogic Tuxedo Connector) module in
    WebLogic is available for interoperability with WebLogic, and
    the Tuxedo Control is available for interoperability with WebLogic Workshop.
    There is also a domain gateway process available to support interoperability
    with the TopEnd transaaction processing monitor.
    C, C++, and COBOL are all supported programming languages for writing Tuxedo
    clients and servers.
    <Mazhar Iqbal> wrote in message news:[email protected]..
    Hi all,
    My experience of legacy systems is very limited and was wondering ifanyone can help.
    >
    Can tuxedo communicate with a legacy system (or does it depend on thelegacy system) directly or is another product required? If so, what is this
    other product(s) and how?
    >
    Kind regards

  • TPEPROTO (9) Error when calling Tuxedo

    Hello All,
    I read the manual for the quick start guide to weblogic tuxedo
    connector, I wrote my ejb as per the sample and followed all the config
    steps of the manual.
    Now when I do a tmadmin->psc command I can see all my servers running
    DMADM, GWADM, GWTDOMAIN
    However, when I run my client, the WLS shows the following error. The
    program is able to get the Tuxedo Connection Factory and Tuxedo
    Connection successfully.
    The error comes when my api is called.
    TPEPROTO(9):0:0:TPED_MINVAL(0):QMNONE(0):0:Tuxedo session has been
    terminated
    at weblogic.wtc.jatmi.dsession.tpgetrply(dsession.java:2600)
    at weblogic.wtc.jatmi.dsession.tpcall(dsession.java:2841)
    at
    weblogic.wtc.gwt.TuxedoConnection.tpcall(TuxedoConnection.java:1228)
    at com.hp.opendiosa.EmpClientEJB.getEmpList(Unknown Source)
    at
    com.hp.opendiosa.EmpClientEJB_evab9v_EOImpl.getEmpList(EmpClientEJB_evab9v_EOImpl.java:45)
    at
    com.hp.opendiosa.EmpClientEJB_evab9v_EOImpl_WLSkel.invoke(Unknown Source)
    at
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:346)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:114)
    at
    weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:300)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:762)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:295)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    What is going wrong ?
    regards,
    Abhishek.

    Hello Bob,
    How to provide the VIEW class to weblogic? I had put it into my jar file which I
    have deployed. but that does not seem to work.
    Also, In the pdf of wtc_quickstart when configuring WLS, TDOM1 is the remote
    tuxedo domain, and tdom2 is the local tuxedo domain.
    However in the dom1config file at the tuxedo side TDOM1 has become the local
    domain and TDOM2 has become the remote domain. Is this correct?
    Thanks for your help.
    regards,
    Abhishek.
    Bob Finan wrote:
    Abhishek,
    It's failing in loading the class, probably because it can't find it in
    the CLASSPATH.
    So if it the EMP class resides in
    wls/mydomain/clientclasses/omg/abhi/testing, make
    sure that wls/mydomain/clientclasses is part of your CLASSPATH.
    Bob
    Abhishek Srivastava wrote:
    Hello Bob,
    I set the trace on. on the WLS side I am getting the following error
    at startup
    <Nov 21, 2002 10:13:09 AM GMT+00:00> <Error> <WTC> <180114> <Could not
    set up VIEW info for TDMResources: com.abhi.testing.EMP>
    <Nov 21, 2002 10:13:09 AM GMT+00:00> <Error> <WTC> <180009> <Could not
    complete execution for MBean named: WTCResources-1024588522331>
    I compiled the java source file EMP.java into a class and put it into
    the ejb jar file which I have deployed.
    Why is the com.abhi.testing.EMP not being setup properly?
    regards,
    Abhishek.
    Bob Finan wrote:
    Abhishek,
    Turn on tracing on the WTC side.
    This error indicates that the WTC to Tux session was terminated and
    so trying to find a reply to the tpcall is incorrect. You need to see
    what
    error occurred prior to this on either end of the session connection.
    Next time also indicate what version of WLS/WTC you are using. If you
    are using pre-WLS 7.0 you turn on WTC tracing by adding a TraceLevel
    argument to the start up class. For WLS 7.0 and after, you define a
    weblogic.wtc.TraceLevel property when you start the WLS server.(for
    both cases setting it to a high number, TraceLevel=100000,will dump all
    WTC info possible)
    Bob Finan
    Abhishek Srivastava wrote:
    I am using Tuxedo 7.1 on Linux
    regards,
    Abhishek.
    Abhishek Srivastava wrote:
    Hello All,
    I read the manual for the quick start guide to weblogic tuxedo
    connector, I wrote my ejb as per the sample and followed all the
    config
    steps of the manual.
    Now when I do a tmadmin->psc command I can see all my servers running
    DMADM, GWADM, GWTDOMAIN
    However, when I run my client, the WLS shows the following error. The
    program is able to get the Tuxedo Connection Factory and Tuxedo
    Connection successfully.
    The error comes when my api is called.
    TPEPROTO(9):0:0:TPED_MINVAL(0):QMNONE(0):0:Tuxedo session has been
    terminated
    at weblogic.wtc.jatmi.dsession.tpgetrply(dsession.java:2600)
    at weblogic.wtc.jatmi.dsession.tpcall(dsession.java:2841)
    at
    weblogic.wtc.gwt.TuxedoConnection.tpcall(TuxedoConnection.java:1228)
    at com.hp.opendiosa.EmpClientEJB.getEmpList(Unknown Source)
    at
    com.hp.opendiosa.EmpClientEJB_evab9v_EOImpl.getEmpList(EmpClientEJB_evab9v_EOImpl.java:45)
    at
    com.hp.opendiosa.EmpClientEJB_evab9v_EOImpl_WLSkel.invoke(Unknown
    Source)
    at
    weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:346)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:114)
    at
    weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:300)
    at
    weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:762)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:295)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:30)
    at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:152)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:133)
    What is going wrong ?
    regards,
    Abhishek.

Maybe you are looking for

  • Change slide duration to 2.5 seconds??

    Is it possible to change the duration of a slide to 2.5 seconds in imovie08. I keep trying, but it seems to make it go to 4 seconds rather than 2.5. 2 seconds is a little too fast and 3 makes my slide show a bit too long. I have also changed the dura

  • How to implement custom field renderer?

    I'm trying to create a custom field renderer that will render certain database fields as checkboxes in HTML. I'm using the Data Web Beans/JSP approach. In my view object I have added a "Boolean" property to the attributes that represent boolean type

  • Placing an image - Professional to Reader - Please Help ASAP!

    Hi all! I'm a graphic designer for a corporation that owns a bunch of business. I have created a flyer that needs to go out to everyone. The basic artwork was done in InDesign, then editable fields were added for the individual businesses to fill in.

  • Nanjane

    II've just bought an Olympus OMD EM1 and cannot open raw files in Photoshop CS4. I also can't install the supplied software because I keep getting an error message "00001601". I've never had a problem before when opening raw files from Canon 5D mk2.

  • WP 7.8 update on Lumia 710

    Hello. Lumia 800 and 900 users already got ability to update their handsets to WP 7.8. Do Lumia 710 users get update later or it will be no update to WP 7.8 for Lumia 710 users? Regards, Ausrius.  Solved! Go to Solution.