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

Similar Messages

  • 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 :-(

  • 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]

  • 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

  • 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.

  • 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.

  • 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

     

  • Performance of Weblogic 4.03 and Visual Age 2.0

    Hello,
    I am experiencing severe performance problems when running Weblogic 4.03 and
    Visual Age 2.0. The server runs extremely slowly in this environment,
    however, the 3.13 version did not suffer from this. Has anyone else noticed
    this? Is there anything I can do about it?
    -Andrew

    Andrew Sammons wrote:
    I am experiencing severe performance problems when running Weblogic
    4.03 and Visual Age 2.0. The server runs extremely slowly in this
    environment, however, the 3.13 version did not suffer from this.
    Has anyone else noticed this? Is there anything I can do about it?You can set the following undocumented property in weblogic.properties:
    weblogic.system.gc.intervalSecs=5
    There's some kind of bad interaction between Visual Age and WebLogic's
    garbage collection control. Basically, there's a garbage collection
    task that by default runs once a second, and in the Visual Age VM,
    something it's doing takes more than a second.
    The problem only seems to exist in WebLogic 4.0.3. It doesn't happen in
    4.5.x. Also, according to one report I've had, you may need to set the
    property value to more than 5 on slower machines.
    Note that this property is unsupported, and is not guaranteed to even
    exist in any other version of WebLogic.
         -- Jim
    Jim Edwards-Hewitt http://weblogic.beasys.com [email protected]

  • 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

  • Error when trying to debug in Visual Cafe

    I get a class not found exception when I run the server in Visual Cafe.
    Are there any clear directives on how to run the server (JDK 1.2.2, WIN NT)
    in debug mode?
    This is my class that I'm running and below is the error I receive.
    Any help is greatly appreciated.
    /Filip
    public static void main(String[] args) {
    String wlcl =
    "d:\\weblogic\\classes;d:\\weblogic\\lib\\weblogicaux.jar;.;D:\\GetLuckyFast
    \\release;d:\\weblogic\\classes;d:\\weblogic\\license;d:\\weblogic\\myserver
    \\serverclasses;d:\\weblogic\\lib\\weblogicaux.jar;D:\\GetLuckyFast\\release
    ;D:\\GetLuckyFast\\release\\java_extensions\\cdkjava12_3210.jar;D:\\GetLucky
    Fast\\release\\java_extensions\\jsdk.jar;D:\\GetLuckyFast\\release\\java_ext
    ensions\\javax.ejb.zip;D:\\GetLuckyFast\\release\\java_extensions\\jndi.jar;
    D:\\GetLuckyFast\\release\\java_extensions\\jms.jar;D:\\GetLuckyFast\\releas
    e\\java_extensions\\javax_jts.zip;D:\\GetLuckyFast\\release\\java_extensions
    \\mail.jar;D:\\GetLuckyFast\\release\\java_extensions\\dcxjp.zip;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\\jcert.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jsse.jar;d:\\weblogic\\classes;c:\\jdk1.2.2\\lib\\to
    ols.jar;D:\\GetLuckyFast\\release;D:\\GetLuckyFast\\release\\java_extensions
    \\dcxjp.zip;D:\\GetLuckyFast\\release\\java_extensions\\mail.jar;D:\\GetLuck
    yFast\\release\\java_extensions\\activation.jar;D:\\GetLuckyFast\\release\\j
    ava_extensions\\jcert.jar;D:\\GetLuckyFast\\release\\java_extensions\\jnet.j
    ar;D:\\GetLuckyFast\\release\\java_extensions\\jsse.jar;D:\\GetLuckyFast\\re
    lease\\java_extensions\\jaxp.jar;D:\\GetLuckyFast\\release\\java_extensions\
    \cdkjava12_3210.jar";
    System.getProperties().put("weblogic.system.home","d:\\weblogic");
    System.getProperties().put("classpath","C:\\jdk1.2.2\\lib\\tools.jar;d:\\web
    logic\\license");
    System.getProperties().put("weblogic.class.path",wlcl);
    System.getProperties().put("registration.properties","D:\\GetLuckyFast\\rele
    ase\\registration.properties");
    System.getProperties().put("weblogic.system.name","myserver");
    System.getProperties().put("java.security.manager","");
    System.getProperties().put("java.security.policy","d:\\weblogic\\weblogic.po
    licy");
    try {
    weblogic.Server.main(args);
    } catch (Exception t) {
    System.err.println(new java.util.Date() + "####**** ERROR
    t.printStackTrace();
    }//main
    main (17:59:46): weblogic.ejb.common.DeploymentException: Deployment
    Descriptor class could notbe found in ser file:
    main (17:59:46): java.lang.ClassNotFoundException:
    [Lweblogic.security.acl.User;
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:806)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:46): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:46): at
    javax.ejb.deployment.AccessControlEntry.readObject(AccessControlEntry.java:1
    96)
    main (17:59:46): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:46): at
    java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:1685)
    main (17:59:46): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1165)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:46): at
    java.io.ObjectInputStream.inputArray(ObjectInputStream.java:951)
    main (17:59:46): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:357)
    main (17:59:46): at
    java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:1831)
    main (17:59:47): at
    java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:502)
    main (17:59:47): at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1166)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
    main (17:59:47): at
    java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:279)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.setup(EJBDeployment.java:271)
    main (17:59:47): at
    weblogic.ejb.internal.EJBDeployment.<init>(EJBDeployment.java:232)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:204)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:354)
    main (17:59:47): at
    weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:126)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1278)
    main (17:59:47): at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:793)
    main (17:59:47): at java.lang.reflect.Method.invoke(Native Method)
    main (17:59:47): at
    weblogic.Server.startServerDynamically(Server.java:87)
    main (17:59:47): at weblogic.Server.main(Server.java:61)
    main (17:59:47): at T3Debugger.main(T3Debugger.java:16)
    main (17:59:47): at symantec.tools.debug.Agent.runMain(Native Method)
    main (17:59:47): at symantec.tools.debug.MainThread.run(Agent.java:48)

    Carl,
    Here's a screenshot of my project's Solution Explorer:
    OK, so I have a file called "Resources.resx" and another folder down below called "Resources" which contains images. Which one should I rename and what do I do about possible errors that might pop up when I try to Build or Run the app?
    Hello,
    I mean the .resx file, but based on your screenshot, the Resources.resx file was generated by Visual Studio and it was not added by yourself, right?
    This issue has beend discussed in the following thread, you could compare it with yours to narrow down this issue, since the error message shows that the project added duplicate data.
    http://stackoverflow.com/questions/3003914/vs2010-an-item-with-the-same-key-has-already-been-added
    You could follow that thread to check both the .resx file and the .csproj file to see whether there are duplicate data have been added.
    Regards,
    Carl
    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.

  • ALMOST THERE! NoClassDefFoundError and Visual J++ 6.0

     

    Russel,
    Can you help me get setup on Kawa?
    I think I understand- partly- how it's configured, but I'm afraid
    I'll spend a lot of time again before I get going.
    I looked at your instructions on your site, but it's confusing to
    me.
    Things like <File Path> and <Output Directory>, are they to be
    entered as shown exactly, or the actual values? If it's actual values, then
    I'm stuck with the path of a single bean. If it's literally, then how does
    it work?
    Also, I have a source tree with several EJBs, all interfaces in one
    directory, all bean implementation files in another directory, all
    deployment descritors in yet another directory, and a single manifest file.
    Can you post (or send me email) the STEPS involved? At least, can
    you give me some tips, pointers, and examples of sample EJB, where I can
    compile all java classes, run the 'ejbc' compiler, generate the serialized
    deployment descritor, copy the manifest file, and create the ejb-jar file?
    Your help will be greatly appreciated.
    Thanks,
    Murali
    Russell Castagnaro <[email protected]> wrote in message
    news:[email protected]...
    Murali,
    If you want to use a SERIOUS IDE try kawa from tek-tools. I've got awebsite
    that explains how to have it deploy your EJB's and everything. Best ofall (IT
    NEVER CRASHES!!!)
    http://www.synctank.com/developers/kawa.customize.shtml
    Murali Krishna Devarakonda wrote:
    I'm sure I've been over this before, and it didn't work.
    But hey, I don't care, as it works now!
    Time to celebrate- and dump the buggy Visual Cafe into the dustbin!
    Hooray!
    (until the next project, when I'll be using JDK1.2, when I can't use
    Visual
    J++ again:~(
    Murali
    John Urban <[email protected]> wrote in message
    news:[email protected]...
    Insure that your classpath has /weblogic/classes somewhere in it?
    Murali Krishna Devarakonda wrote:
    This is my millionth attempt to debug WebLogic 4.5 inside Visual J++
    6.0.
    After a gap of 2 months, I tried again today. And lo behold, look
    what
    happened:
    I actually have the stack trace!
    And the exception is thrown by the WebLogic server!
    Which means, I'm close- extremely close- to making it work!!!
    Can someone please lead me to the finish line?
    Here's the output:
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.NoClassDefFoundError
    java.lang.NoClassDefFoundError
    at weblogic/t3/srvr/HttpServer.declareProperties (HttpServer.java)
    at weblogic/t3/srvr/T3Srvr.configure (T3Srvr.java:721)
    at weblogic/t3/srvr/T3Srvr.main (T3Srvr.java:781)
    at weblogic/Server.startServerStatically (Server.java:85)
    at weblogic/Server.main (Server.java:39)
    >>>>
    Thanks for your help.
    - Murali Krishna Devarakonda

  • Visual Cafe Enterprise ftp deployment?

    Hi,
    I am using VC EE to write Enterprise Java Beans which I'm deploying
    directly to a Sun E450 running Solaris 7. These Jar files will then be
    used by WebLogic Server. I have configured my project
    options/deployment tab so that it has the IP address of the Sun machine,
    my user account and password. I've also selected FTP as the desired
    transport. It mostly works in as much as it copies the file across
    but then it just sits there with the progress bar mostly complete. Is
    this a known problem? It there are workaround if so?
    Thanks for any help,
    Ian.
    PS I'm using NT 4.0 SP6 on my PC.

    OK fixed. We downloaded WU ftpd, installed it on another port on the Sun and
    it all works fine.
    Ian Butcher wrote:
    OK,
    This is just an update - I haven't completely fixed the problem yet but I
    have the following additional information. I have managed to deploy to Red
    Hat Linux and Windows NT using ftp using Visual Cafe. Our Unix system
    manager has contacted Sun and they are aware of this problem - that said
    they said that it was a bug with 'TCP' (I must admit I thought that FTP was
    normally implemented of UDP). For fun I tried to see how long Sun have had
    this feature and this feature is present in Soloris 8,7 and 2.6. They
    don't have this one very far up the bug hit list. Sun did say that they
    plan to fix it in 'some' version of Solaris 8.
    Our current plan of action (suggested by another Sun admin) is to install a
    third party ftp daemon on the Sun to see if that fixes it.
    Ian.
    ian butcher wrote:
    Hi,
    I am using VC EE to write Enterprise Java Beans which I'm deploying
    directly to a Sun E450 running Solaris 7. These Jar files will then be
    used by WebLogic Server. I have configured my project
    options/deployment tab so that it has the IP address of the Sun machine,
    my user account and password. I've also selected FTP as the desired
    transport. It mostly works in as much as it copies the file across
    but then it just sits there with the progress bar mostly complete. Is
    this a known problem? It there are workaround if so?
    Thanks for any help,
    Ian.
    PS I'm using NT 4.0 SP6 on my PC.

  • 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]

  • Debugging JSPs using Visual Cafe

              I am using WL 5.1 and trying to figure out how to debug JSPs using Visual Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain "javac" for compilation. If I change the compiler to include -g option (for debug), I get the following error.
              Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed with Exception
              java.lang.NumberFormatException: error=2
              at java.lang.Integer.parseInt(Integer.java:409)
              at java.lang.Integer.parseInt(Integer.java:458)
              at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              java:168)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              pl.java:99)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:742)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              textImpl.java:686)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              ContextManager.java:247)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              a:361)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              weblogic.properties
              weblogic.httpd.initArgs.*.jsp=\
                        pageCheckSeconds=1,\
                        compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
                        workingDir=C:/weblogic/myserver/classfiles,\
                        verbose=true
              If I don't use -g option, the page gets displayed correctly. Any help would be appreciated.
              Thanks
              Sree Pillai
              

    assuming you are running on Windows, you can use a .cmd file with the
              following command in it
              javac -g %*
              if you name it c:/java/bin/javac.cmd, then replace the line with
              compileCommand=C:/java/bin/javac.cmd,\
              Barry
              Sree <[email protected]> wrote in message
              news:[email protected]...
              >
              > I am using WL 5.1 and trying to figure out how to debug JSPs using Visual
              Cafe 4.0.(Enterprise Edition). The JSP file is running fine if I use plain
              "javac" for compilation. If I change the compiler to include -g option (for
              debug), I get the following error.
              >
              > Thu Aug 31 15:46:37 CDT 2000:<E> <ServletContext-General> Servlet failed
              with Exception
              > java.lang.NumberFormatException: error=2
              > at java.lang.Integer.parseInt(Integer.java:409)
              > at java.lang.Integer.parseInt(Integer.java:458)
              > at weblogic.servlet.jsp.JspStub.compilePage JspStub.java:303)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:174)
              > at weblogic.servlet.jsp.JspStub.checkForReload(JspStub.java:92)
              > at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
              > java:168)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:99)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:742)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:686)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:247)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:361)
              > at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              > weblogic.properties
              > -------
              > weblogic.httpd.initArgs.*.jsp=\
              > pageCheckSeconds=1,\
              > compileCommand=C:/VisualCafeEE/java2/bin/javac.exe -g,\
              > workingDir=C:/weblogic/myserver/classfiles,\
              > verbose=true
              > --------------
              >
              >
              > If I don't use -g option, the page gets displayed correctly. Any help
              would be appreciated.
              >
              > Thanks
              > Sree Pillai
              

  • Which Visual Cafe do I need?

    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    Andy

    Much cheaper alternative is the BugSeeker from http://www.karmira.com
    Absolutely great product.
    Kumar Allamraju <[email protected]> wrote:
    Enterprise edition would do.
    more info: http://www.weblogic.com/docs51/classdocs/vcafe.html
    Kumar
    Andrew Nuss wrote:
    Hi,
    I wish to attach and debug a running version of Weblogic, to debug my
    servlets. Can I use
    Expert Edition or do I need Enterprise Edition of Visual Cafe?
    Thanks,
    AndyDimitri

Maybe you are looking for