With visual age 302

Hi,
I am using weblogic5.1 Integration Kit for VisualAge 302. After I
followed the instruction and try to start weblogic in VisualAge,
everything looks fine. But if I try to invoke http://localhost:7001/
from browser, I got the following error:
Fri Aug 25 15:30:04 EDT 2000:<I> <ListenThread> Listening on port: 7001
Fri Aug 25 15:30:04 EDT 2000:<I> <SSLListenThread> Listening on port:
7002
Fri Aug 25 15:30:05 EDT 2000:<I> <WebLogicServer> WebLogic Server
started
Fri Aug 25 15:30:25 EDT 2000:<I> <NT Performance Pack> Allocating: '2'
NT reader threads
Fri Aug 25 15:30:25 EDT 2000:<E> <Kernel> ExecuteRequest failed.
java.lang.RuntimeException: Socket:
'weblogic.socket.MuxableSocketHTTP@2111 - idle timeout: '60', socket
timeout: '5000'' is invalid.
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.lang.RuntimeException(java.lang.String)
void
weblogic.socket.NTSocketMuxer.register(weblogic.socket.MuxableSocket)
void weblogic.socket.JVMSocketManager.accept(java.net.Socket)
void
weblogic.t3.srvr.ListenThread$RJVMListenRequest.execute(weblogic.kernel.ExecuteThread)
void weblogic.kernel.ExecuteThread.run()
Any idea?
Thanks
[email protected]

IBMs VAJ does not provide you with a JSP designer, but it does let you run JSPs under WebSPhere test environment.
Go to the folder
IBM/VisualAge For Java/ide/project_resources/IBM WebSphere Test Environment/hosts/default_hosts/default_app/webThis is the root directory for putting JSPs. If you make a directory called myjsps in here, and put myJsp.jsp in the directory then when you start the servlet engine of the WebShpere test environment you can put
"http://localhost:8080/myjsps/myJsp.jsp"in the URL and your JSP will be compiled into a servlet in the "JSP Page Compile Generated Code" project. You can enter JSP Execution Monitor options (in the WTE ControlCenter), which will bring up a split pane with the JSP on one side, and the compiled Java on the other and will allow you to debug the JSP.
You are a bit shafted if VAJ was unable to compile your JSP into a servlet - as you get no information on what exactly about the JSP is causing the problem. However, this is all integrated into the debugging environment so you can completely debug the servlet and any Java code it calls.
If you don't know about the WTE then let me know, but I'm assuming that you do.

