Error running J2EE App on Web AS 6.40

Hi all experts,
I'm triying to implement JSPWiki on Web As 6.40 SP17, I've followed the instructions this blog /people/pankaj.kumar32/blog/2005/09/10/wiki-wiki-world-and-portals
This is what a did:
1.- Downlowded the latest version of JSPWiki from http://jspwiki.org
2.- Extracted the JSPWiki.war
3.- Used deploytool to create a JSPWiki.ear and deployed on server
4.- Started the appplication
5.- Called url http://localhost:50000/JSPWiki/Install.jsp as suggested on jspwiki readme.txt
6.- The first 2 pages were displayed without problen.
But when I try to run the app the server drop this message:
Details: javax.servlet.jsp.JspException: Tag failed, check logs: null
     at com.ecyrd.jspwiki.tags.WikiTagBase.doStartTag(WikiTagBase.java:90)
     at jsp_PageActions1169070742968._jspService(jsp_PageActions1169070742968.java:78)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:537)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.include(RequestDispatcherImpl.java:440)
     at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.include(PageContextImpl.java:138)
     at com.ecyrd.jspwiki.tags.IncludeTag.doEndTag(IncludeTag.java:83)
     at jsp_Header1169070740546._jspx_method_wiki_Include_1(jsp_Header1169070740546.java:65535)
     at jsp_Header1169070740546._jspService(jsp_Header1169070740546.java:13)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:537)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.include(RequestDispatcherImpl.java:440)
     at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.include(PageContextImpl.java:138)
     at com.ecyrd.jspwiki.tags.IncludeTag.doEndTag(IncludeTag.java:83)
     at jsp_ViewTemplate1169070738265._jspx_method_wiki_Include_1(jsp_ViewTemplate1169070738265.java:65535)
     at jsp_ViewTemplate1169070738265._jspService(jsp_ViewTemplate1169070738265.java:22)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:537)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.include(RequestDispatcherImpl.java:440)
     at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.include(PageContextImpl.java:138)
     at com.ecyrd.jspwiki.tags.IncludeTag.doEndTag(IncludeTag.java:83)
     at jsp_LoginForm1169070737203._jspService(jsp_LoginForm1169070737203.java:41)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:537)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:290)
     at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.include(RequestDispatcherImpl.java:440)
     at com.sap.engine.services.servlets_jsp.server.jsp.PageContextImpl.include(PageContextImpl.java:178)
     at jsp_Login1169070735953._jspService(jsp_Login1169070735953.java:130)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:537)
     at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:186)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62)
     at com.ecyrd.jspwiki.ui.WikiServletFilter.doFilter(WikiServletFilter.java:99)
     at com.ecyrd.jspwiki.ui.WikiJSPFilter.doFilter(WikiJSPFilter.java:71)
     at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:374)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
The wierd thing is that the two latest versionsof wiki gives me the same error, please if you have any clue that could help me I'll really appreciate it.
Thanks in advance,
RR.-

Hi,
Make sure that the directory C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB exists and that it is accessible under the user you are logged in as.
Also check the freespace available on the drive c:\
Regards,
Siddhesh

