Problem running JSP / Weblogic 7.0

Hi,
I need some help with running JSP . Is there anyone out there who can help me with some of the troubles I am having with it. I am trying to deploy very simple application on Weblogic 7.0 . It does not use servlets - only JSPs. The structure is:
myappl
|-----META-INF
| |_application.xml
|
|-----myweb
|----WEB-INF
| |_ web.xml
|
|_ hello.jsp
Every time I try http://localhost:7001/myweb/hello.jsp I get 404 error. Please help me out. Do I need to change something in structure of my application or application.xml/web.xml config files???
Please find below my config files.
Thanks a lot !
application.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
<application>
<display-name>myappl</display-name>
<module>
<web>
<web-uri>mywebappl</web-uri>
<context-root>/myweb</context-root>
</web>
</module>
</application>
web.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'>
<web-app>
<display-name>mywebappl</display-name>
<description>no description</description>
</web-app>

Thank you for your help.
Sorry, it's my typo, I use the following application.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN" "http://java.sun.com/j2ee/dtds/application_1_2.dtd">
<application>
<display-name>myappl</display-name>
<module>
<web>
<web-uri>myweb</web-uri>
<context-root>/myweb</context-root>
</web>
</module>
</application>
What else need to be changed to fix the problem ???

Similar Messages

  • Problem running JSP program on OAS 4.0.8.1 with JSP patch

    Hi all
    I've been running a JSP application on OAS 4.0.8.1 for a month now, but a week ago, when I updated a Java package on the server, the application will no longer run. The simple JSP pages with no bean-tags runs fine, but the ones with bean-tags doesn't work anymore.
    This is the error message:
    Request URI:/jsp/sag/login.jsp
    Exception:
    java.lang.VerifyError
    at java.lang.ClassLoader.resolveClass(Compiled Code)
    at oracle.jsp.app.JspClassLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at oracle.jsp.app.JspAppLoader.instantiatePage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.reloadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.loadPage(Compiled Code)
    at oracle.jsp.app.JspAppLoader.getPage(Compiled Code)
    at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at oracle.OAS.servlet.servletrunner.exec(Compiled Code)
    I've read on java.sun.com that verifyerrors normally is due to bad package-files, but I've rebuilt the package at least 10-times now, so thats probably not it. What could it be?
    The application runs fine in JDeveloper 3.1
    Thanks on advance,
    Christian Holm

    Hi,
    I am trying to run JSPs on OAS 4.0.8.1.
    I have installed JSP patch, downloaded form olab.com
    I am not able to execute JSPs. I am getting 2 different problems.
    1. If I call the JSP directly from browser, Netscape will ask for save option, it won't execute.
    2. If I call the JSP from another page with submit button, I am getting the following error :
    The requested access method is not allowed for that object.
    Same error for any JSP.
    The same problem for all the samples available with JSP patch.
    Hi chrholm,
    I already tested for 1 month, so
    could you please help me to configure OAS 4.0.8.1 for JSPs.
    Could you please send me mail : [email protected]
    Any help appreciated.
    Thanks,
    Naidu
    null

  • Problems running jsp files with tags on tomcat 4.0

    hi,
    i had some jsp1.1 stuff running on tomcat3.3.
    last week i moved to tomcat 4.0 , changed the tags to fit jsp1.2 and... everything is wrong now. while trying to run jsp with tags i get an error message (same for all files):
    ---->
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: (class: org/apache/jsp/djsp$jsp, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse; )V) Incompatible object argument for function call
    <-------
    the jsp files with no tags and servlets are running ok.
    I NEED YOUR HELP!!!

    cyclid,
    i have the same environment setup and the same troubles. after searching the forums, it seems that there are others with the same, if not similar issues, yet no solutions. if you find the solution to this one, could you please post it. i would really appreciate it since i have been on this one for several days with no success. i even tried the helloworld jsp/custom tag examples from a jsp profession book that i have and that won't work.
    Anyone out there,
    if you have any idea why this problem exists, any solutions, ideas would be appreciated.
    thank you,
    navesink

  • Problems running JSP Client for ApplicationModule

    Hi All,
    I'm still having trouble getting a simple JSP client up and running for an AppModule. The AppModule tests okay using the java client, but when I try to run the main.jsp for my Module, it starts up with the following error. I've tried building several projects and have had no success with JSP.
    Does this really work? Has anyone here successfully gotten a JSP Client running?
    Thanks,
    Rich
    AppAccelerator(tm) 1.1.8 for Java (JDK 1.1), x86 version.
    Copyright (c) 1997-1998 Borland International. All Rights Reserved.
    Copyright (c) 1997-1999 Oracle Corporation. All Rights Reserved.
    log3: oracle.jsp.runner.JspRunner: init
    log3: Loading from CLASSPATH backend_AppModule.properties
    log3: Diagnostics: Routing diagnostics to standard output (use -Djbo.debugoutput
    =silent to remove)
    [0] Diagnostic Properties: (from /oracle/jbo/common/Diagnostic.properties)log3:
    [1] Timing:false Functions:false Linecount:true Threshold:6log3:
    [2] CSMessageBundle (language base) being initializedlog3:
    log3: oracle.jbo.ApplicationModuleCreateException: JBO-25222: Unable to create a
    pplication module.
    log3: at oracle.jbo.server.ApplicationModuleHomeImpl.create(Compiled Code)
    log3: at oracle.jbo.common.appmgr.AppModuleInfo.getReservedAppModuleInstance(C
    ompiled Code)
    log3: at oracle.jbo.common.appmgr.AppRegistry.getAppModuleInstance(Compiled Co
    de)
    log3: at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPro
    pertyFile(Compiled Code)
    log3: at oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPro
    pertyFile(Compiled Code)
    log3: at webapp1.main._jspService(main.jsp:7)
    log3: at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
    log3: at oracle.jsp.runner.JspRunner.dispatch(Compiled Code)
    log3: at oracle.jsp.runner.JspRunner.service(Compiled Code)
    log3: at javax.servlet.http.HttpServlet.service(Compiled Code)
    log3: at oracle.lite.web.JupServlet.service(Compiled Code)
    log3: at oracle.lite.web.MimeServletHandler.handle(Compiled Code)
    log3: at oracle.lite.web.JupApplication.service(Compiled Code)
    log3: at oracle.lite.web.JupAppHandler.handle(Compiled Code)
    log3: at oracle.lite.web.HTTPServer.include(Compiled Code)
    log3: at oracle.lite.web.HTTPServer.forward(Compiled Code)
    log3: at oracle.lite.web.HTTPServer.handleRequest(Compiled Code)
    log3: at oracle.lite.web.JupServer.handle(Compiled Code)
    log3: at oracle.lite.web.JupHTTPListener$JupHTTP.run(Compiled Code)
    log3: oracle.lite.web.workspace.WorkSpaceDevel: init

    Is the Appmodule running locally or as EJB in Oracle8i.
    Unable to create appmodule genrally is result of not all the required libraries in classpath.
    If you have deployed as EJB then in the project properties make sure that JBOEJBCLIENT and EJBSTUBS(Generated during deployment) are on top of the list.
    If this is not the scenario, give more details on your env.
    raghu
    null

  • Problems running the jsf-compnenets demo on Weblogic 8.1

    Hi,
    I am just starting out with with JSF and I'm having problems running the jsf-components demo. Whenever I try to run any of the JSP's in this demo I get the following error :
    /imagemap.jsp(41): Error in using tag library uri='http://java.sun.com/jsf/demo/components' prefix='d': cannot find tag class: 'components.taglib.AreaSelectedTag'
    probably occurred due to an error in /imagemap.jsp line 41:
    <%@ taglib uri="http://java.sun.com/jsf/demo/components" prefix="d" %>
    I have modified the components.tld file (within jsf-components.war) to remove what appears to be the offending tag but the problem still persists.
    Also, when I try to view the source of the demo, by clicking on any of the links I get the following error :
    <01-Jul-2004 12:00:59 o'clock BST> <Error> <HTTP> <BEA-101020> <[ServletContext(
    id=13712942,name=jsf-components,context-path=/jsf-components)] Servlet failed wi
    th Exception
    java.lang.NoClassDefFoundError: javax/servlet/jsp/el/ELException
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at java.lang.Class.privateGetDeclaredMethods(Class.java:1627)
    at java.lang.Class.getDeclaredMethods(Class.java:1114)
    at java.beans.Introspector$1.run(Introspector.java:1103)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.beans.Introspector.getPublicDeclaredMethods(Introspector.java:11
    01)
    at java.beans.Introspector.getTargetMethodInfo(Introspector.java:966)
    at java.beans.Introspector.getBeanInfo(Introspector.java:370)
    at java.beans.Introspector.getBeanInfo(Introspector.java:207)
    at java.beans.Introspector.<init>(Introspector.java:351)
    at java.beans.Introspector.getBeanInfo(Introspector.java:207)
    at java.beans.Introspector.getBeanInfo(Introspector.java:193)
    at weblogic.servlet.jsp.StandardTagLib.parseTagDD(StandardTagLib.java:13
    33)
    at weblogic.servlet.jsp.StandardTagLib.parseDD(StandardTagLib.java:1271)
    at weblogic.servlet.jsp.StandardTagLib.<init>(StandardTagLib.java:292)
    at weblogic.servlet.jsp.TagLibHelper.loadTagLib(TagLibHelper.java:314)
    at weblogic.servlet.jsp.JspLexer.loadTagLib(JspLexer.java:145)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE_BODY(JspLexer.java:50
    04)
    at weblogic.servlet.jsp.JspLexer.mTAGLIB_DIRECTIVE(JspLexer.java:4842)
    at weblogic.servlet.jsp.JspLexer.mDIRECTIVE(JspLexer.java:4688)
    at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2093)
    at weblogic.servlet.jsp.JspLexer.mTOKEN(JspLexer.java:1879)
    at weblogic.servlet.jsp.JspLexer.nextToken(JspLexer.java:1752)
    at weblogic.servlet.jsp.JspLexer.parse(JspLexer.java:962)
    at weblogic.servlet.jsp.JspParser.doit(JspParser.java:105)
    at weblogic.servlet.jsp.JspParser.parse(JspParser.java:228)
    at weblogic.servlet.jsp.Jsp2Java.outputs(Jsp2Java.java:120)
    at weblogic.utils.compiler.CodeGenerator.generate(CodeGenerator.java:258
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:364)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:220)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:172)
    at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.
    java:504)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:349)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:431)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6310)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Am I missing something ?
    Any help would be greatly appreciated.
    Thanks in advance,
    Brian.

    Hey,
    You are probably missing jsp-impl.jar in the classpath. Please add it to your class path and try again.
    Senthuran

  • Hi, can any one know how to run .jsp application in weblogic 8.1

    hi,
    i am using weblogic 8.1 ,
    in weblogic 6.1 and 7.0 there is directory called default web apps under bea\user projects\application.we placed all .jsp file under here.
    now bea deleted this folder.
    now how to set of environment for run .jsp application using weblogic8.1
    can one may help thanks,
    jp reddy

    hi,
    i solve this one after check bea documnetaion.
    with regards
    jp

  • How to run JSP pages in weblogic 8.1 sp2

    hi frnzs,
    plese give me some idea about how to run JSP pages in weblogic server.

    enen i dont know hw to fly palne otherwise i can definitely give u sm guides abt that......

  • How to run jsp in weblogic server

    hi,
    how to run jsp application in weblogic server,plz send the procedure how to deploy..
    Thanks

    How to run JSP and EJB program using weblogic server

  • Probleme to run  jsp from TOMACAT

    Hi everyone, I just installed JRockit build 7.0-1.3.1-win32-GARAK-20020830-1702
    on Win 2000, with Tomcat 4.0.4 I am able run tomcat servlets but when I try to
    run Jsp i get the following error. This Servlet work fine with Sun JDK
    2002-09-19 18:22:55 StandardContext[]: Servlet threw load() exception
    javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception
         at org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax.servlet.Servlet;(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.load()V(Unknown Source)
         at org.apache.catalina.core.StandardContext.loadOnStartup([Lorg.apache.catalina.Container;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardContext.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardHost.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardEngine.start()V(Unknown Source)
         at org.apache.catalina.core.StandardService.start()V(Unknown Source)
         at org.apache.catalina.core.StandardServer.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.execute()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.process([Ljava.lang.String;)V(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
    Source)
         at org.apache.catalina.startup.Bootstrap.main([Ljava.lang.String;)V(Unknown Source)
    ----- Root Cause -----
    java.lang.NoSuchMethodError: getResourcePaths
         at org.apache.jasper.compiler.TldLocationsCache.processJars(Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.compiler.TldLocationsCache.<init>(Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.EmbededServletOptions.<init>(Ljavax.servlet.ServletConfig;Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.servlet.JspServlet.init(Ljavax.servlet.ServletConfig;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax.servlet.Servlet;(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.load()V(Unknown Source)
         at org.apache.catalina.core.StandardContext.loadOnStartup([Lorg.apache.catalina.Container;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardContext.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardHost.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardEngine.start()V(Unknown Source)
         at org.apache.catalina.core.StandardService.start()V(Unknown Source)
         at org.apache.catalina.core.StandardServer.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.execute()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.process([Ljava.lang.String;)V(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
    Source)
         at org.apache.catalina.startup.Bootstrap.main([Ljava.lang.String;)V(Unknown Source)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Sorry this is CLASSPATH Error
    SUN JSK have Servlet Method in native code not Jrockit
    Thanks
    Thierry Capron" <[email protected]> wrote:
    >
    Hi everyone, I just installed JRockit build 7.0-1.3.1-win32-GARAK-20020830-1702
    on Win 2000, with Tomcat 4.0.4 I am able run tomcat servlets but when
    I try to
    run Jsp i get the following error. This Servlet work fine with Sun JDK
    2002-09-19 18:22:55 StandardContext[]: Servlet threw load() exception
    javax.servlet.ServletException: Servlet.init() for servlet jsp threw
    exception
         at org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax.servlet.Servlet;(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.load()V(Unknown Source)
         at org.apache.catalina.core.StandardContext.loadOnStartup([Lorg.apache.catalina.Container;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardContext.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardHost.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardEngine.start()V(Unknown Source)
         at org.apache.catalina.core.StandardService.start()V(Unknown Source)
         at org.apache.catalina.core.StandardServer.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.execute()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.process([Ljava.lang.String;)V(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
    Source)
         at org.apache.catalina.startup.Bootstrap.main([Ljava.lang.String;)V(Unknown
    Source)
    ----- Root Cause -----
    java.lang.NoSuchMethodError: getResourcePaths
         at org.apache.jasper.compiler.TldLocationsCache.processJars(Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.compiler.TldLocationsCache.<init>(Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.EmbededServletOptions.<init>(Ljavax.servlet.ServletConfig;Ljavax.servlet.ServletContext;)V(Unknown
    Source)
         at org.apache.jasper.servlet.JspServlet.init(Ljavax.servlet.ServletConfig;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.loadServlet()Ljavax.servlet.Servlet;(Unknown
    Source)
         at org.apache.catalina.core.StandardWrapper.load()V(Unknown Source)
         at org.apache.catalina.core.StandardContext.loadOnStartup([Lorg.apache.catalina.Container;)V(Unknown
    Source)
         at org.apache.catalina.core.StandardContext.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardHost.start()V(Unknown Source)
         at org.apache.catalina.core.ContainerBase.start()V(Unknown Source)
         at org.apache.catalina.core.StandardEngine.start()V(Unknown Source)
         at org.apache.catalina.core.StandardService.start()V(Unknown Source)
         at org.apache.catalina.core.StandardServer.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.start()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.execute()V(Unknown Source)
         at org.apache.catalina.startup.Catalina.process([Ljava.lang.String;)V(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke0(ILjava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.NativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at COM.jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
    Source)
         at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
    Source)
         at org.apache.catalina.startup.Bootstrap.main([Ljava.lang.String;)V(Unknown
    Source)

  • Problem in using Weblogic 5.1

    hello friends,
    I have a Problem in Using Weblogic 5.1
    I am using weblogic 5.1 Enterprise on Linux 2.2.16 SuSE (7.0) with
    Dual Celeron 550MHz and 1GB RAM. The server runs our web application
    which uses the servelt, JSP and XSQL technology. The problem is
    that often i receive ASSERTION FAILURES where after the jsp's stop
    displaying content. Is this a Weblogic administration problem or
    the underlying OS problem. Kindly advice.
    Thankx in Advance
    Yajneesh sabharwal

    Is this an issue with the "T-engine" or the "J-engine"? Are you using a
    ubbconfig file or weblogic.properties file? Can you post the stack trace?
    This may be an known issue and simply require you to install the latest
    service pack for WLS 5.1 (aka. J-engine)...
    Mary Ann Slavin wrote:
    Accordning to the Software Product Information (SPI) for WLE 5.1 it is
    available on the following Linux versions so this could be a problem
    with the version you are running.
    "BEA WebLogic Enterprise 5.1 software for Red Hat Linux 6.2 and Reliant
    Unix 5.45 is available separately. "
    MAS
    yajneesh Sabharwal wrote:
    hello friends,
    I have a Problem in Using Weblogic 5.1
    I am using weblogic 5.1 Enterprise on Linux 2.2.16 SuSE (7.0) with
    Dual Celeron 550MHz and 1GB RAM. The server runs our web application
    which uses the servelt, JSP and XSQL technology. The problem is
    that often i receive ASSERTION FAILURES where after the jsp's stop
    displaying content. Is this a Weblogic administration problem or
    the underlying OS problem. Kindly advice.
    Thankx in Advance
    Yajneesh sabharwal

  • Problem Configuring JSPs

              I'd be grateful for any help with this one:
              I'm trying run WebLogic's jsp examples but am unable to.
              I have set up weblogic.properties thus:
              weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=60, compileCommand=c:/jdk1.2.2/bin/javac.exe,
              workingDir=c:/weblogic/myserver/classfiles,
              verbose=true,
              keepgenerated=true
              But when I try and hit one of the example JSPs I get the following exception:
              javax.servlet.UnavailableException: Couldn't find init param: compileCommand
              at weblogic.servlet.jhtmlc.PageCompileServlet.init(PageCompileServlet.java:83)
              So it seems that the property "compileCommand=c:/jdk1.2.2/bin/javac.exe" is causing
              problems, but that's the correct path, checked it a dozen times.
              Any ideas?
              Thanks
              Terrance
              

    oop... sorry Terrance... made a mistake in my correction....
              should read....
              weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=60, \
              compileCommand=c:/jdk1.2.2/bin/javac.exe, \
              workingDir=c:/weblogic/myserver/classfiles, \
              verbose=true, \
              keepgenerated=true
              "Michael Kovacs" <[email protected]> wrote in message
              news:[email protected]...
              >
              > "Terrance Goldman" <[email protected]> wrote in message
              > news:[email protected]...
              > >
              > > I'd be grateful for any help with this one:
              > >
              > > I'm trying run WebLogic's jsp examples but am unable to.
              > >
              > > I have set up weblogic.properties thus:
              > >
              > > weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              > > weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=60,
              > compileCommand=c:/jdk1.2.2/bin/javac.exe,
              > > workingDir=c:/weblogic/myserver/classfiles,
              > > verbose=true,
              > > keepgenerated=true
              > >
              > > But when I try and hit one of the example JSPs I get the following
              > exception:
              > >
              > > javax.servlet.UnavailableException: Couldn't find init param:
              > compileCommand
              > > at
              >
              weblogic.servlet.jhtmlc.PageCompileServlet.init(PageCompileServlet.java:83)
              > >
              > > So it seems that the property "compileCommand=c:/jdk1.2.2/bin/javac.exe"
              > is causing
              > > problems, but that's the correct path, checked it a dozen times.
              > >
              > > Any ideas?
              > >
              > > Thanks
              > >
              > > Terrance
              > Terrance,
              >
              > You need to have a \ character at the end of each continuing line, like
              > shown below
              >
              > weblogic.httpd.register.*.jsp=weblogic.servlet.JSPServlet
              > weblogic.httpd.initArgs.*.jsp=pageCheckSeconds=60,
              > compileCommand=c:/jdk1.2.2/bin/javac.exe, \
              > workingDir=c:/weblogic/myserver/classfiles, \
              > verbose=true, \
              > keepgenerated=true
              >
              > -Michael
              >
              >
              >
              

  • Problem in clustered weblogic 9.1 servers duplicating quartz jobs

    We have a web application expected to run quartz job to insert one row in database, but it inserted 2 rows in database. The quartz job is kicked off by a servlet that is loaded when weblogic server is started.
    I understand the qaurtz job should be clustered with jdbcjobstore, too.
    My question is:
    if clustered weblogic server is considered as one running instance and the quartz job is kicked by a java servlet that is preloaded when weblogic server started, how could a job shceduled at a specific time (example, 3am daily) will be run twice? i.e. two clustered welogic server each run the job once. Does that mean our weblogic server clustering is not configured right?
    The two clustered weblogic servers are on separate Unix machine and synchronized in time.
    Any idea for the problem? Just weblogic cluster side, not quartz side.
    thanks

    The "jsp:directive.include" tag is only valid in an well-formed XML file that specifies all the relevant namespaces. The "jsp:include" tag is used in a JSP file. I'll bet the beginning of your file shows that you don't have a valid and well-formed XML file.
    If you found that "jsp:include" worked, then that confirms you have an ordinary JSP file here. Why are you trying to use the XML form? The result of "jsp:include" in a JSP file will be exactly the same as the analogous tag in an XML file.

  • Could not run JSP Aplication Deployed (Wrong port number ??)

    I've testing JSP aplications with Jdeveloper on Oracle9ias.
    To deploy aqplication to server i only can use port 1811 , but to run JSP aplication i only can run this on port 1810, that is Enterprise Manager Servlet port.
    But the examples from Portal run on port 7777, what is wrong ?? how can i define a write port to run my aplication ?? Can you help me ??
    Thanx

    Murali,
    Run the client class with the fully qualified class name.
    java sisters.ejb.sisterclientthanks,
    Deepak
    "murali" <[email protected]> wrote:
    >
    Hi Gurus
    I am trying to run a weblogic application EJB application. I
    could deploy
    the application
    in weblogic 8.1 successfully. But I am getting the following error. I
    have the
    following jars
    in my CLASSPATH .
    1. weblogic.jar 2. j2ee.jar 3. my ejb jar file called StatelessEJB.jar
    Further I had set JAVA_HOME, JDK_HOME etc . My jdk is jdk_141_02 .
    My ejb-jar.xml and weblogic-ejb-jar.xml are deployed in META-INF directory.
    Is it necessary I should populate an application.xml file in the META-INF
    directory.
    Please help me. I had tried my best but all failing.
    In additon to that I had added a jar called wl_client.jar file in CLASS-PATH
    too, but my problem
    still exists. Please provide me a workable solution ASAP. I am struggling
    a lot.
    Thanks in advance
    Murali
    ========================== ERROR MESSAGE =========
    C:\DSTA\session\Sisters\Sisters\sisters\ejb>java sisterclient
    Exception in thread "main" java.lang.NoClassDefFoundError: sisterclient
    (wrong
    n
    ame: sisters/ejb/sisterclient)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    ======================================

  • Problem with the weblogic-maven-plugin

    I am in the process of converting from ant to maven, but I am having a problem with the weblogic-maven-plugin. Has anyone used this plugin successfully? Here is the error I am receiving even though I have a dependency on the xbean.jar in my pom, and it is in my local repo.
    java.lang.NoClassDefFoundError: com/bea/xml/XmlException
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescript
    orManager(AbstractDescriptorLoader2.java:301)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescript
    orBeanFromReader(AbstractDescriptorLoader2.java:749)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescr
    iptorBean(AbstractDescriptorLoader2.java:376)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescrip
    torBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescrip
    torBean(AbstractDescriptorLoader2.java:729)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
    ptor.java:134)
    at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
    6)
    at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
    at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:353
    at weblogic.application.compiler.WARCompiler.compile(WARCompiler.java:78
    at weblogic.application.compiler.flow.AppCompilerFlow.compileInput(AppCo
    mpilerFlow.java:118)
    at weblogic.application.compiler.flow.AppCompilerFlow.compile(AppCompile
    rFlow.java:43)
    at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
    ver.java:69)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:26)
    at weblogic.application.compiler.FlowDriver.nextState(FlowDriver.java:36
    at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:26)
    at weblogic.application.compiler.Appc.runBody(Appc.java:163)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.application.compiler.Appc.main(Appc.java:174)
    at weblogic.appc.main(appc.java:14)
    at jrockit.reflect.InitialMethodInvoker.invoke(Ljava.lang.Object;[Ljava.
    lang.Object;)Ljava.lang.Object;(Unknown Source)
    at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;
    I)Ljava.lang.Object;(Unknown Source)
    at weblogic.ant.taskdefs.j2ee.CompilerTask.invokeMain(CompilerTask.java:
    290)
    at weblogic.ant.taskdefs.j2ee.Appc.privateExecute(Appc.java:250)
    at weblogic.ant.taskdefs.j2ee.Appc.execute(Appc.java:159)
    at org.codehaus.mojo.weblogic.AppcMojo.execute(AppcMojo.java:180)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
    nManager.java:412)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
    ultLifecycleExecutor.java:534)

    Here is what you need to get the maven-weblogic-plugin appc goal to work:
    <project>
    <build>
    <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>weblogic-maven-plugin</artifactId>
    <version>2.9.0-SNAPSHOT</version>
    <configuration>
    <inputArtifactPath>${basedir}/../../jar/broker.war</inputArtifactPath>
    <verbose>true</verbose>
    </configuration>
    <executions>
    <execution>
    <phase>package</phase>
    <goals>
    <goal>appc</goal>
    </goals>
    <inherited>false</inherited>
    <configuration>
    <verbose>false</verbose>
    <debug>false</debug>
    <projectPackaging>war</projectPackaging>
    </configuration>
    </execution>
    </executions>
    <dependencies>
    <dependency>
    <groupId>com.sun</groupId>
    <artifactId>tools</artifactId>
    <version>1.5.0</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>wlxbean</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>xbean</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>weblogic-container-binding</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>wlw-util</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>javelinx</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>wlw-langx</artifactId>
    <version>9.2</version>
    </dependency>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>bcel</artifactId>
    <version>5.1</version>
    </dependency>
    </plugin>
    </build>
    <dependencies>
    <dependency>
    <groupId>weblogic</groupId>
    <artifactId>wlw-langx</artifactId>
    <version>9.2</version>
    </dependency>
    </dependencies>
    <project>
    You need to install/deploy all of the above dependencies manually into your repo.

  • How to protect an application running on weblogic through OAM

    I have a requirement where in I need to protect an application (URL/root) deployed on weblogic through Oracle Access Manager.
    Here's what I did:
    Installed webgate on the Host where the application is deployed.
    Configured the webgate on Access System Console.
    Configured the policy domain -
    a) Mentioned the Resource type and URL to be protected
    b) Authentication Type (Basic)
    c) Autherization Rules (Anyone can acess)
    Issue: When I try to access the application http://<hostname>:7001/myapp
    I expect the webgate/OAM to intercept this request and challenge the user with the basic authentication
    but the request is carried through and the Home page of myapp is displayed.
    Do I need to do some configurations in the webserver (httpd.conf) or deployment descriptors in the application server to get the authentication?
    The application above can also be substituted with Oracle Identity Manager, where I'm getting the same result. I'm able to view OIM Home page without prior authentication. I tried protecting with the following pattern <host variation>/xlWebApp
    I am new to Oracle Access Manager and looking for some guidance.
    Thanks

    Hi Joe,
    1. Please elaborate step2 or guide me to a link where I can configure reverse proxy from Apache Webserver to weblogic. I think here's where I'm going wrong.
    For more details on proxy refer to these links:
    http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs90/plugins/apache.html#119517
    OHS to Weblogic Reverse Proxy configuration Problem
    After this configuration, won't I be able to access the application /myapp running on weblogic through port 7001 and will I have access to it only on port 80 (web s erver default port)?
    You will be able to access the application through 7001, but the request will not be intercepted by OAM. The request will be processed directly by your myApp.
    2. I did some reading and found some instructions on using weblogic SSPI plugin. Is this required at all? When is this used?
    You can use SSPI Connector if you want to protect the weblogic port. i.e., OAM intercepts the request when you access the application on 7001 port.
    Hope this helps
    Hrushi

Maybe you are looking for

  • Reasonably new PIONEER DVD-RW DVR-111D will NOT RECOGNIZE CD's

    I bought a new PIONEER DVR-111D drive to replace my old superdrive about 5-6 months ago. All was fine and good until about 2 weeks ago when it was suddenly unable to recognize CD's. Audio CD's, blank CD's, my highly valued "must insert to play" Halo

  • Problem in  report writer

    I am in the final stages of completing a report in RW that will be exported to Excel. I have formatted the header for by selecting the “Text” button and the “Text to Export” button”. Everything looks great in the export except that I need the report

  • HT201317 issues seeing all photos when transfering from iphone5 to pc/mac

    I'm having issues transferring photos from my iphone5 to pc/mac. I have over 200 photos on my phone however when I go to transfer only the last 20 or so photos are visible to transfer. why is this the case? it was working ok before now I cannot acces

  • System Status of each operation

    I want to pick up system status of each internal operation. Which functional module will be helpful in such  case. Regards, VM

  • IE 11 Enterprise Mode Sites List - Must Force IE 8 Emulation to Default or Disaster

    I've gone through about 100 postings thus far and not sure what I'm missing. I have a scenario where 98% of the sites internal are IE8 compatible and in some cases IE7.  I was hoping their was an option to default IE 11 to IE 8 Emulation mode but I c