Similar Messages

  • JSP with Visual Age integrator

    Using the public beta of WA Integrator for WL 5.1, I was able to use all the
    feature of WL, except JSP. Infact, WL compile them using jspc, but then,
    when execute javac as an external process, cannot compile them into class
    file because javac can't see VA Workspace classes.
    I tried to use javac as a class, with whe compilerclass property of the JSP
    servlet, but this doesn't work fine (the same problem, can't see workspace's
    classes).
    Where is the mistake ?
    Ing. Luca Masini
    Software Engineer
    Gruppo Monetica e Servizi
    Area Internet Professional
    Infogroup S.p.a.
    Via delle Panche, 140
    50141 Firenze
    Tel. 055.436.5684
    Fax. 055.436.5735
    e-mail [email protected]

    IBMs VAJ does not provide you with a JSP designer, but it does let you run JSPs under WebSPhere test environment.
    Go to the folder
    IBM/VisualAge For Java/ide/project_resources/IBM WebSphere Test Environment/hosts/default_hosts/default_app/webThis is the root directory for putting JSPs. If you make a directory called myjsps in here, and put myJsp.jsp in the directory then when you start the servlet engine of the WebShpere test environment you can put
    "http://localhost:8080/myjsps/myJsp.jsp"in the URL and your JSP will be compiled into a servlet in the "JSP Page Compile Generated Code" project. You can enter JSP Execution Monitor options (in the WTE ControlCenter), which will bring up a split pane with the JSP on one side, and the compiled Java on the other and will allow you to debug the JSP.
    You are a bit shafted if VAJ was unable to compile your JSP into a servlet - as you get no information on what exactly about the JSP is causing the problem. However, this is all integrated into the debugging environment so you can completely debug the servlet and any Java code it calls.
    If you don't know about the WTE then let me know, but I'm assuming that you do.

  • Visual age problem - importing packages

    Hello,
    I have created a Java client NT application on Visual Age which interacts with Oracle database thru JDBC driver.
    when i give
    import oracle.jdbc.driver.*;
    the visual age editor is not able to find the above package, whereas when i export the same application and execute it on DOS environment there are no problems.
    I want to know the best way to import packages in Visual Age because when I added the required packages to my application, "no suitable driver" error occurred.
    Not as familiar with Visual Age. Any help would be appreciated. Thanks :-)
    Raj

    Thanks! Got it fixed.
    Giving the duke dollar to myself ;)
    raj

  • Commerce Server and Visual Age 3.5

    I tried and was unsuccessful getting the Commerce server (3.11) to run
    under Visual Age 3.5. I can get it to start up correctly, but if I test
    a commerce application, Visual Age disappears with no messages. From
    my experiments, I think it is a problem with a conflict between versions
    of the CORBA or javax components that cannot be loaded into VA from the
    weblogic distribution (because they are 'required by the system' in VA;
    no workaround I know of to get them in there). Another constraint is
    that you must use the weblogic.Server class from the Weblogic VA
    Integration Kit; perhaps it is incompatible.
    So, has anybody got a commerce application to appear running the
    weblogic commerce server under visual age 3.5?
    Note that I did get the plain weblogic server 5.1.0 running with thte VA
    integration kit, and I can get the commerce server to startup correctly.
    Bryan

    Bryan,
    I have succesfully used Kawa 5.x Enterprise (Beta) with WLCS. You should
    check it out if you are interested in a more "standards" based solution for
    the Windows platform.
    Sincerely,
    Daniel Selman
    Bryan Helm wrote in message <[email protected]>...
    I tried and was unsuccessful getting the Commerce server (3.11) to run
    under Visual Age 3.5. I can get it to start up correctly, but if I test
    a commerce application, Visual Age disappears with no messages. From
    my experiments, I think it is a problem with a conflict between versions
    of the CORBA or javax components that cannot be loaded into VA from the
    weblogic distribution (because they are 'required by the system' in VA;
    no workaround I know of to get them in there). Another constraint is
    that you must use the weblogic.Server class from the Weblogic VA
    Integration Kit; perhaps it is incompatible.
    So, has anybody got a commerce application to appear running the
    weblogic commerce server under visual age 3.5?
    Note that I did get the plain weblogic server 5.1.0 running with thte VA
    integration kit, and I can get the commerce server to startup correctly.
    Bryan

  • Installing (using) JSSE to Visual Age

    Hi all,
    I have installed JSSE 1.0.2 in JDK 1.3.1 successfully.. Everything is working fine. However what I need to do is use JSSE under Visual Age 3.5... (my VA is iv3-4 jdk 1.2.2 (patched.))
    I am importing three jar files which comes with JSSE but same test programs which works fine with JDK is not working under VA... Can anyone help about installation process of JSSE to VA?
    Ex: Program below works fine with JDK1.3.1 but not under VA...
    import java.net.*;
    import javax.net.ssl.*;
    public class JSSE_install_check {
    public static void main(String[] args) throws Exception {
         SSLServerSocketFactory factory =
         (SSLServerSocketFactory) SSLServerSocketFactory.getDefault();
         SSLServerSocket sslSocket =
         (SSLServerSocket)factory.createServerSocket(5757);
         String [] cipherSuites = sslSocket.getEnabledCipherSuites();
         for (int i = 0; i < cipherSuites.length; i++) {
         System.out.println("Cipher Suite " + i +
              " = " + cipherSuites);
    Thanks a lot.
    Emre

    Do you get an error message ?
    I have installed the same extension package to my VA 3.5 and worked fine
    Doruk Uslu
    Consultant
    Deloitte&Touche , CH

  • Using  Weblogic app environment in Visual Age

    Hi,
              I am using Weblogic as my test environment in Visual Age. I am getting alone
              well with servlet and beans. But I am having enormous problem with jsp. Does
              any body know how to configure weblogic test environment in Visual age to
              use bean tag in JSP (the JSP cannot locate the beans although the classpath
              has set to the project_resource/project Name).
              Help will be highly appreciated
              Duke
              

    "Michael Girdley" <[email protected]> wrote in message
              news:396a80d4$[email protected]..
              > JSP integration is not supported with Weblogic and VisualAge. This is
              > because VisualAge supports a back level revision of the JSP specification
              > and has also created their JSP container to be tightly integrated with
              > VisualAge.
              I don't understand this at all.
              My VisualAge has no notion of JSP (professional), that all came after I
              imported all of
              the weblogic stuff. So what does "VA supports a back level revision of JSP
              spec" actually
              mean?
              Also, "has created their JSP container to be tightly integrated with VA".
              There is no
              JSP container to speak of except for that which weblogic provides. Perhaps
              you are
              referring to some Websphere/VA environment?
              All in all, the integration is just about wonderful. Is there a good reason
              why JSP is not
              supported? Seeing what VA does with the WebSphere environment, I believe
              that the IDE
              environment is capable of dynamically reloading classes that have been
              generated etc.
              The basic question is: Why doesn't the VA environment support JSP's? If the
              answer is:
              "we haven't implemented it yet" then I understand, (and will ask when it
              will be:-) ).
              Questioningly,
              Jon
              

  • Visual Age 3.5, WLS 5.1, Integration Kit 5.1 beta and JSP?

    Hello,
    i have a problem with the missing JSP-support in Visual Age. It would be a
    workaround to develop JSP outside Visual Age and just put them into the
    myserver/public_html directory. But if i start WLS from within Visual Age,
    the JSP won't compile, i get the error:
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    Operating System is WinNT 4.0, Service Pack 6, i use the professional
    edition of Visual Age.
    Is there a wrong setting in the IDE or is it impossible to develop JSPs with
    the Integration Kit?
    Regards,
    Reinhard Maier
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    ^
    1 error
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()
    Mo Jan 08 12:00:03 GMT+01:00 2001:<E> <ServletContext-General> Servlet
    failed with Exception
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()

    Hi ,
    There is a solution posted in "weblogic.beta.tools.visualage" newsgroup which will enable u to
    develope and debug JSP's from IVJ .
    TITLE "JSP debugging in IVJ "
    cheers
    Amjad
    Dana Jeffries wrote:
    Visual Age does not support the latest versrions of the JSP/servlet spec. I believe they're still
    .92 and 1.0.
    Reinhard Maier wrote:
    Hello,
    i have a problem with the missing JSP-support in Visual Age. It would be a
    workaround to develop JSP outside Visual Age and just put them into the
    myserver/public_html directory. But if i start WLS from within Visual Age,
    the JSP won't compile, i get the error:
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    Operating System is WinNT 4.0, Service Pack 6, i use the professional
    edition of Visual Age.
    Is there a wrong setting in the IDE or is it impossible to develop JSPs with
    the Integration Kit?
    Regards,
    Reinhard Maier
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java:48: Wrong number of
    arguments in method.
    if (sci.isResourceStale("/test.jsp", 978702001388L, "5.1.0 Service
    Pack 6 09/20/2000 21:03:19 #84511")) return true;
    ^
    1 error
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()
    Mo Jan 08 12:00:03 GMT+01:00 2001:<E> <ServletContext-General> Servlet
    failed with Exception
    java.io.IOException: Compiler failed
    executable.exec([Ljava.lang.String;[d:/java/jdk1.2/bin/javac.exe, -classpath
    , "D:\Programme\IBM\VisualAge for
    Java\ide\program\lib\rt.jar;.;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Examples;d:\programme\ibm\visualage for
    java\ide\project_resources\Weblogic Java 2
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Java Enterprises Libraries;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic OCI;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server;d:\programme\ibm\visualage for
    java\ide\project_resources\WebLogic Server
    Classes;d:\programme\ibm\visualage for java\ide\project_resources\WebLogic
    Support
    Libraries;d:\java\bea51\classes\boot\;d:\java\bea51\classes\;d:\java\bea51\l
    icense\;d:\java\bea51\myserver\serverclasses\;d:\java\bea51\lib\weblogicaux.
    jar;d:\java\bea51\myserver\ejb_basic_containerManaged.jar;d:\java\bea51\myse
    rver\ejb_extensions_readMostly.jar;d:\java\bea51\classes;D:\Java\bea51\myser
    ver\tmp_deployments\ejbjar30505.jar;d:\java\bea51\myserver\servletclasses;D:
    \Java\bea51\myserver\classfiles", -d, D:\Java\bea51\myserver\classfiles,
    D:\Java\bea51\myserver\classfiles\jsp_servlet\_test.java])
    java.lang.Throwable(java.lang.String)
    java.lang.Exception(java.lang.String)
    java.io.IOException(java.lang.String)
    void
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(java.lang.String
    void weblogic.utils.compiler.CompilerInvoker.compile()
    void weblogic.servlet.jsp.JspStub.compilePage(java.lang.String,
    javax.servlet.http.HttpServletRequest,
    javax.servlet.http.HttpServletResponse, boolean)
    void
    weblogic.servlet.jsp.JspStub.prepareServlet(weblogic.servlet.internal.Servle
    tRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    javax.servlet.Servlet
    weblogic.servlet.internal.ServletStubImpl.getServlet(weblogic.servlet.intern
    al.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(weblogic.servlet.int
    ernal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl,
    weblogic.servlet.internal.ServletStubImpl)
    void
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(weblogic.servlet.
    internal.ServletRequestImpl, weblogic.servlet.internal.ServletResponseImpl)
    int
    weblogic.servlet.internal.ServletContextManager.invokeServlet(weblogic.socke
    t.MuxableSocketHTTP)
    int weblogic.socket.MuxableSocketHTTP.invokeServlet()
    void
    weblogic.socket.MuxableSocketHTTP.execute(weblogic.kernel.ExecuteThread)
    void weblogic.kernel.ExecuteThread.run()

  • Visual Age 3.5.3 and WebLogic Integration Kit

    I have Visual Age for Java Enterprise Edition v3.5.3
    When I install WebLogic Integration Kit, i receive an alert message:
    Visual Age for Java is not installed.
    Can anyone say me if WebLogic Integration Kit found in Visual Age 3.5.3?
    Israel Garcia Alesanco ([email protected])
    Bilbomática S.A. (www.bilbomatica.es)
    Licenciado Poza 55 4 planta
    Tel. 94.427.63.08 Fax 94.427.15.47
    48013 BILBAO

    Israel,
    The WebLogic Integration Kit is certified to work with VAJ 3.5 and not VAJ
    3.5.3. The kit supporting VAJ 3.5.3 should be available on BEA's download
    site sometime by the end of this week.
    Thanks,
    Nirav.
    "Israel García" wrote:
    I have Visual Age for Java Enterprise Edition v3.5.3
    When I install WebLogic Integration Kit, i receive an alert message:
    Visual Age for Java is not installed.
    Can anyone say me if WebLogic Integration Kit found in Visual Age 3.5.3?
    Israel Garcia Alesanco ([email protected])
    Bilbomática S.A. (www.bilbomatica.es)
    Licenciado Poza 55 4 planta
    Tel. 94.427.63.08 Fax 94.427.15.47
    48013 BILBAO--
    Nirav Chanchani
    BEA Systems, Inc.

  • Visual Age 3.5 and Weblogic Intergration Kit (License Expired, please Contact BEA Systems Inc)

    Hi,
    I started to run the Weblogic Server on my machine yesterday and I suddenly got
    this error:
    "License Expired, Please Contact BEA Systems Inc"
    This is the message I got on the Visual Age Console:
    "Invalid BEA WLS Integration Kit License. Please cantact BEA"
    I was able to run Weblogic Server until the past 2 weeks. I tried to re-install
    the whole Visual Age 3.5
    and as well as the Integration Kit I download from the Weblogic website and I
    still get the same
    problem. Can somebody help me with this. I haven't upgraded to 3.5.3 yet.
    Thanks
    Sameera

    Sameera,
    The Kit available from the BEA website is an evaluation version. You need to
    contact BEA Sales for a permanent license.
    Thanks,
    Nirav.
    Sameera Balay wrote:
    Hi,
    I started to run the Weblogic Server on my machine yesterday and I suddenly got
    this error:
    "License Expired, Please Contact BEA Systems Inc"
    This is the message I got on the Visual Age Console:
    "Invalid BEA WLS Integration Kit License. Please cantact BEA"
    I was able to run Weblogic Server until the past 2 weeks. I tried to re-install
    the whole Visual Age 3.5
    and as well as the Integration Kit I download from the Weblogic website and I
    still get the same
    problem. Can somebody help me with this. I haven't upgraded to 3.5.3 yet.
    Thanks
    Sameera--
    Nirav Chanchani
    BEA Systems, Inc.

  • Weblogic 5.1 and Visual Age 3.5

    Hello !
    I'am using Weblogic server 5.1 and i want to add the visual age integration kit to my visual age enterprise edition 3.5. But i wonder if there is an integration kit for this version of visual age ?
    Any hint is appreciated !

    I am also in this boat! And the boat really wants to leave the docks
    this week (so we can move all our dev int VA).
    A contractor here got it working, but I am having some difficulty.
    So far, I've gotten the server to start, but I am having problems
    getting the JDBC20 drivers to do the right thing. (What's strange is
    that the app is running fine on our Solaris environments. It just
    doesn't fly in VA on NT.)
    If anyone can help, I'd really appreciate it. We have a support call
    out to BEA...
    Getting the integration kit installed isn't that hard. Just follow the
    instructions. When you try to add the features, you'll get error alerts
    saying that class javax.aaa.bbb.ccc already exists in the Java class
    libraries. You have to delete each of these packages that clashes,
    re-runing the "add feature" each time.
    To delete a package, first, open an edition for "Java class libraries",
    and then delete the package. (On the project, Right
    mouse->Manage->Create Open Edition, then on the package, Right
    mouse->Delete...)
    There might be some stray problems. I try to eliminate them by finding
    the relevant package (click on each problem, and look in the status bar
    at the bottom of the window) and then changing the particular version
    being used. Go with the ones weblogic provides. I think that was all.
    After this, you can go with the instructions in the kit. It's a little
    tricky setting up parallel config files if you're going to develop on
    DOS and deploy on Unix.
    If you're using VA and WL, please drop me an email.
    Abass ndiaye wrote:
    >
    Hello !
    I'am using Weblogic server 5.1 and i want to add the visual age integration kit to my visual age enterprise edition 3.5. But i wonder if there is an integration kit for this version of visual age ?
    Any hint is appreciated !

  • Visual Age for Java 3.0 and EJBs

     

    Michael,
    We are also seeing problems with EJB development using the VAJ integration kit
    for Weblogic 4.5.1 and Visual Age Java 3.0.2. The rest of the integration,
    JSPs, Servlets, etc. appear to work just fine using the 4.5.1 integration kit
    and Visual Age Java 3.0.2. However, with EJBs we are finding the deployment
    tools to break into the VAJ debugger.
    Comments (all welcome)
    john
    Michael Girdley wrote:
    We plan to release an integration kit for VisualAge soon. Please check our
    web site regularly for information on the availability of this kit.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Vladimir Goncharov <[email protected]> wrote in message
    news:[email protected]...
    I'm getting Exception, when trying to create Initial context from withinthe
    VisualAge for Java 3.0, the same compiled class by Visual Age for Java 3.0
    works fine when run from the command line using JDK.2.2
    My understanding is that client program may run on JDK 1.1.7 and above and
    IBM using IBM JDK 1.1.8 which compatible with the SUN one
    Please help.
    Here is the classpath that VisualAge is using
    C:\weblogic\classes;
    C:\weblogic\lib\weblogicaux.jar;
    C:\IBMVJava\ide\Program\lib\;
    C:\IBMVJava\ide\Program\lib\classes.zip;
    Here is the Exception thrown by Weblogic
    weblogic.utils.AssertionError: ***** ASSERTION FAILED
    ****[ java.lang.InternalError: (Ex02) An error has occurred. ]
    java.lang.Throwable(java.lang.String)
    java.lang.Error(java.lang.String)
    weblogic.utils.NestedError(java.lang.String)
    weblogic.utils.AssertionError(java.lang.String)
    java.lang.Object
    weblogic.kernel.Kernel.getInstanceDynamically(java.lang.String,
    java.lang.Class [], java.lang.Object [])
    weblogic.logging.LogManager weblogic.kernel.Kernel.getLogManager()
    weblogic.logging.LogOutputStream(java.lang.String)
    weblogic.common.internal.LogOutputStream(java.lang.String)
    weblogic.t3.services.ConfigClient()
    java.lang.Objectjava.lang.reflect.Constructor.newInstance(java.lang.Object
    java.lang.Object
    weblogic.kernel.Kernel.getInstanceDynamically(java.lang.String,
    java.lang.Class [], java.lang.Object [])
    weblogic.t3.services.ConfigDef weblogic.kernel.Kernel.getConfig()
    void weblogic.kernel.Kernel.ensureInitialized()
    weblogic.rjvm.RJVM weblogic.rjvm.ServerURL.findOrCreateRJVM()
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(weblogic.jnd
    i.Environment, java.lang.String)
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(java.util.Ha
    shtable)
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactory.getInitialContext(java.util.Hashtable)
    javax.naming.Context
    javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable)
    javax.naming.Context javax.naming.InitialContext.getDefaultInitCtx()
    void javax.naming.InitialContext.init(java.util.Hashtable)
    javax.naming.InitialContext(java.util.Hashtable)
    javax.naming.Context com.vlad.ejb.client.ClientTest.getInitialContext()
    void com.vlad.ejb.client.ClientTest.main(java.lang.String [])
    weblogic.utils.AssertionError: ***** ASSERTION FAILED
    ****[ weblogic.utils.AssertionError: ***** ASSERTION FAILED
    ****[ java.lang.InternalError: (Ex02) An error has occurred. ] ]
    java.lang.Throwable(java.lang.String)
    java.lang.Error(java.lang.String)
    weblogic.utils.NestedError(java.lang.String)
    weblogic.utils.AssertionError(java.lang.String)
    java.lang.Object
    weblogic.kernel.Kernel.getInstanceDynamically(java.lang.String,
    java.lang.Class [], java.lang.Object [])
    weblogic.t3.services.ConfigDef weblogic.kernel.Kernel.getConfig()
    void weblogic.kernel.Kernel.ensureInitialized()
    weblogic.rjvm.RJVM weblogic.rjvm.ServerURL.findOrCreateRJVM()
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(weblogic.jnd
    i.Environment, java.lang.String)
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(java.util.Ha
    shtable)
    javax.naming.Context
    weblogic.jndi.WLInitialContextFactory.getInitialContext(java.util.Hashtable)
    javax.naming.Context
    javax.naming.spi.NamingManager.getInitialContext(java.util.Hashtable)
    javax.naming.Context javax.naming.InitialContext.getDefaultInitCtx()
    void javax.naming.InitialContext.init(java.util.Hashtable)
    javax.naming.InitialContext(java.util.Hashtable)
    javax.naming.Context com.vlad.ejb.client.ClientTest.getInitialContext()
    void com.vlad.ejb.client.ClientTest.main(java.lang.String [])
    John N. Alegre
    Javelin Solutions
    [email protected]

  • Visual Age - no editor for JSP.???

    Hi folks!
    I'm sorry if this sounds dumb, but I just found that my company has VisualAge Enterprise Edition 3.5 - and it seemed very attractive to me... BUT - although it has a run time environment for JSPs, it does not seem to provide an editor to write JSPs... am I not finding something the right way..??? Also, is there a way I can set the IDE's Java classpath..?? right now, it is using antiquated versions of the jdk and jsdk APIs... Help..? Please..???

    Correct Visual Age does not have a JSP editor - if you go on the Visual Age J2EE course you end up using WebSphere Studio!
    Haven't used Visual Age since the course but I'm sure you can edit the class path BUT
    If my experience is anything to go by you probably can't use a newer JDK as the IDE is very tied to the one it's shipped with (I tried this with WebSphere Studio to upgrade from 1.3 to 1.4 and it broke).
    Visual Age probably uses the IBM JDK (Studio does) so if you can get a newer version of the IBM JDK this may work.
    You could always ask nicely for an upgrade to WebSphere Studio - but beware version 4 has no applet editor!
    HH

  • Create header file from Visual Age

    Hi, everyone! I write some java code that uses JNI, so I have to create java header file, but not with javah -jni command, but from Visual Age. I am new to Visual Age, so if anyone can help I'll be very grateful.

    It will take a lot to write down the whole process. You don't need create any xml file. All you do is creating a jar file that contains you bean, save it in WebSphere and using WebSphere's UI to deploy the beans in the jar file. This link may be useful and if it doesn't, you should be able to find more on IBM's site.
    http://www7b.boulder.ibm.com/wsdd/library/tutorials/vajwebsph35/1200_rickweaver_index.html
    PC

  • Suggest an IDE similar to Visual Age

    Can anyone suggest an IDE with similar features as Visual Age for Java where we have a workspace where we can load different projects and has debugging capability as well. The IDE need to be a freeware or an Open source.

    hmm, there's no IDE that comes close to the quality and userfriendliness of Visual Age.
    Everything else is a LOT better.
    In workflow Eclipse and Netbeans come closest.

  • Conversion from Visual Age for Java 4.0 to JDeveloper

    How can I export our visual classes correctly? It's work, but I can't open them for visual designe.

    If you'll create a new swing application with a frame in JDeveloper you'll see that JDeveloper uses a JBinit method.
    The code you bring over from Visual Age needs to have a JBinit method also to be able to use the visual editor.
    The code editor should work just fine with your code anyway.

Maybe you are looking for

  • Show One Page at a Time Default

    Is there a way every time I open a pdf document the default view will go to "show one page at a time" function? I am using Adobe Acrobate 9

  • Error while inserting into secure store when installing solution manager

    hi all, I have problem when the installation of solution manager try to insert into secure store, the installation completed creating the secure store, but at the inserting the error raised... i need your helps, Thanks in advanced

  • G4 won't start up all the way! Help!

    My G4 was working fine last night. This AM, I go and it's acting very funny. So I shut it down (by holding power button, nothing else was working) and reset the PRAM. Now I get the chime, the apple logo and the spinning circle, then it goes to a blue

  • Can't see Manage Link to work with tables views and links

    I have an Azure account linked to Office365, and a Pay as you go subscription;  and have been working with SQL for a few months without any problem.    I wanted to move one of my databases to my own Azure account (not tied to our O365) so I get a fre

  • How to make another button to availabe when click one button

    Hi, There are two buttons (Button A and B)on my page. The disable property of button A is false. The disable property of button B is ture. My issue is when I click Button A, how can I change the disable property of button B to false. Then Button B ca