Error while runing a web application

hi
I go this error whie trying toopen a web client over the application server
Sun Java System Application Server 8 ic hecked the jsp and found no errors on the jsp
could some one please help me solve this and what is the path setting for JDK that is to be followed while using Sun Java System Application Server 8
thank you
this the error that i got
org.apache.jasper.JasperException: Unable to compile class for JSP
No Java compiler was found to compile the generated source for the JSP.
This can usually be solved by copying manually $JAVA_HOME/lib/tools.jar from the JDK
to the common/lib directory of the Tomcat server, followed by a Tomcat restart.
If using an alternate Java compiler, please check its installation and access path.
     org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:132)
     org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:356)
     org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:420)
     org.apache.jasper.compiler.Compiler.compile(Compiler.java:463)
     org.apache.jasper.compiler.Compiler.compile(Compiler.java:444)
     org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:557)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:306)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:253)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     java.lang.reflect.Method.invoke(Method.java:324)
     org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
     java.security.AccessController.doPrivileged(Native Method)
     javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
     org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
     org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
note The full stack trace of the root cause is available in the Sun-Java-System/Application-Server-PE-8.0 logs.
I could not find the log file too

I think you have an error in some of your JSP files. Have you seen the server's log?
Best regards.
Antonio Varela.

Similar Messages

  • 500 Internal Server Error while using BEx Web Application

    Hello All,
    Kindly help me in resolving below issue which is getting popped up for only few people, when they are clicking some of the MSS links.
    500 Internal Server Error
    Failed to process request;contact your system administrator
    Error Summary
    Exception occured while processing the current request;this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    Cannot get connection for 60 seconds. Possible reasons: 1) Connection are cached within System Thread (can be any server service or code invoked within SystemThread in the SAP J2EE Engine), 2) The pool size of adapter "SAPFactory" is not enough according to the current load of the system
    Regards,
    Ananda Swaroop

    Hello Blanca,
    As this is happening in our production system, Since sap note in your reply is very helpful, we are looking to implement in DEV,INT and then in production.
    After testing, I will update result in this thread.
    Thanks for your reply.
    Regards,
    Ananda Swaroop

  • ERRORS WHILE ACCESSING A WEB APPLICATION BASED ON BIBEANS BIB-14657

    My goal was to build a web application based on BIBeans. I developed it in JDeveloper 10g. It was tested on my own computer in the JDeveloper environment
    (Windows XP, PIII 866MHz, RAM 512MB) as well as on my local server (Windows 2000, PIII 1GHz, RAM 1GB) in the JDeveloper and OAS10g environment. Everything worked fine. When I deployed the application on my (let's call it) production server (Windows 2003 Server Enterprise Edition Service Pack 1, 2 x Dual Xenon 3.2GHz, 64-bit, RAM 4GB, L2 1MB) on OAS10g, while accesing the application via
    internet explorer (MS IE, Mozilla Firefox) I got errors (launching the application in JDeveloper failed even sooner as OC4J (embedded) was no able to
    start).
    I would like to mark that on every machine I uset the same version of JDeveloper and the same version of OAS10g.
    Other applications deployed on the OAS10g on the production server operate.
    Unfortunately in application and OAS10g logs there is nothing interesting.
    While deploying I followed instructions from:
    http://www.oracle.com/technology/products/bib/htdocs/904/tech_notes/oc4j/new_oc4j_unix.html
    I get it in my internet explorer:
    javax.servlet.jsp.JspException: BIB-14122: Nie udało się utworzyć podanego obiektu StorageManager.
    BIB-14657 Wykryto niezgodną wersję schematu Katalogu BI Beans. PLSQL jest w wersji null, a Java - w wersji 3.2.1.0.13.
    at oracle.dss.addins.jspTags.BIBaseHandlerTag.doStartTag(BIBaseHandlerTag.java:72)
    at oracle.dss.addins.jspTags.ExplorerDetailTag.doStartTag(ExplorerDetailTag.java:25)
    at Open1.jspService(_Open1.java:79)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequest Dispatcher.java:322)
    at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    An english equivalent of the beginning of this trace should be like:
    javax.servlet.jsp.JspException: BIB-14122: The specified StorageManager could not be created: BIB-14657 An incompatible version of the BI Beans Catalog schema detected. PLSQL Version is null and Java Version is 3.2.1.0.13.
    I would like to place here a piece of trace that I got after I had run a regular java application based on BIBeans on my production computer. It may be helpful.
    Microsoft Windows [Wersja 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    c:\TEMP\20050613>set JAVA_HOME
    JAVA_HOME=C:\JDeveloper\jdk
    c:\TEMP\20050613>set JDEV_ORACLE_HOME
    JDEV_ORACLE_HOME=C:\JDeveloper
    c:\TEMP\20050613>test.bat
    c:\TEMP\20050613>C:\JDeveloper\jdk\bin\java.exe -verbose -ojvm -classpath
    C:\work\JDeveloperApps\BIBeans04\BIClient\classes;C:\JDeveloper\bibeans\lib\biaddinsrt
    .jar;C:\JDeveloper\bibeans\lib\biamlocal.jar;C:\JDeveloper\bibeans\lib\bicmn.jar
    ;C:\JDeveloper\bibeans\lib\bidataclt.jar;C:\JDeveloper\bibeans\lib\bidatacmn.jar
    ;C:\JDeveloper\bibeans\lib\bidatasvr.jar;C:\JDeveloper\bibeans\lib\biext.jar;C:\
    JDeveloper\bibeans\lib\cycki.jar;C:\JDeveloper\bibeans\lib\bipres.jar;C:\JDevelo
    per\bibeans\lib\bidata-nls.zip;C:\JDeveloper\bibeans\lib\bipres-nls.zip;C:\JDeve
    loper\bibeans\lib\bicmn-nls.zip;C:\JDeveloper\bibeans\lib\biaddins-nls.zip;C:\JD
    eveloper\jlib\share.jar;C:\JDeveloper\jlib\jewt4.jar;C:\JDeveloper\jlib\jewt4-nl
    s.jar;C:\JDeveloper\BC4J\lib\bc4jmt.jar;C:\JDeveloper\BC4J\lib\collections.jar;C
    :\JDeveloper\BC4J\lib\bc4jct.jar;C:\JDeveloper\lib\xmlparserv2.jar;C:\JDeveloper\
    jlib\jdev-cm.jar;C:\JDeveloper\jlib\ojmisc.jar;C:\JDeveloper\jdbc\lib\classes12
    .jar;C:\JDeveloper\jdbc\lib\nls_charset12.jar;C:\JDeveloper\bibeans\lib\olap_api
    .jar biclient.BIApplication1
    269484032 (263168 Kb) bytes reserved for Main GC page pool at address 61910000
    64 (64)/ 16448 Page of 8192 bytes (8 Kb)
    Red limit = 1503239760 (1468007 Kb), Orange limit = 1352915730 (1321206 Kb)
    [Loaded native library C:\JDeveloper\jdk\jre\bin\verify.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\java.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\zip.dll]
    [Loaded java.lang.Object from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Class from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.io.Serializable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Cloneable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.String from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Comparable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.CharSequence from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Void from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Boolean from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Byte from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessorImpl from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessorImpl from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Reference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.SoftReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.WeakReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.FinalReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.PhantomReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Finalizer from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.NullPointerException from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.RuntimeException from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    c:\TEMP\20050613>
    The ORACLE_HOME for the database Oracle 10g is: C:\Oracle\Oracle10g
    The ORACLE_HOME for the OAS10g is: C:\Oracle\OAS10g
    PATH=C:\Oracle\Oracle10g\bin;C:\Oracle\OAS10g\bin;C:\Oracle\OAS10g\jlib;\1.4.2\b
    in\client;C:\Oracle\Oracle10g\jre\1.4.2\bin;C:\Oracle\Oracle10g\bin;C:\WINDOWS\s
    ystem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL
    Server\80\Tools\Binn\
    I used the same version of BIBeans (bibeans1012.zip - 25 833 300 Bytes) to create BIBeans Catalog in the database as well as to upgrade my JDeveloper where I build my WAR applications. In adition to this, as I mentioned before, my application (the same WAR file, the same database) works fine when deployed on diffrent computer. Besides there is such a difference that my database where is my BIBeans catalog installed resides on the same computer (production machine) where the OAS10g (this one which generates the error BIB-14657). The database and the OAS10g has different ORACLE_HOME.

    Can you please log a TAR with Oracle Support using Metalink to resolve this issue. They can help you collect all the log and trace files to determine the why this problem is occuring.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • WEB.XML gives me an error while deploying a Web Application in Weblogic 5.1

    I have a Web.xml which I copied the one from their documentation and edited for my servlet specific data. When I try to deploy it I am getting the following error.
              Wed Nov 15 17:10:37 EST 2000:<E> <HTTP> Error reading Web application 'C:/tomcat
              /webapps/La/'
              java.net.UnknownHostException: java.sun.com
              Can you throw some light on this? I have included the first three lines from the WEB,XML file where weblogic is choking.
              <?xml version="1.0" encoding="UTF-8"?>
              <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'
              'http://java.sun.com/j2ee/dtds/webapp_2_2.dtd'>
              Thank You
              Trisula P. Siripurapu
              

              Hi Jacek,
              Thank you for your suggestion. I changed the Web App version to 1.2 instead of 2.2. It worked. Thanks once again for the timely response. I really do appreciate it.
              Trisula Pani Siripurapu.
              Jacek Laskowski <[email protected]> wrote:
              >"Trisula P. Siripurapu" wrote:
              >>
              >> I have a Web.xml which I copied the one from their documentation and edited for my servlet specific data. When I try to deploy it I am getting the following error.
              >> Wed Nov 15 17:10:37 EST 2000:<E> <HTTP> Error reading Web application 'C:/tomcat
              >> /webapps/La/'
              >> java.net.UnknownHostException: java.sun.com
              >
              >I remember having the same problem before I added the latest service
              >pack (SP 6). If you don't want to download it, just change DOCTYPE to
              >
              ><!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application
              >1.2//EN' 'http://java.sun.com/j2ee/dtds/webapp_2_2.dtd'>
              >
              >and it should work. Notice the change of Web Application version - 1.2
              >rather then 2.2. I'm (almost) sure, I saw one example - examples/webapp
              >(?) - with this header. Take a look at the accompanying examples.
              >
              >When you apply SP6, things should work as they suppose to.
              >
              >> Trisula P. Siripurapu
              >
              >Jacek Laskowski
              

  • Error while installing a web-application

    Hi,
    the error shown belov occurs when i try to install a web application.
    The application is inside an .ear application.
    the reffering line in the web.xml is :
    <web-app application="myweb" name="myweb-web" root="/myweb" load-on-startup="true" />
    if i set the load-on-startup Value to false, the error occurs later when i try to run the application (i think the action lead to the start of the application)
    can anybody help me ?
    Thanks
    Mathias Schacht
    java.lang.NullPointerException
    at com.evermind.server.http.HttpApplication.initDynamicLoaders(HttpApplication.java:4592)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:466)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:337)
    at com.evermind.server.Application.getHttpApplication(Application.java:444)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:581)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:478)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:222)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:240)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:146)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:1546)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:997)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:65)
    at java.lang.Thread.run(Thread.java:484)
    at com.evermind.util.ThreadPoolThread.run (ThreadPoolThread.java:47)

    Hi Mathias,
    Have you tried running OC4J in debug mode? Here is the command for
    launching OC4J using all the debug flags I know. Note that most of
    this information came from the following site:
    http://www.atlassian.com
    Here is the command line (formatted for easy reading -- you need to
    reformat into one long command line):
    java -Dtransaction.log="console"
    -Dejb.debug.state=true
    -Dejb.assert=true
    -Drmi.debug=true
    -Drmi.verbose=true
    -Djdbc.debug=true
    -Djdbc.connection.debug=true
    -Ddatasource.verbose=true
    -Ddebug.jdbc.check=true
    -jar orion.jar -verbosity 10
    -out <output log file>
    -err <error log file>
    The "-out" and "-err" options capture standard output and standard
    error to log files that you supply names for.
    I suggest playing around with these settings (using different combinations
    of them) and see if you can get some more information regarding your
    error message.
    Hope this helps.
    Good Luck,
    Avi.

  • Bobj is undefined error while debugging a web application

    Hello, I am developing an asp.net web application in which I display a report, and testing it by using a sample (dummy) report that's saved on the computer's hard drive.  In design mode, the report displays properly, when when I try to debug the site on my machine (the server in this case, but it should work on any computer, since debugging is done on localhost), the site crashes and returns a Microsoft JScript error 'bobj is undefined'.  I have already tried moving the CrystalReportsViewer folder to be a sub-directory of the application (physical and virtual), as well as adding a script tag to refer to the location of the .js files in that directory, but nothing seems to fix the error.
    I recently tried installing the fix-packs and service packs for crystal reports, but the problem persists.
    I"m running Windows 7, VS 2008, Crystal Reports 2008, and IIS 7.  Thank you in advance.

    Hi;
    Compiling as 32 bit is only available for a Windows based application, not a Web one. You need to configure IIS to run either 32 or 64 bit.
    As for the bobj undefined error, try these kbases:
    [Bobj|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233373338333933353332%7D.do]
    [Undefined|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333033363335%7D.do]
    Regards,
    Jonathan

  • Error while deploying ADF web application from JDeveloper 11g to Web Logic

    Hi,
    I developed application following "Developing RIA Web Applications with Oracle ADF" tutorial.
    It works fine when started locally, from JDevelopwr 11g (11.1.1.1.0).
    I tried to deploy it to remote Oracle WebLogic Server (10.3.1, with ADF libraries installed) from JDeveloper, but got:
    +[02:29:00 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application HRDemo on AdminServer.: Failed to load webapp: 'HRDemo.war'.+
    +[02:29:00 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'HRDemo.war'+
    +[02:29:00 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet+
    +[02:29:00 PM] See server logs or server console for more details.+
    +[02:29:00 PM] weblogic.application.ModuleException: Failed to load webapp: 'HRDemo.war'+
    +[02:29:00 PM] #### Deployment incomplete. ####+
    +[02:29:00 PM] Deployment Failed+
    Tried to add "ADF Common Web Runtime" to deployment profile's "Libraries selected for deployment" but than got:
    +[02:52:44 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application HRSystem_ViewController_webapp1 on AdminServer.: Failed to load webapp: 'HRSystem_ViewController_webapp1.war'.+
    +[02:52:44 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'HRSystem_ViewController_webapp1.war'+
    +[02:52:44 PM] Caused by: java.lang.ClassNotFoundException: oracle.jsp.runtimev2.JspServlet+
    +[02:52:44 PM] See server logs or server console for more details.+
    +[02:52:44 PM] weblogic.application.ModuleException: Failed to load webapp: 'HRSystem_ViewController_webapp1.war'+
    +[02:52:44 PM] #### Deployment incomplete. ####+
    +[02:52:44 PM] Deployment Failed+
    Regards,
    Zdravko.
    Edited by: [email protected] on Sep 10, 2009 2:58 PM

    Hi,
    We did that earlier, too (modified existing domain).
    Also, after that, we created new domain and extended it according to you suggestions but no change.
    Regards,
    Zdravko.
    Edited by: [email protected] on Sep 11, 2009 10:20 AM

  • 503 Service unavailable error while creating a web application

    Hello,
    i ve just installed VS .NET 2003 & .net Connector 2.0.
    i get the following error when creating a web project:
    'http://localhost/webapplication1', HTTP/1.0 503 Service unavailable.
    Have any of you faced this problem ?
    Thanks,
    Jamal

    Hello,
    thanks for the answer.
    No i didn't try to create a web projet before installing NCo.
    I ran C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe  but doesn't help.
    I didn't have NCo 1.x installed before !
    any other help ?
    Thanks,

  • I am getting a error while executing the Web Dynpro Application Page.

    Hi All,
    I am getting a Error while executing a web dynpro application ::: 
    : Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component: Z_WEP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA
    I have checked this error description in ST22  :
    What happened?
        The exception 'CX_WDR_RT_EXCEPTION' was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program
         'CL_WDR_CLIENT_APPLICATION=====CP' has to be
        terminated.
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_WDR_RT_EXCEPTION', was not caught
         and
        therefore caused a runtime error.
        The reason for the exception is:
        Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered. Component:
        Z_XXP_PERSONAL_DATA, View: OVERVIEW, Window: Z_XXP_PERSONAL_DATA
    Can u plz help me regarding this error.
    Thanks,
    Deepika

    >Navigation in Phase WDDOMODIFYVIEW Cannot Be Triggered
    Looks to me like you are trying to fire a navigation plug within WDDOMODIFYVIEW. According to the rules of the WD Phase Model this is not allowed.

  • Error While Deploying A Web Dynpro Appln thru NWDS

    HI,
    I am getting an error while deploying a Web Dynpro Application through NWDS.Following is the Exception
    Aborted: development component '<ComponentName>'/'local'/'LOKAL'/'0.2006.07.26.15.06.05':Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapsbx28] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    When i give a request for deployment it asks for the SDM password. I enter a valid SDM pwd. If i enter  a invalid SDM pwd i get  some other exception. So the pwd SDM entered by me is correct.
    can any one help me in solving this
    regards
    Nilesh Taunk

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

  • Error while testing Service enabled Application module-ADF11g

    Hi All,
    I am facing an error while testing Service enabled Application module.I have followed the documentation avaialble in this link
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcextservices.htm#CJABABJE.
    All the supporting jar files are included in the calling application, but still I am getting class not found exception.
    Error is as follows…
    JBO-29000: Unexpected exception caught: java.lang.RuntimeException, msg=java.lang.RuntimeException: java.lang.ClassNotFoundException: demo.model.common.serviceinterface.AppModuleService: java.lang.RuntimeException: java.lang.ClassNotFoundException: demo.model.common.serviceinterface.AppModuleService
    Jdev version is 11.1.1.2.0 and
    Build JDEVADF_11.1.1.2.0_GENERIC_091029.2229.5536
    Any pointers for the same is highly appreciated.
    Thanks,
    Anusha

    Hi Willian,
    Did you set up your "Model" Project to use the JDK 1.4 and rebuild the application ?
    See " [Deploying to Application Servers That Support JDK 1.4|http://tinyurl.com/lfc6kc] "
    Regards,
    Didier.

  • Runtime Error While executing the WebDynpro Application

    I am getting the Runtime Error While executing the WebDynpro Application. The error message is "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".
    It says like "
    Short text
        No roll storage space of length 9728 available for OCCURS area.
    What happened?
        Each transaction requires some main memory space to process
        application data. If the operating system cannot provide any more
        space, the transaction is terminated.
    But while executing some other Web Dynpro Applications, i am not facing this problem.

    Generally this error is a result of an infinite loop on internal table or select endselect statement where by severs  temporary memory gets full. With no memory to insert new records in temporary memory system generates the dump.
    Check your application or ask basis consultant to look at the memory parameters in instance profile.
    Regards
    Rohit Chowdhary

  • Error while deploying a composite application

    Hi
    I have an error while deploying my composite application.
    It says
    java.lang.NoClassDefFoundError: com/sap/caf/ui/utils/cool/CoolConnectionProperties
    The versions of my NWDS and WAS are 7.0.Please help.
    Thanks,
    ms.

    Hi
    I have added references to libraries with hard reference type.I also added the dc
    tc/conn/connectorframework.
    I still have errors
    => deployment aborted : file:/C:/DOCUME1/pr46715/Local Settings/Temp/temp28823sap.comcarpool~permissions.sda
    Aborted: development component 'carpool/permissions'/'sap.com'/'local'/'20070702161445':
    Caught exception during access of archive "E:\usr\sap\NWS\DVEBMGS01\SDM\root\origin\sap.com\carpool\permissions\local\20070702161445\temp28823sap.comcarpoolpermissions.sda":
    java.lang.RuntimeException: ERROR: Cannot initialize EARReader: Error while initializing Extended Ear Reader using file: E:\usr\sap\NWS\DVEBMGS01\SDM\root\origin\sap.com\carpool\permissions\local\20070702161445\temp28823sap.comcarpoolpermissions.sda. Reason: Exception occurred while reading ear descriptor xml. Reason: Fatal Error: com.sap.engine.lib.xml.parser.ParserException: </ expected(META-INF/application-j2ee-engine.xml, row:10, col:25)Exception is:
    => deployment aborted : file:/C:/DOCUME1/pr46715/Local Settings/Temp/temp28822sap.comcarpool.ear
    Aborted: development component 'carpool'/'sap.com'/'local'/'20070702165134':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/carpool.. Reason: Exception during generation of components of application sap.com/carpool in container EJBContainer.; nested exception is:      com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application sap.com/carpool in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Regards
    ms.

  • Flex error while deploying a VC application

    Hi Experts,
    Though I have rarely worked on VC developments, I have to troubleshoot an issue wherein we are getting following error while deploying a VC Application.
    Error: Error in compiling flex application. Consult log file for details.
    I have got a log file and it has written out 100s of lines of log, however, following is the important part from the log file:
    #00145E9635CE0060000016940015E0C60004A07BE7C55172#1302353936732#/System/Server/VCServer
    #sap.com/VisualComposerServerEar04
    #com.sap.portal.vc.server#ganeshb#35216##n/a##b1528d4062a811e0aedc00145e9635ce
    #SAPEngine_Application_Thread[impl:3]_12##0#0#Debug#1#/System/Server/VCServer#Plain###
    Server Error:Failed to import model - attribute is missing in imported file bytes are <?xml version="1.0" encoding="UTF-8"?>
    Any help on how to resolve this?
    Thanks in advance,
    Ameya
    Edited by: Ameya Pimpalgaonkar on Nov 16, 2011 7:31 AM

    Hi Ameya,
         If its VC 7.0 then you must be using Flash Compiler.Try changing the compiler to Flash at this path
    Tools->Options->Compiler->Change 'Runtime filed to Flash'.I hope this should solve your problem.
    Naga

  • "RABAX" occurs on server side error while testing asynchoronous web service

    I got error while testing asynchronous web service in WS navigator. I have created asynchronouse web service using RFC. Then I configured it in SOAMANAGER. When I tested it, got error "RABAX occurs on server side". Also I got dump in ST22. It is 'UNCHAUGHT_EXCEPTION - CX_SOAP_SEQ_SCD_ERROR'.
    I have tested for synchronous web service it works fine.  I found a difference in both web service WSDL file for below parameters value -
    commit
    blocking
    transaction
    wsrm
    I tried different way .. but no solution .. Plz suggest if someone have any idea.....Its very helpfull....

    your problem:
    Missing class: oracle.tip.adapter.jms.JmsManagedConnectionFactory
    Dependent class: oracle.tip.adapter.fw.wsdl.WSDLUtils
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    It happens when server is custom installed, try to reinstall it as full version and problem should disappear otherwise your need another full installation to retrieve and replace orabpel.jar file from (or maybe more)

Maybe you are looking for

  • LINKING REPORTS

    Hi I linked two reports together with the link component. It's work fine, but when I click on the link the target report open on a same window then the source report. How can I open the target report on a new window ?

  • Muse content moves to bottom in browser, and it's not a footer issue.

    Items I've added to a left column seem to move down the page to below a tabbed box widget in the right hand column. It's leaving a huge blank space in the middle of the page. When I view the source on business catalyst, it looks like the problem left

  • Service order third party

    Hi, I am working on service scenario. Post processing of sales. We are creating service order ECC. First we have to check warratny for product. we have to create service order for product. we dont have resources to repair it. Some third party provide

  • Kernel panic when unmounting AppleShare volume

    Hi, This started recently and I was hoping somebody can help. I have two Mac, an iMac (Core 2 Duo) and a MacBook (Core Duo). The iMac is connected via ethernet and the MacBook wirelessly to a Linksys WRT54G. Whenever I want to share files between the

  • How to download iPod touch history?

    Is there a way I can download history of ipod usage? which application is used and what is typed on ipod touch?