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.

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

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

  • 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

  • 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

     

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

  • Unable to create ear after installing Visual Cafe plug-in for app server 6 sp3.

    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt to add a war to an ear in the deployment tool I get the following: xml file or ias xml file missing. Make sure that source archive "d:\......war" is saved before dragging. Obviously I have done this, but has this IDE plugin changed the xml parsers to a different version that could be causing this? Has anyone else ran across this error?

    Hi,
    Can you confirm to me, if you are using Visual Cafe Enterprise 4.5.1
    and iAS 6.0 SP3. Also let me know the the name & version of O/S please.
    Regards
    Raj
    Bob Pfingsten wrote:
    Installed WebGain plugin for app server 6 sp3. Now anytime I attempt
    to add a war to an ear in the deployment tool I get the following: xml
    file or ias xml file missing. Make sure that source archive
    "d:\......war" is saved before dragging. Obviously I have done this,
    but has this IDE plugin changed the xml parsers to a different version
    that could be causing this? Has anyone else ran across this error?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Deploying an application (.ear) from Visual Cafe

    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you can just deploy
    the entire thing. But BEA has told me you have to deploy each part, then use ANT,
    then deploy again. Surely this means any change I make is going to take an hour
    to deploy.

    Check out the Netbeans IDE (www.netbeans.org) !
    "Demian Krige" <[email protected]> wrote in message
    news:3c4d6ec4$[email protected]..
    >
    What is the easiest way to deploy an entire EJB application.
    I.e both the web and ejb parts from Visual Cafe. In JDeveloper you canjust deploy
    the entire thing. But BEA has told me you have to deploy each part, thenuse ANT,
    then deploy again. Surely this means any change I make is going to take anhour
    to deploy.

  • Code generation using Visual cafe

    I'm using visual cafe for GUI development. It includes it's own libraries though the equivalent ones are available in JDK.
    For example: to place a component in GRid Bag layout it generates code with symantec's constructor
    new com.symantec.itools.awt.GridBagConstraintsD(,...) instead of java.awt.GridBagContraints(,...) constructor.
    Is there any way to tell Visualcafe to use jdk instead of it's own libraries when applicable? let me know if anyone knows how to do this?
    thanks,
    sampath

    The simple answer is NO, or its not simple nor reliable.
    The unsolicited answer is; stop using that garbage. I used it for 4 years. Symantec completely dropped the ball. I use the free Jbuilder version. It uses ALL official classes and does NOT force you into code conventions, nor does it complain about many things. VC has its own private section in the code where you can not manually edit it. headache. VC does geenrate much less anonymous classes, but all in all, try JBuilder. Maybe even Forte as I hear good things about that too.
    When I converted to JBuilder, I simply changed the symanted gridbag class into the sun gridbag class. In general the symantec class is EXACTLY the same, but symantec was ahead of its time, and needed to make its own classes in order to have the GUI editing since sun didnt have completel beans available at the time. But sun has not privided these beans for years, and still symantec has not adapted. I think they are arrogant now and hope this keeps you forced into their IDE since changing seems hard(though "replace" works just fine in these situations)...

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

Maybe you are looking for

  • Mail Attachment with OCS10g Workspaces

    Hi All, In OCS Webmail or WAC, Is it possible to attach files which are stored in OCS10g Workspaces?

  • How to transfer an iPad to a different user I'd.

    I linked an iPad to my user id that my brother bought for his granddaughter and updated the iOS.  Now that the iOS is updated how do I transfer the ipad to his account?

  • Apache2.x and Tomcat5.0.x & Session' data

    hi everyone, i was just wondering how i can pass user's session data from Apache to Tomcat and visversa: an examples im restricting access to a directory secret/* with Apache Authentication on Mysql (AAOM) Inside that directory ther is a link to one

  • New Intel WIFI Wireless Network Adapter does not recognize Wireless Router

    I have had a Linksys BEFW11S4 Version 4 Wireless router for quite some time.  It works like a champ and I have one Laptop wired to it and a second using Wireless working just fine.  Recently, I received a new ThinkPad W500 Laptop with an Intel WIFI L

  • Cannot disable "New Message" window from popping up

    Each time I click the Messages icon in my dock, immediately the "New Message" window pops up. However, I may not necessarily want to compose a new message; most of the time, I just want to view my buddy list to see who's online. It becomes rather ann