Tuxedo Service EJBs and Visual Cafe

Anyone know how configure the weblogic.wtc.jatmi.TuxedoServiceHome and
weblogic.wtc.jatmi.TuxedoService classes for a new Service EJB in Visual
Cafe?
The classes are not listed in the Configure Enterprise Bean drop down list,
and if I enter the class names, VC wants to create new java source files.

Got it to work by manually editing the ejb-jar.xml file.
"Carl Lawstuen" <[email protected]> wrote in message
news:3bb2349b$[email protected]..
Anyone know how configure the weblogic.wtc.jatmi.TuxedoServiceHome and
weblogic.wtc.jatmi.TuxedoService classes for a new Service EJB in Visual
Cafe?
The classes are not listed in the Configure Enterprise Bean drop downlist,
and if I enter the class names, VC wants to create new java source files.

Similar Messages

  • WebLogic service packs and Visual Cafe

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

    I installed Service Pack 6 for WebLogic. I used "wlconfig" to update the registry, and I also changed the "startWebLogic.cmd" batch file in the WebLogic home directory. However, when I start the server from VisualCafe it does not use SP6. It appears that Visual Cafe has it's own way of launching the WebLogic server. Anyone have any idea how Visual Cafe does this and what I have to change so it will use SP6?
    Thanks,
    Dave
    [email protected]

  • Where can i download the Jbuilder and Visual Cafe

    i m using window me, where can i download the Jbuilder and Visual Cafe. hope somebody can help. thanks.

    The webpage is www.visualcafe.com , but it will only show you that the product is no longer supported. Used to be a nice product :-(

  • WL 5.1 and Visual Cafe 3.1

    We are evaluating WL 5.1, and purchased a copy of Visual Cafe 3.1 Enterprise
    with hopes of setting up a development environment for simplified deployment
    of EJBs to the WL server. Has anyone had success in setting this
    environment up?
    It seems that Cafe wants WL to be installed on the same machine. Is this
    true? Out of the box, using the wizard to create a new WL EJB does not work
    as it appears to be looking for WL classes that don't exist.
    The BEA web page only shows support for 4.5.1. Is 5.1 officially supported
    via front end tools?

    Tony,
    As Nirav mentioned, VCafe 3.1.a does not support WLS 5.1. WLS 5.1 shipped well after VCafe 3.1a.
    You will need VCafe 4.0, currently under development, in order to deploy or configure EJBs for WLS
    5.1.0.
    -dana
    Tony Bailey wrote:
    Nirav,
    We have done a full reinstall of the product suite. My workstation now has
    WL 5.1 and Cafe 3.1a (patched). Using the project wizard I chose to create
    a new EJB for WebLogic. When choosing to configure the deployment
    descriptor, the build succeeds, but we get these errors:
    Visual Cafe (08:58:28): Build Successful
    Internal VM (08:58:29): Trying to load from
    XML...java.lang.NoClassDefFoundError: weblogic/ejb/utils/ui/fromXML
    Internal VM (08:58:29): java.lang.NoClassDefFoundError:
    weblogic/ejb/utils/ui/fromXML
    Are we not going to be able to deploy via Cafe?
    "Nirav Chanchani" <[email protected]> wrote in message
    news:[email protected]...
    Tony,
    First of all, you should download the patch 3.1a from the WebGain website
    (http://www.webgain.com/Download/index.htm). VisualCafe 3.1a is certified
    to
    work with WLS 4.5.1 only.
    Although you will need to install WLS on the same machine as VisualCafe tobe
    able to build EJB projects, the EJB's can be deployed on a remote machine
    running WLS.
    WLS 5.1 support is slated for the next release of VisualCafe EnterpriseEdition
    4.0. Another product that helps with EJB programming is StructureBuilder,also
    available from WebGain. (See http://www.webgain.com for details).
    Nirav.
    Tony Bailey wrote:
    We are evaluating WL 5.1, and purchased a copy of Visual Cafe 3.1
    Enterprise
    with hopes of setting up a development environment for simplifieddeployment
    of EJBs to the WL server. Has anyone had success in setting this
    environment up?
    It seems that Cafe wants WL to be installed on the same machine. Isthis
    true? Out of the box, using the wizard to create a new WL EJB does notwork
    as it appears to be looking for WL classes that don't exist.
    The BEA web page only shows support for 4.5.1. Is 5.1 officiallysupported
    via front end tools?--
    Nirav Chanchani
    BEA Systems, Inc.

  • Weblogic 4.5 and Visual Cafe 3.1

    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriately to
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and I have
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that when VC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

    Yes, I am using the symantec debug VM. This is the batch file I use to start WL.
    echo %CLASSPATH%
    set
    CLASSPATH=.;c:\VisualCafe\JAVA\LIB;c:\VisualCafe\JAVA\LIB\SYMCLASS.ZIP;c:\VisualCafe\JAVA\LIB\CLASSES.ZIP;c:\VisualCafe\bin\components\sfc.jar;c:\weblogic\license;%CLASSPATH%
    set PATH=c:\winnt\system32;c:\winnt;c:\VisualCafe\Java\bin;c:\weblogic\bin
    set
    JAVACLASSPATH=%CLASSPATH%;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar
    set
    WEBLOGICCLASSPATH=.\classes;.\license;.\lib\weblogicaux.jar;c:\code\VisualCafe\Version1
    rem java -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    c:\VisualCafe\java\bin\debugvm -ms32m -mx32m -classpath %JAVACLASSPATH%
    -Dweblogic.class.path=%WEBLOGICCLASSPATH% -Djava.security.manager
    -Djava.security.policy==weblogic.policy weblogic.Server
    If you don'y use the symantec debug VM, it stands to reason that the debug
    environment will not see your process in the VM. I can't help you with why your
    WL crashes when you connect using the debug VM. Perhaps you could post some more
    information?
    -- Jay
    Tamilselvan Ramasamy wrote:
    Hey,
    help please
    You said that you can attach from VC 3.1 to weblogic server 4.5.1 right. How
    did you start the server ? Is it using the symantic debugvm.exe and symantic
    settings? If I start the server with javasoft java.exe then VC is not seeing
    the vm at all. And I tried starting weblogic server using symantic
    debugvm.exe, as soon as a client trying to connect then the server crashes.
    Please post the some instruction how did you do that?
    Thanks
    /selvan
    Jay Baker <[email protected]> wrote in message
    news:[email protected]...
    The latter has been successful with me. I start the WL server manually viaa
    command prompt and then 'attach to process'.
    -- Jay
    Carl Phillips wrote:
    Hi,
    I am having a problem integrating Visual Cafe with Weblogic.
    Specifically, it involves getting the Weblogic classpath modified to
    support
    setting up a connection pool to an Informix database. If I start the
    Weblogic server manually, I can set the server classpath appropriatelyto
    find the Informix JDBC driver and my pool is setup properly.
    However with VC, it starts the Weblogic server from the IDE and Ihave
    not been able to get the addition classpath entries to find the Informix
    driver. Is there a way to add additional classpath entries so that whenVC
    starts Weblogic it will find my JDBC driver? Or do I have to start the
    Weblogic server seperately and setup remote debugging manually?
    Thanks
    Carl

  • WEblogic and visual Cafe

    Hi
    I am trying to set up a distributed debugging on a Sun solaris 2.6 with
    Sun jdk 1.1.8 and trying to connect to this using Visual Cafe 3.1 . The
    debug dameon on remote machine is being recognised but visual cafe
    comes back saying "No JVM" found .
    any help would be appreciated
    aniruddha

    Do not use JDK1.1.8. Use JDK1.1.7 instead.
    Wei Guan
    ANIRUDDHA <[email protected]> wrote in message
    news:[email protected]..
    Hi
    I am trying to set up a distributed debugging on a Sun solaris 2.6 with
    Sun jdk 1.1.8 and trying to connect to this using Visual Cafe 3.1 . The
    debug dameon on remote machine is being recognised but visual cafe
    comes back saying "No JVM" found .
    any help would be appreciated
    aniruddha

  • XI, Service Packs and Visual Studio 2008

    Hi
    Sorry if these questions have already been answered but I have tried to search and get the answers myself with lots of link following and frustration.
    We are developing a Windows forms application using Visual Studio 2008.
    We need a good solid report tool for both designing and viewing reports based on SQL data.
    Due to past exposure to Crystal, we have decided to use a Developer Edition of Crystal Reports XI we have had for a long time (think it was a promotional offering when XI was first released).
    The Help-About version is 11.0.0.1282
    I have a couple of questions:
    1. What service packs can I apply to this build ? Looking on the download section of this web site, there are no updates available for XI (there are plenty for XI R1 and XI R2). Can I apply the R1/R2 updates to this build, if not can I upgrade to any of these builds ?
    2. I have noticed that even when installed after VS2008, the Crystal Version of the Viewer is still 10.5.0.0
    I can created reports in XI and use them with this viewer but can I get a XI build of the viewer and other .NET objects. If not what are the options (apart from upgrading to 2008, this is price restrictive).
    If there are already answers or knowledge-base articles containing the answers to these questions please just post the links, if not then some help would be appreciated as this whole thing is really confusing and I really don't want to go back to trying to use the Microsoft Reports package shipping with VS2008.
    Many thanks
    Mark Harby
    Nottingham. UK

    HI,
    First of all:
    If you are planning to use VS2008 then you need to use CR 2008 SP0 or above to make it compatible.
    1. What service packs can I apply to this build ? Looking on the download section of this web site, there are no updates available for XI (there are plenty for XI R1 and XI R2). Can I apply the R1/R2 updates to this build, if not can I upgrade to any of these builds ?
    Officially CRXI has reached the end of life cycle.
    Upgrade from CRXI R1 to R2 is free. You need to download the CRXIR2 sp2 setup and install the complete product alogn with SP2 using the CRXIR1 keycode.
    2. I have noticed that even when installed after VS2008, the Crystal Version of the Viewer is still 10.5.0.0
    I can created reports in XI and use them with this viewer but can I get a XI build of the viewer and other .NET objects. If not what are the options (apart from upgrading to 2008, this is price restrictive).
    As stated you need to either use CR that comes with VS2008 or use CR2008 with SP0 or above. That is why you are unable to see the upgraded viewer. The other options would be to use VS2003 with CRXI and above or use VS2005 and CRXIR2 sp2 and above.
    Some links:
    [Compatibility chart.|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313335333833323336%7D.do]
    [Platform guide for all products.|Articles]
    Hope I have covered them all!
    Regards,
    AG.

  • Build Tuxedo service in Visual Studio

    Hi!
    I need to build the executable for a Tuxedo service. The Visual Studio project
    already contains a TuxServer.cp file which has the tpsvrinit function, and tux.c
    which was generated by BuildTuxedo. It also contains a sybesql.c file and other
    codes files. It was a legacy system, and I don't know much about Tuxedo. The machine
    I want to build it on already has Visual Studio, Sybase and Tuxedo installed.
    How do I set up the environment so I can build the exe in Visual Studio itself?
    Thanks,
    Caroline

    Hello and thank you very much for your answers
    Right now I tried RobertH's solution. I'm gona try it also with Coq rouge's link.
    To RobertH's way:
    I inserted the line __declspec(dllexport) unsigned int __stdcall multiply(unsigned char a, unsigned char b);
    and my file looked like this:
    #include "stdafx.h"  __declspec(dllexport) unsigned int __stdcall multiply(unsigned char a, unsigned char b);unsigned int multiply(unsigned char a, unsigned char b) {unsigned int c; c = a * b;return c; }
    When I tried to compile, i got an errormessage:
    error C2373: 'multiply': Neudefinition; unterschiedliche Modifizierer
    in English:
    error C2373 'multiply': redefinition; different modifier
    I could fix this error by editing the line
    unsigned int multiply(unsigned char a, unsigned char b)
    into
    unsigned int __stdcall multiply(unsigned char a, unsigned char b)
    but i have no idea if this is the correct way. Maybe this is wrong? Now i could compile.
    I also could open the function multiply in LabView. I created at the call library function node the inputs and outputs. LabView described the functionprototype as:
    uint16_t ?multiply@@YGIEE@Z(uint8_t a, uint8_t b);
    I could start the programm, but I got a LabView errormessage:
    Error 1097 occurred at Call Library Function Node in extcodetest.vi
    Possible reason(s):
    LabVIEW:  An exception occurred within the external code called by a Call Library Function Node. The exception may have corrupted LabVIEW's memory. Save any work to a new location and restart LabVIEW.
    I tried both calling conventions, c and stdcall 
    At least, i could start the LabView Programm. Thats already a littel success. But i think i will need more help.
    Now I'm also gonna try Coq rouge's link.

  • Visual Cafe 3.1

    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc

    Download the patch Visual Cafe 3.1a from
    http://www.symantec.com/domain/cafe/downloads.html. The patch.htm file mentions some
    generic replacement files - vcdbg_generic_1.2.exe and vcdbg_generic_1.2.tar that must
    be installed to facilitate debugging on JDK 1.2.
    Nirav.
    Paul White wrote:
    Visual Cafe 3.1 does support JDK 1.1/1.2 switching for debuggging (see
    Environment Options). Hosting on JDK 1.2 will be avaiable with the
    version 4.0 of Enterprise Suite (currently available with the Expert
    edition but this does not have the EJB support or Weblogic integration).
    VC has had JDK 1.2 denbugging support since March 1999.
    Visual Cafe Enterprise allows you to attach to almost any VM for
    distributed debugging.
    If you want further insructions on EJB debugging take a look at the
    Knowledgebase at www.visualcafe.com or post a message to the newsgroups
    at
    news://service.symantec.com/symantec.support.itools.win.vcafe3.distributed
    Note that WebGain is the new company which has acquired VisualCafe from
    Symantec and is funded partly by BEA Systems. More info at
    http://www.webgain.com
    Dana Jeffries wrote:
    It's fairly stright forward out-of-the-box.
    You do need the VCafe 3.1 Enterprise Suite product.
    Let me know what your particular issues are.
    (As noted in the follow up message, the debugging API has changed for JVM 1.2
    and the debuggers have not yet fully supported this iterface. I have personally
    debugged into a 1.2 JVM though only a "remote VM" running on my local machine.
    VCafe and Solaris have problems at the moment which are being addressed.)
    Dana Jeffries
    Companion Products Group
    Tamilselvan Ramasamy wrote:
    Could Weblogic fellows put some instruction to debug (Remote JVM Debug) EJBs
    using Visual Cafe 3.1?
    It never worked successfully for me. Is there any other way debug the
    EJBs(Session Beans).
    New Developers really struggle to understand where the prpblem is?. I would
    really appreciate if any body gives any idea.
    Thanks
    /selvan
    Captura Software Inc
    Learn how to build reliable, personalised e-commerce Web sites -- and
    walk away with FREE BEA software.
    Visit http://www.bea.com/events/instant/ to sign up for one of BEA's
    European 'Instant E-Commerce' seminars.--
    Nirav Chanchani
    Product Manager, Tools Integration
    BEA Systems, Inc.,
    2315 North First Street,
    San Jose, CA 95131, USA.
    Phone +1 408 570-8159
    Fax +1 408 570-8901
    E-mail [email protected]
    Web http://www.bea.com
    [att1.html]

  • WL 4.51 - Visual Cafe Expert Edition

    From: Romin Irani <[email protected]>
    Subject: Re: VM options in Visual Cafe debugger
    Date: Friday, June 30, 2000 12:52 PM
    Hi,
    We are using WebLogic 4.51 and Visual Cafe 4.0a Expert Edition. Can someone
    send me detailed instructions on setting up the Visual Cafe IDE to debug my
    servlets/JSP code with WebLogic. Kindly help me on the same.
    Thanks and appreciate the help,
    Romin Irani.
    WebLogic <[email protected]> wrote in message
    news:8j8l15$3nj$[email protected]..
    Hi,
    I am using Visual Cafe 4.0 Expert Edition with WebLogic v4.51. I have
    configured a VM to spawn the weblogic.Server class such that
    Project-->Execute works fine. When I run in the debugger, however, the
    system properties aren't being sent to the JVM. How do I pass thefollowing
    arguments to the VM when debugging?
    -Dweblogic.system.name=myproject
    -Duser.dir=d:\weblogic4.5
    -Dweblogic.system.home=d:\weblogic4.5
    Thank You,
    -Ernesto

     

  • I have a problem when running my own EJB as a TUXEDO service using WTC.

    Hello,
    I have a problem when running my own EJB as a TUXEDO service using WTC. I am using TUXEDO 8.1 and WL 9.1.
    When I am trying to run my own EJB as a TUXEDO service error appears.
    TPENOENT(6):0:0:TPED_MINVAL(0):QMNONE(0):0:Could not find service TOUPPER
    at weblogic.wtc.gwt.WTCService.getImport(WTCService.java:4988)
    at weblogic.wtc.gwt.TuxedoConnection.getImport(TuxedoConnection.java:303)
    at weblogic.wtc.gwt.TuxedoConnection.tpcall(TuxedoConnection.java:1302)
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:102)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    e8
    10
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    java.lang.NullPointerException
    at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:713)
    at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:447)
    at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
    at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:75)
    at net.roseindia.web.servlets.SessionTestServlet.doGet(SessionTestServlet.java:69)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3153)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: java.lang.NullPointerException
    at examples.MyTestSessionBean.Toupper(MyTestSessionBean.java:130)
    at examples.TestSessionBean_knby6k_EOImpl.Toupper(TestSessionBean_knby6k_EOImpl.java:61)
    ... 15 more
    Any clue on this.
    With Regards,
    MVS

    If you are trying to create a Tuxedo service in Java using WTC you need to develop an EJB that implements the TuxedoService interface and register its home in JNDI so WTC can look it up. Once that is done you can then export the service to a remote domain in the WTC configuration.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Error during EAR deployment with EJB and web service

    I created a simple stateless EJB with one method called echo that returns a string.  I created a web service using the wizard, did a build and deployed.  The deployment did not report an error, but the logs in the visual administrator showed the follwoing message, and the web service did NOT deploy.
    Am I missing something related to EJB and web service security?
    PLEASE HELP ME.
    >>> Warning: delete security configuration [apps/com.areva/ear/ejb/security/com.areva~ejb.jar]
    [EXCEPTION]
    java.lang.Exception
         at com.sap.engine.services.security.server.PolicyConfigurations.unregisterPolicyConfiguration(PolicyConfigurations.java:153)
         at com.sap.engine.services.ejb.EJBAdmin.remove(EJBAdmin.java:2538)
         at com.sap.engine.services.deploy.server.application.RemoveTransaction.removeApplication(RemoveTransaction.java:294)
         at com.sap.engine.services.deploy.server.application.RemoveTransaction.prepare(RemoveTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:299)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:321)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3028)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.remove(DeployServiceImpl.java:820)
         at com.sap.engine.services.deploy.server.DeployRuntimeControlImpl.remove(DeployRuntimeControlImpl.java:271)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
         at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
         at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
         at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
         at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:157)
         at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:220)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:803)
         at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

    I have the same message. I am running sp11.
    Does anyone have an answer for this?????
    >>> Warning: delete security configuration [apps/avalero.com/rtfa-ear/contextRoot]
    [EXCEPTION]
    java.lang.Exception
         at com.sap.engine.services.security.server.PolicyConfigurations.unregisterPolicyConfiguration(PolicyConfigurations.java:153)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.removeSecurityResources(WebContainerHelper.java:905)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.remove(WebContainerHelper.java:447)
         at com.sap.engine.services.servlets_jsp.server.container.RemoveAction.remove(RemoveAction.java:50)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainer.remove(WebContainer.java:150)
         at com.sap.engine.services.deploy.server.application.RemoveTransaction.removeApplication(RemoveTransaction.java:294)
         at com.sap.engine.services.deploy.server.application.RemoveTransaction.prepare(RemoveTransaction.java:178)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:299)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3033)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.remove(DeployServiceImpl.java:821)
         at com.sap.engine.services.deploy.server.DeployRuntimeControlImpl.remove(DeployRuntimeControlImpl.java:271)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
         at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
         at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
         at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
         at com.sap.pj.jmx.server.interceptor.BasicMBeanServerInterceptor.invoke(BasicMBeanServerInterceptor.java:277)
         at com.sap.jmx.provider.ProviderInterceptor.invoke(ProviderInterceptor.java:255)
         at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:157)
         at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:220)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:803)
         at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

  • Tuxedo calls procedure and Application Level Service Failure

    hello ,professors all!
    My Tuxedo Service just call an procedure exists in oracle9i, i am sure that the procedure runs ok in oracle9i individually, when it was called by my tuxedo service , it is not ok by first time ,and runs out tp application level Service failure error .But strangely it is ok by second time!
    who can explan it to me and show me a way to solve the difficult problem?
    i spend a lot time wondering the answer!
    Edited by: user9086437 on 2010-9-29 下午9:57

    There are many possible reasons why a database procedure might fail the first time it is executed and succeed after that.
    You should check the Tuxedo ULOG and Oracle database logs for any messages that may point to the problem.
    If there is a LIBTUX_CAT:6205 or LIBTUX_CAT:6206 message in the userlog file then you need to add a tx_open() call to your server's tpsvrinit() or tpsvrthrinit() function.
    If there is an OPENINFO string for the group where your server is running then you are using XA transaction management and should not be connecting to the database in your application code; if there is not an OPENINFO string for the group where your server is running then you need to connect to the database in your application.
    If you set the environment variable
    TMTRACE=*:ulog:dye
    for the server where the failure is happening then Tuxedo will write a trace record of each Tuxedo call and each XA call to the ULOG file. This can be helpful in determining why the failure is happening on the first call, especially if Tuxedo is handling transaction management using XA.
    I hope some of this is of help in debugging the problem.
    Ed

  • Is it possible to Remove the inbuf and outbuf tags from a SALT exposed Tuxedo Service?

    Hi All,
    Currently I have the need to expose my tuxedo Service in a pre-created WSDL file (with all the fields names and namespaces already defined). Searching the web and the examples presented in the Tuxedo and Salt Package, I was able to configure most of the fields but  still can't remove the wrapper inbuf tag.
    Is there any parameter or configuration I can use to eliminate this tag so I can expose the SALT generated WSDL the way I want? Or is it a requirement for every tuxedo service to have his input exposed that way by using SALT?
    If you need anything else in order to provide an answer for this, please let me know. I'm also open to any sugestions.
    Thanks in advance,
    Brunno Attorre

    Hi,
    You would need to set the environment variable GWWS_WSDL_NO_BUF_WRAPPER="Y" (and restart the GWWS server).
    This should prevent the <inbuf> and <outbuf> tags from being added but it may depend upon the SALT release and rolling patch
    level you are using(i.e. if it is included or not) 
    Regards,
    Bob Finan

  • Visual Cafe and Oracle thin driver

    I have created a java applet using visual cafe and oracle think
    driver. The applet connects to database within the visual cafe
    environment. If I try launching applet locally within a browser
    I get the following error "Error:securit. Couldn't connect to
    'host' within origin from 'local_classpath_classes" Any help is
    greatly appreciated.
    THanks
    John Famolaro
    null

    John
    I also had this problem. Its a general security problem.
    Because your trying to connect to another machine, you
    must sign your applet to get full security privelages from
    within your browser. The sandbox within the JVM of the browser
    doesn't let you open connections to other machines.
    (Although my original understanding was that if the applet
    was stored locally, then you had full privelages - but it
    didn't work like this for me.)
    Try signing your applet.
    steve
    John Famolaro (guest) wrote:
    : I have created a java applet using visual cafe and oracle think
    : driver. The applet connects to database within the visual cafe
    : environment. If I try launching applet locally within a
    browser
    : I get the following error "Error:securit. Couldn't connect to
    : 'host' within origin from 'local_classpath_classes" Any help
    is
    : greatly appreciated.
    : THanks
    : John Famolaro
    null

Maybe you are looking for

  • Error Creating a Net Connection with user "sys" as dba

    I can connect as user "sys" locally, but cannot connect as user sys as a network connection. situation #1: connecting locally ... no problem ...      [oracle@localhost ~]$ sqlplus      SQL*Plus: Release 11.2.0.1.0 Production on Sat May 12 23:31:39 20

  • I try to install mac osx 10.5.6 on my powerbookG4

    my powerbook G4 1.67ghz have a problem when i try to install new hdd with OSX 10.5.6, a massage box come out " Mac OS X cannot be installed on this computer". After using disk utility to format new HDD, i try again to reeboot but the same massage wil

  • Inactive and Active Workspace in CONS not in sync

    Hi, We are facing a situation in the NWDI. The Public Part declared in a DC was renamed to Common_FunctionsSDA and Common_FunctionsAPI. During the activity imports into CONS system we observed that the activities failed because the DC in CONS system

  • PO approver name & PO approval date in an report

    Hi, I am aware that there is no standard SAP report which gives the information of PO approver name and PO approval date. If there is any please let me know. However we want to develop such report which gives this information and we are bulding logic

  • How to connect with database

    Hi All, i just finished BI installation 10.3.2 on 10g database. Can any one please inform me what steps i have to do more to access the 10g database by my BI application. I searched there is not sql*net or tnsname connection string in B I application