Similar Messages

  • Application error running air app

    My air app is a sildeshow viewer which sends request to the
    server and represents the response data using chart component.
    I encounter a very tricky problem that when this app runs for
    hours it will get a application error, as air dismiss all the
    exception while running, I can not get the stacktrace. I tried
    debug this app in flex builder, but still got a application error
    from air debug launcher without exception stacktrace. That mean adl
    crashed while I run my app.
    The difficulty is that this error does not always occur. It
    happens usually once a week while running , so I can not get the
    location of the error generated.
    The application error is kind of "memory could not be
    written", so did anyone ever face this problem? And is there any
    suggestion for me? I want to know what kind of exception could
    crash adl.
    Thanks very much, it bothers me a lot.

    This kind of error is bug. If you can capture a crash report
    of some kind (use a web search to find out how to do that for your
    OS) and file it as a bug, that'd be great.
    That said, a common cause with applications that run for a
    long time and use lots of data is that they run out of memory. You
    might check your memory use; if it increases without bound, that's
    a sign that your application is leaking.

  • Error Running Oracle Apps and Discoverer at the same time

    Hello,
    We are having trouble running Oracle Apps and Discoverer at the same time on certain user's machines. Here are the specifics:
    The user opens Oracle Apps in Internet Explorer. The user then opens Discoverer in another Internet Explorer windows and receives the following error: Runtime Error! Program: C:\Program Files\Internet Explorer\iexplore.exe abnormal program termination
    As a work around, I installed Firefox on those user's machines. These users run Oracle Apps in Internet Explorer and run Discoverer in FireFox. This has solved the problem in 99% of the cases. However, there is one user who is having FireFox using Discoverer freeze when running Oracle Apps in Internet Explorer.
    Can anyone provide any insight on how I can solve these conflict issues so users can run Oracle Apps and Discoverer at the same time?
    Thanks in advance for your help,
    Carlos

    Hi Michael,
    I agree with you completely. It is reccommended to run 10g on a separate physical server unless you have sufficient resources to run on the same server (which even most large clients do not) Even then, I would recommend a separate server.
    I should have put my comment in context :-)
    a.) I was only stating that it was possible
    and
    b.) whether 10g is installed on the same physical server or separate should not affect the client browser crashing issue that was posted.
    I do have an install with EBS11i and Discoverer 10g on the same physical server and it works fine (this is sandbox/ TEST). Most of my large customers have 10g installed on multiple physical servers due to load balancing (capacity).
    I do work for Oracle. I try to help out on the forum when I can, but it is hit or miss :-(
    I would be glad to discuss anything privately.
    As for the issue at hand, I can reproduce the problem and here is what is occuring.
    I have EBS 11i configured with Jiniator 1.3.24
    I have Discoverer 10g configured with Sun Java plugin 1.4.2_06
    1. If you launch EBS 11i apps and a form with MS IE, then the browser launches the form using Jiniator JRE 1.3.xx (whatever you have configured in AutoConfig for EBS11i)
    2. Next, the user navigates to EBS 11i SSWA and launches a Discoverer workbook.
    What occurs is a child IEXPLORE.exe process is spawned from the parent IEXPLORE.exe process and Discoveer Plus is launched. The parent iexplore.exe process will be attached to the Jiniator JVM. Now if Discoverer is configured with
    a.) Sun Java Plugin or
    b.)a version of Jinitiator that is a different version from what EBS 11i is configured with
    then you may get this conflict.
    It really is an MS IE/JRE conflict with Jinitiator and Sun Java Plugi and the way the broswers attaches to the JVM (IMHO) as this behaviour could be reproduced with other non-oracle java applets.
    You can workaround the situation by:
    a. configure EBS11i and Discoverer to use the same version of Jiniator 1.3.xx
    b. educate the users to open one MS IE browser to connect to EBS11i and then open a second MS IE browser to login to EBS11i SSWA or Discoverer 10g Plus directly to launch workbooks. They need to to this by clicking on the icon and not using File >> New browser. Clicking on the icon will spawn a new parent iexplore.exe process that can attach to a second/different JVM. File >> New Window will spawan a child of the parent.
    c. As you did use two browser versions. MS IE for EBS11 connection and FireFox for Disocverer 10g connection.
    I would choose optoin b, so that you can use Sun Java Plugin with Discoverer.
    Open to any comments. I hope that helps you workaround the problem. The ideal solution is to have EBS 11i use/cerified with the 1.4 or 1.5 JRE. In poking around, I see there is a related post to this on one of Oracle's EBS 11i Product Managers Blog.
    See:
    http://blogs.oracle.com/schan/2006/04/18#a23

  • Can't run J2EE app on AS 10.1.3

    We have J2EE application based on Toplink/ADF/Struts. Our project is maintained in JDeveloper 10.1.2. We had no serious problems deploying our app to AS 10.1.2. But we cannot deploy it on 10.1.3. server. Before any jsp page shows, this internal error is shown:
    500 Internal Server Error
    java.lang.NullPointerException     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:629)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)
    Where can be the problem ? Must we convert aour project into JDeveloper 10.1.3 ? Whe tried it, no success so far. Thanks for any suggestions.

    One small addition - even the simpliest application possible (one jsp, no classes, no data connection) can't run after deploy:
    500 Internal Server Error
    java.lang.NullPointerException     at java.io.File.<init>(File.java:194)     at oracle.jsp.runtimev2.JspServlet.prepareTable(JspServlet.java:564)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:476)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)

  • Running jave apps in web browser

    Hi,
    I'm (very obviously) new to java.
    Longer term I'm looking to develop a distributed application using java. I recently saw a java app that ran in a clients web browser. I assumed that the browser was using java applets, it wasn't. The web page I was looking at clearly had functionality on it that was well beyond that which could be produced by an html page.
    I was told by the person showing me the web page that when the user hit the URL the system would download and install "jar" files if they weren't already installed and the application would run.
    The page had on it a table (datagrid) which could be sorted by clicking on any of the table headings.
    Being new to java I'm unsure what this technology is, if it is not an applet, and how it works. Is anyone out there able to give me a brief high level description of what particular part of the java technology this is (does it require J2SE or J2EE).
    Many thanks...

    1) The "grid" is a JTable component, which is available in applets, providing the plug-in/JRE is of a more recent (1.2+) vintage.
    2) Applets are not HTML - they're little Java programs, which means they can use Swing, which is a much richer UI environment than any HTML page (including DHTML). See #1
    3) Applets are embedded in HTML pages, so they kinda look like they're part of the page, just like using a TABLE tag.
    4) Current JRE/plug-ins cache the applet JAR files, so it's easier to start next time you run across that page.
    5) Web Start is another distribution option, wherein the JRE/plug-in is used to retrieve and update "fat" (stand-alone) applications via a web site, but the browser is not required to run the application. The only time the browser is involved is on the initial download of the application.
    6) J2SE downloads include Web Start.
    Methinks you'd be better off studying and understanding the Java technologies better before you decide you're going to use it...

  • Error deploying ADF App (Fusion Web Application) to JBOSS 7.1.1.Final

    When i'm deploying ADF App in JBOSS 7.1.1.Final AppServer it gives me the following in JDeveloper 11g release 2 (11.1.2.2.0):
    [02:53:17 PM] Target platform is (JBoss 5.x).
    [02:53:17 PM] Running dependency analysis...
    [02:53:17 PM] Building...
    [02:53:17 PM] Deploying profile...
    [02:53:17 PM] ADF shared library is not available, implicitly deploying library ADF Controller Runtime
    [02:53:17 PM] ADF shared library is not available, implicitly deploying library ADF Controller Schema
    [02:53:17 PM] ADF shared library is not available, implicitly deploying library ADF Page Flow Runtime
    [02:53:18 PM] Wrote Web Application Module to C:\JDeveloper\mywork\ola\ViewController\deploy\ola_ViewController_webapp.war
    [02:54:48 PM] Copied C:\JDeveloper\mywork\ola\ViewController\deploy\ola_ViewController_webapp.war to //10.10.1.11/jboss-as-7.1.1.Final/standalone/deployments/ola_ViewController_webapp.war
    [02:54:48 PM] Elapsed time for deployment: 1 minute, 30 seconds
    [02:54:48 PM] ---- Deployment finished. ----
    On the JBoss side it gives me the stack error: [http://justpaste.it/zom]
    I can´t understand what's missing.
    Thanks in advance.

    Ok finally i've done it...it deployed with no errors.
    But now when i look it in my browser it just shows me:
    <?xml version='1.0' encoding='windows-1252'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx" id="pt1">
    <f:facet name="center"/>
    <f:facet name="header"/>
    <f:facet name="end"/>
    <f:facet name="start"/>
    <f:facet name="branding"/>
    <f:facet name="copyright"/>
    <f:facet name="status"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    Now i'm out of ideas.

  • Hom System Copy- Error running J2ee migration tool kit

    Good Day Guys,
    Im performing homogenous system copy.I have encountered below error:
    INFO 2008-10-20 13:05:33
    Output of C:\j2sdk1.4.2_18-x64\bin\java.exe -classpath D:/usr/sap/LE1/SYS/global/sltools/sharedlib/launcher .jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport D:/usr/sap/LE1/SYS/global/sltools/jmt;D:/usr/sap/LE1 /SYS/global/sltools/sharedlib import.switch resume downtime mti.properties is written to the logfile C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS/runJmt.log.
    WARNING 2008-10-20 13:05:34
    Execution of the command "C:\j2sdk1.4.2_18-x64\bin\java.exe -classpath D:/usr/sap/LE1/SYS/global/sltools/sharedlib/launcher .jar;. com.sap.engine.offline.OfflineToolStart com.sap.sdt.jmt.migrationtool.MigrationToolImport D:/usr/sap/LE1/SYS/global/sltools/jmt;D:/usr/sap/LE1 /SYS/global/sltools/sharedlib import.switch resume downtime mti.properties" finished with return code 27. Output:
    ERROR 2008-10-20 13:05:34
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION: See output of logfile C:\Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS//runJmt.log: ''.
    ERROR 2008-10-20 13:05:34
    CJS-20068 Error when running the J2EE Migration Toolkit.<br>SOLUTION: See output of logfile C:\Program Files/sapinst_instdir/ERP/LM/COPY/MSS/SYSTEM/CENTRA L/AS//runJmt.log: ''.
    ERROR 2008-10-20 13:05:34
    FCO-00011 The step RunMigrationController with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_One host_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind |ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|in d| ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind |ind|ind|2|0|RunMigrationController was executed with status ERROR .
    INFO 2008-10-20 13:06:29
    An error occured and the user decide to stop.\n Current step "|NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_On ehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|in d|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|i nd|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind |ind|ind|ind|2|0|RunMigrationController".
    I have checked the runjmt.log its empty.
    I did find a note 966752.but couldnt solve the problem.Another thing do we need to have same version of j2sdk,mine are different on source(ia64) and target(x64).
    Please advice.
    BasisNerd

    CAn you precise also what Migration tool are you using?
    Migration from 5.1 to SAP BPC 7.0 NW?
    In that case when you are speaking about the installation about what part are you speaking?
    I think actually you are speaking about the migration tool from 4.2 to 7.0 Microsoft version .
    In that case you can install the mIgration tool just with SAP BPC sys admin users and you have to input the password for that user. Sys admin user for BPC is usually the user used for installation of SAP BPC server.
    Any way I suggest to follow the Migration tool training document and there you will find all the information necessary.
    Regards
    Sorin Radulescu

  • FRM-92160 Error running forms on the web

    Hi,
    I'm geting "FRM-92160: WEB client version too old." error when I try to run a form off the web. This form was running perfectly fine till yesterday. Is it because something was changed in server setting ?? please advice.

    Hi
    Iam also facing the same problem.
    What i did was installed IAS and patch 4 on the server and tried to connect thro the browser.
    Did anyone help throw some light on this issue.
    Thanks
    Giriraj
    there is another thread with the same questions (do you guys work in teh same office!!).
    Check out that tread for suggestions
    Regards
    Grant Ronald

  • Syntax error running J2EE server

    I am trying to run the J2EE server in windows 98, I have set all of the enviroment variables but recieve 3 syntax errors when I run the J2EE program, it then attempts to run java but it acts as though the program has been run with no arguments passed and just tells me the possible arguments for the java program, could u please help me

    Leviking ... what do you mean by a non-server machine?a non server machine is called a workstation, it is usually a machine that other machines on the network do not depend on.
    If I have a j2ee server (for example JBoss, Websphere, Resin, etc.) installed and running on my machine (be it >win95), I'm in business, ain't I?sure but if you follow your class well you know that a J2EE server is a distributed server that enables clients(workstations) to access a large object store ( bin) and that centrelizes the informations, that's why a win 98 machine alone is only good for developping and learning at home and will be no good to a business for example.
    If you mean that the machine won't be able to handle the load ... well, for testing and learning ... there ain't no load >so that be the purpose! your definetly right here to learn and try stuff it's good but load control is an important part of a well develop j2ee application. and i tough you would of like to know it
    keep up the good work

  • Re-install Lion, reinstall 10.6.8 combo, error running Mac App Store

    I need to re-download and install Lion. To do so I need to get to the App Store.
    To get to the App Store I need the App Store installer for Mac OS X 10.6.8, the
    latest Snow Leopard.
    I cannot go to the Mac App Store because the App Store program I have is for
    Lion, not Snow Leopard. I moved the Lion App Store application out of the
    Applications folder and deleted it and ran Software Update, SU says I'm up
    to date. So I download the OS X 10.6.8 Combo update.
    I try to run that Mac App Store application and got a memory dump looking
    dialog that says I had an unknown error and it may be because the version of the Mac App Store
    I tried to run is for the wrong version of OSX. This  the error I got when I ran the Lion version
    of the Mac App Store application resulting in my deleting it back before I installed the Combo update for 10.6.8.
    Perhaps I missed deleting another component still hanging around from Lion?
    Any ideas of what to try next?

    I was on the delevoper's list for LIon and have now had to put a new hard drive in and want to reinstall Lion on my new hard drive but when I go to App store and sign in, under purchases it says I have not purchased anything.
    Any ideas as to how to get back to Lion?
    GH

  • XDK Beta and J2EE app with web services

    Does anyone have experienced problems by using the XML parser from XDK v10/v9204? I have created a custom library to point to the XDK's parser and deleted the Oracle XML parser v2 included in JDev. My application also includes Oracle SOAP... and I was wondering if this configuration will run? Having Oracle SOAP and a Parser different from the original one? Will this work?

    I think you will have problems regardless of the approach you take. I have followed up on this and here are the choices you have to use the new 9.2.0.4 parser, as I understand it, in your application:
    1. Delete/backup the old xmlparserv2.jar and replace it with the new one. As there seems to be some new dependencies associated with it (for example xmlmesg.jar), you have to make sure this too is included.
    2. When you start OC4J you can pass in the -Xbootclasspath parameter the location of your jar files (e.g. the new parser and associated files). Those files will override the ones that are hardwired into OC4J - e.g.
    java -Xbootclasspath/a:D:\temp\xdk\lib\xmlparserv2.jar -jar oc4j.jar
    I did option one and then tried working with a number of different Web services that previously worked out of the box and they no longer worked - I got a number of parser errors during the build and run phases.
    What this suggests to me, and I believe this is how Oracle Support would treat this, is that the XDK 9.2.0.4 can be used stand alone and the components should work together. If you try to engineer the 9.2.0.4 XDK into the 9.0.3 OC4J/JDev environment, it may or may not work but you unfortunately won't be supported as the only supported configuration is that which is shipped as a product. As far as I know that has been the way the one off XDK's have generally been treated unless it was subsequently indicated by Oracle Support that a particular one-off XDK fixed issues - as far as I know that has not been said for XDK 9.2.0.4 and the 9.0.3 OC4J/JDev stack.
    In your case because you would like to use SOAP, the soap.jar that ships with the XDK and should work with the XDK stack is unfortunately out of date. Your natural reaction to try to use the updated one is however where you will run into trouble as no one has regression tested 9.2.0.4 against the 9.0.3 soap.jar files.
    Sorry for the long answer but hopefully it clarifies.
    Mike.

  • Error Running javafx app by jnlp at browser : CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-EjbClient.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=5185

    Some one can help me with this issue?
    i using netbeans 7.4 to generate and start my javafx application, the application works fine running on desktop but when i try run in chrome/firefox or ie browser i have the erros below.
    ps: all jar are signed and all permissions are granted.
    Thanks a lot!
    Davis
    Plug-in 10.45.2.18 do Java
    Usando a versão do JRE 1.7.0_45-b18 Java HotSpot(TM) Client VM
    Diretório home do usuário = C:\Users\Davis Gordon
    c:   limpar janela da console
    f:   concluir objetos da fila de finalização
    g:   coleta de lixo
    h:   exibir esta mensagem de ajuda
    l:   descartar lista de carregadores de classes
    m:   imprimir uso de memória
    o:   log do trigger
    q:   ocultar console
    r:   recarregar configuração da política
    s:   descartar propriedades do sistema e de implantação
    t:   descartar lista de threads
    v:   descartar pilha de threads
    x:   limpar cache do carregador de classes
    0-5: definir nível de rastreamento como <n>
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-EjbClient.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=5185
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-App-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=116706
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/App-Painel-Controle.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=141981
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/Tedros-Box.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=200921
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core-Model.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=47516
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Core.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=108000
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-DataAccess-Model-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=13588
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-DataAccess-Server-API.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=32124
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Exception.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:13 BRST 2013,length=2624
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-Util.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=15348
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/Tedros-FXComponents.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=282972
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/commons-collections-3.2.1.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=583672
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/eclipselink-jpa-modelgen_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=12387
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/commons-lang3-3.1.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:14 BRST 2013,length=319222
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/javax.persistence_2.0.4.v201112161009.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:20 BRST 2013,length=128747
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/jfxrt.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=15117378
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/openejb-client-4.5.2.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=318492
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/javaee-api-6.0-5.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:20 BRST 2013,length=989597
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/org.eclipse.persistence.jpars.source_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=65144
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/spring-beans-3.0.7.RELEASE.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=563508
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/org.eclipse.persistence.jpars_2.4.1.v20121003-ad44345.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:23 BRST 2013,length=93694
    CacheEntry[file:/C:/Desenv/Projetos/workspace_beta02/Tedros-Box/dist/lib/eclipselink.jar]: updateAvailable=false,lastModified=Thu Dec 12 20:23:19 BRST 2013,length=8449501
    JNLP
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="Tedros-Box.jnlp">
      <information>
        <title>Tedros-Box</title>
        <vendor>Davis Gordon</vendor>
        <description>null</description>
        <offline-allowed/>
      </information>
      <resources>
        <jfx:javafx-runtime version="2.2+" href="http://javadl.sun.com/webapps/download/GetFile/javafx-latest/windows-i586/javafx2.jnlp"/>
      </resources>
      <resources>
        <j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
        <jar href="Tedros-Box.jar" size="200921" download="eager" />
        <jar href="lib/App-Painel-Controle.jar" size="141981" download="eager" />
        <jar href="lib/Tedros-App-API.jar" size="116706" download="eager" />
        <jar href="lib/Tedros-Core-EjbClient.jar" size="5185" download="eager" />
        <jar href="lib/Tedros-Core-Model.jar" size="47516" download="eager" />
        <jar href="lib/Tedros-Core.jar" size="108000" download="eager" />
        <jar href="lib/Tedros-DataAccess-Model-API.jar" size="13588" download="eager" />
        <jar href="lib/Tedros-DataAccess-Server-API.jar" size="32124" download="eager" />
        <jar href="lib/Tedros-Exception.jar" size="2624" download="eager" />
        <jar href="lib/Tedros-FXComponents.jar" size="282972" download="eager" />
        <jar href="lib/Tedros-Util.jar" size="15348" download="eager" />
        <jar href="lib/commons-collections-3.2.1.jar" size="583672" download="eager" />
        <jar href="lib/commons-lang3-3.1.jar" size="319222" download="eager" />
        <jar href="lib/eclipselink-jpa-modelgen_2.4.1.v20121003-ad44345.jar" size="12387" download="eager" />
        <jar href="lib/eclipselink.jar" size="8449501" download="eager" />
        <jar href="lib/javaee-api-6.0-5.jar" size="989597" download="eager" />
        <jar href="lib/javax.persistence_2.0.4.v201112161009.jar" size="128747" download="eager" />
        <jar href="lib/jfxrt.jar" size="15117378" download="eager" />
        <jar href="lib/openejb-client-4.5.2.jar" size="318492" download="eager" />
        <jar href="lib/org.eclipse.persistence.jpars.source_2.4.1.v20121003-ad44345.jar" size="65144" download="eager" />
        <jar href="lib/org.eclipse.persistence.jpars_2.4.1.v20121003-ad44345.jar" size="93694" download="eager" />
        <jar href="lib/spring-beans-3.0.7.RELEASE.jar" size="563508" download="eager" />
      </resources>
    <security>
      <all-permissions/>
    </security>
      <applet-desc  width="1280" height="760" main-class="com.javafx.main.NoJavaFXFallback"  name="Tedros-Box" >
        <param name="requiredFXVersion" value="2.2+"/>
      </applet-desc>
      <jfx:javafx-desc  width="1280" height="760" main-class="com.tedros.Tedros"  name="Tedros-Box" />
      <update check="always" policy="always"/>
    </jnlp>

    I could be wrong, but I don't think these aren't errors. These are just telling you where your jar files are coming from. In your case, they are coming from cached entries. You probably want to clear your cache. I do this by running javaws -uninstall and then javaws -clearcache

  • Errors running Java app on Mac OSX

    Hello,
    I've written a Java application and packaged it as a JAR file that runs fine on Windows. When I try to run it on
    Mac OSX, though, I get the following error:
    % java -jar Clavis.jar
    Exception in thread "main" java.lang.NoClassDefFoundError:
    java/awt/KeyEventDispatcher
    at Clavis.main(Clavis.java:7)
    I'm assuming this means that the program needs and is somehow not getting access to the java.awt.* classes it requires. How can I tell it where they are? Is it possible to do this within the JAR file so that users don't have to configure this manually?
    Five dukes for the first good answer!
    Thanks much--
    David

    From Apple's Java FAQ:
    Q: When will Apple have an implementation of J2SE 1.4 available?
    A: A Java 1.4 Developer Preview was released at WWDC2002 to all seeded ADC members. This pre-release has only been qualified against the WWDC Jaguar seed, and has not been qualified against any other seeds/builds, including the final release of Mac OS X 10.2. It is for this reason that the WWDC preview has remained unavailable to ADC members, even though Jaguar has shipped.
    The product development cycle includes plans to seed an additional, more complete prerelease version of J2SE 1.4.1 to developers. Specific dates for releases have not been determined and are in part dependent upon Sun's release schedule. Please note that J2SE 1.4.x will not be available in any form for versions of Mac OS X prior to 10.2.
    If it follows the same pattern as past releases, the answer to your question will probably be months, albeit a low number of them, from Sun's official release date of 1.4.
    -SC

  • Error when running "J2ee SDK" -  j2ee server

    Hi,
    When running: C:\j2sdkee1.3.1\bin>j2eeadmin I get the follwoing error:
    Binding: < JMS Cnx Factory : TopicConnectionFactory ,
    Binding: < JMS Cnx Factory : QueueConnectionFactory ,
    Starting web service at port: 8000
    Starting secure web service at port: 7000
    J2EE SDK/1.3.1
    LifecycleException: null.open: java.net.BindExcepti
    JVM_Bind
    at org.apache.catalina.connector.http.HttpCon
    ctor.java:1116)
    at org.apache.catalina.startup.Embedded.start
    at com.sun.web.server.WebService.start(WebSer
    at com.sun.web.server.WebServer.start(WebServ
    at com.sun.enterprise.server.J2EEServer.start
    796)
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    java.lang.RuntimeException: null.open
    at com.sun.enterprise.server.J2EEServer.run(J
    at com.sun.enterprise.server.J2EEServer.main(
    J2EE server reported the following error: null.open
    Error executing J2EE server ...
    Please advise.
    Thanks,
    Gabi

    405 errors in the HTTP cycle
    Any client goes through the following cycle:
    * Obtain an IP address from the IP name of your site (your site URL without the leading 'http://'). This lookup (conversion of IP name to IP address) is provided by domain name servers (DNSs).
    * Open an IP socket connection to that IP address.
    * Write an HTTP data stream through that socket.
    * Receive an HTTP data stream back from your Web server in response. This data stream contains status codes whose values are determined by the HTTP protocol. Parse this data stream for status codes and other useful information.
    This error occurs in the final step above when the client receives an HTTP status code that it recognises as '405'.
    Resolving 405 errors - general
    405 errors often arise with the POST method. You may be trying to introduce some kind of input form on your Web site, but not all ISPs allow the POST method necessary to process the form.
    All 405 errors can be traced to configuration of the Web server and security governing access to the content of the Web site.

  • How to run a background process in a J2EE App ?

    Hi guys,
    Here is the requirement which totally stumped me.
    " The web app should have a feature like a background process or something like cron jobs.. which keeps on running in the background and at a particular time each day calls a method". User intervention is not an option.
    Now had this been a stand alone app .. I could have done this using Threads.. but i cant possibly use threads in a J2EE app. Any pointers.. how I can go about realizing this
    Thanks for your replies.
    Cheers!

    You could take the approach that SoulTech mentioned and spawn a new thread from the Servlet's init method. To have the servlet invoke this method with no intervention, you would need to set the following parameter in your servlet definition in your web.xml:
    <servlet>
      <servlet-name>MyStartupServlet</servlet-name>
      <servlet-class>com.my.company.MyStartupServlet</servlet-class>
      *<load-on-startup>1</load-on-startup>*
    </servlet>When you deploy your application, the servlet will be loaded, and its init method will be called.
    If your application is running in a servlet container, I believe you are allowed (by the specification) to spawn your own threads, but you should do so carefully. Since you're writing a scheduler and not some kind of worker threads that are messing with your database, I think you should be okay. Still, just to keep it clean you should add any clean-up logic you may need to your servlet's destroy method. I know that in an EJB container, spawning your own threads can definitely be a problem and the container makes no guarantees that they will function correctly. The J2SE Timer class could be used if you're not using EJB, but the Timer class doesn't have support for J2EE - that's at least part of what led to the introduction of the timer beans in J2EE 1.4. If you're already using EJB, especially EJB 3.0, then the timer service provides a convenient built-in mechanism to do exactly what you want.
    There are always multiple ways to solve any problem...
    Edited by: proflux on May 15, 2008 1:04 PM

Maybe you are looking for

  • How to remove additional of search help?

    In complex standard of search help S_MAT1 has added the additional of search search help ZTEST_SEARCH, now I wish to remove the additional  of search help ZTEST_SEARCH, but at removal attempt the error stands out: "Because of use in objects of the di

  • How do I access the clean start option?

    Hi people, looking for someone kind enough to let me know how to access the "clear start" function. Thank you =)

  • How do I set the transition between access points would be fine?

    Hello everyone, We have an organization Wirless controller 2504 with 20 aironet access-point (700 series) Once I defined  all the access points I noticed that the transition between them is not working fine... I mean that clients can not walk around

  • SAPCCMSR agent gets status SHUTDOWN

    All, I have installed the monitoring package for SAP Business Connector (on AIX) to facilitate monitoring of the SAP BC. This uses a SAPCCMSR agent which runs on the SAP BC machine, collects data, and sends this to the SAP Monitoring system CCMS. Thi

  • PL cannot be taken more than three occasions in a calendar year

    Dear All, I am new in SAP-HR  TIME MANAGEMENT. My client  was implemented negetive time management. I need to configure the leave rules . .My first issue on "PL cannot be taken more than three occasions in a calendar year". Please help me if anybody