Jre 1.6 vs 1.4, giving exception

See http://www.molo.se/games.php
The game "mines" is working, none of the other 4.
In jre 1.4 all was working, in jre 1.6 only this one (but all are compiling).
Two complete sources provided on
http://www.molo.se/java_1.4_vs_1.6.zip
I have no idea of why one is working and the other one is not...
Does someone here know why the game "colotris" is giving an exception in start(), and why the other one runs without problems?
/Ronnie

Problem solved.
I don't really know why the exception went away, but i added "update(g);" to the empty "void paint(Graphics g)" method. obviously the update method was called automatically in previous versions of the jre.

Similar Messages

  • Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception -Interface not registered(Exception from HRESULT:0X....

    Not able to spy objects in ie9 using coded UI Test Builder Spy, giving exception - "Interface not registered(Exception from HRESULT:0X...."
    I am not able to capture any objects of my web application using coded ui recorder. Even though it is a simple html page, coded ui is showing a message  -"Interface not registered(Exception from HRESULT:0X...."
    Please give me solution , why this is hapening. I am having problem with object identification. Even I am not able to identify any object in google.com.
    swapnanil sengupta

    TechnologyName is displaying as "MSAA" . But my application is a Webapplication.If I try to spy the google .com's search field then also TechnologyName is displaying as "MSAA". Is it any configuration issue of vsts codedui.
    swapnanil sengupta

  • Float value giving exception.

    Hi,
    I am using a bean for a shopping cart. I used this code
    public float getCost()
              Enumeration enum=hashtable.elements();
              String[] tmpItem;
              float totalCost=0.00f;
              while(enum.hasMoreElements())
                   tmpItem=(String[])enum.nextElement();
                   //totalCost += (Integer.parseInt(tmpItem[3]) * Float.parseFloat(tmpItem[2]));
                   totalCost += (Integer.parseInt(tmpItem[3]) * Float.parseFloat(tmpItem[2]));
              return totalCost;
    which is giving me this exception.
    reported this exception: java.lang.Float: method parseFloat(Ljava/lang/String;)F not found. Please report this to the
    administrator of the web server.
    java.lang.NoSuchMethodError: java.lang.Float: method parseFloat(Ljava/lang/String;)F not found at
    ShopBean.getCost(Compiled Code) at Checkout.doGet(Checkout.java:20) at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:715) at
    javax.servlet.http.HttpServlet.service(Compiled Code) at
    com.sun.server.ServletState.callService(Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code) at
    com.sun.server.http.servlet.InvokerServlet.service(Compiled Code) at
    javax.servlet.http.HttpServlet.service(Compiled Code) at
    com.sun.server.ServletState.callService(Compiled Code) at
    com.sun.server.ServletManager.callServletService(Compiled Code) at
    com.sun.server.ProcessingState.invokeTargetServlet(Compiled Code) at
    com.sun.server.http.HttpProcessingState.execute(Compiled Code) at
    com.sun.server.http.stages.Runner.process(Compiled Code) at
    com.sun.server.ProcessingSupport.process(Compiled Code) at com.sun.server.Service.process(Compiled
    Code) at com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
    com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
    com.sun.server.HandlerThread.run(Compiled Code)
    Can any one correct me please?
    Thanks
    Uma

    Hi
    Here is the code which will be calling the bean
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class Checkout extends HttpServlet
         String itemsvalues,itemno;
         String[] tmpItem;
         public void doGet(HttpServletRequest req,HttpServletResponse res)
              try
                   ServletOutputStream sos = res.getOutputStream();
                   ShopBean cart =(ShopBean)req.getSession().getValue("cart");
                   int totalItems = cart.getNumOfItems();
                   System.out.println("totalItems="+totalItems);
                   sos.println("<h4>In Checkout.java</h4>");
                   float totalCost = cart.getCost();
                   sos.println("<h5>Total cost is:"+totalCost+"</h5>");
              catch(Exception e)
                   e.printStackTrace();
    This class is giving me exceptions
    Thanks
    Uma

  • Runtim exec() method not working.....giving Exception

    whts the code to use exec() method. i m using it as follows and also catching exception.
    Runtime r=Runtime.getRuntime();
    Process p=r.exec("java A");
    code is giving IOException at runtime with error=2.

    Here is an example I used when I first needed to test the runtime.exec
    import java.util.*;
    import java.lang.*;
    import java.io.*;
    public class TestRuntime {
        public static void main(String args[])
            try
                Runtime rt = Runtime.getRuntime();
                Process proc = rt.exec("java A");
                InputStream stderr = proc.getErrorStream();
                InputStreamReader isr = new InputStreamReader(stderr);
                BufferedReader br = new BufferedReader(isr);
                String line = null;
                System.out.println("<ERROR>");
                while ( (line = br.readLine()) != null)
                    System.out.println(line);
                System.out.println("</ERROR>");
                int exitVal = proc.waitFor();
                System.out.println("Process exitValue: " + exitVal);
            } catch (Throwable t)
                t.printStackTrace();
    }Are you waiting for the process to end before exiting your program?

  • "completed" status tasks in UWL giving Exception...

    Hi All,
    Once the Request is approved successfully at all the Levels, the status of the Request in UWL shows as "completed" and the request is moving to "Tracking Tab". But, if we click on this completed status Request, it is giving "500 Internal Server Error/Null Pointer Exception". If anyone has idea, how to fix this issue, Please advise me.....
    Thanks in Advance..
    Thanks & Regards||
    Ashok Kumar M.

    Hi Ashok,
                     Navigate to SystemAdministration -> System configuration -> Universal Worklist ->Workflow -> Universal Worklist Administrationand then select the link: "Click to Manage Item Types and View Definitions" and then download the uwl.gp.config configuration files.
    Then u can add this following tag to there (uwl.gp.config.xml)
        <ItemType name="uwl.completedtask.gp" connector="GuidedProceduresConnector" defaultView="uwlTaskGPView" defaultAction="launchGP" executionMode="default">
              <Actions>
                <Action name="launchGP" groupAction="no" handler="IViewLauncher" referenceBundle="launch_sap" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowName="GPWindow" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                  <Properties>
                    <Property name="DynamicParameter" value="app.processId=${item.processID}&amp;app.taskId=${item.activityID}&amp;"/>
                    <Property name="page" value="pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.caf.eu.gp.folders.gp/com.sap.caf.eu.gp.roles.runtime/com.sap.caf.eu.gp.worksets.runtime/com.sap.caf.eu.gp.pages.procinstance"/>
                    <Property name="System" value="SAP_LocalSystem"/>
                  </Properties>
                </Action>
              </Actions>
        </ItemType>
    Then overwrite the same file
    Regards,
    Vinoth

  • Deploy and run Ear giving exception

    Hi All,
    I have build an ear file from weblogic work shop and deployed it on weblogic integration sever. But when i am accessing the JPD from browser its giving some EJB Home not found exception.Even its running through weblogic workshop.
    Exception is this::::
    An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.NoClassDefFoundError:com/hp/om/completecheckout/business/facade/manageCustomerOrderServiceHome
    thanks
    Saleem
    Edited by [email protected] at 06/12/2007 2:58 AM

    Hi Saleem,
    The exception says..No Class Def found...error.
    Check your classpath both in weblogic workshop and the Integration server you are running. I guess some of the jars are missing in your Integration server running the JPD.
    Thanks
    Ashok

  • Custom Report Giving Exception

    While calling my custom report from webconsole i am getting these exceptions
    Class/Method: tcReportOperationsBean/getPagedReportData encounter some problems: {1}
    Caused by [Nested Exception]:
    java.sql.SQLException: Missing IN or OUT parameter at index:: 16
    and
    C lass/Method: ReportAction/displaySectionalReport encounter some problems: Error executing stored procedure
    Please do give some suggestion.

    I am trying to find why this page does not appear : front_page_admin.cgi. My machine address is :http://y2k/identity/oblix/apps/admin/bin/front_page_admin.cgi
    I also have encountered a problem when I was setting up identity console. It gave me an option to select a user but there were no users there, including Administrator. What might have been the cause? This is the serious and major problem. Thank you in advance. Adam Earthman

  • JRE 1.6. 0_01 is giving issues in message dialog box size

    Hi There,
    I am displaying message dialog for one of my web application. To resize the dialog automatically, I have set getPrefferedSize() property.
    This is working fine with JRE 1.5.0_11 and all lower version, even ok with 1.4.x. But if I am viewing the applet in a browser having JRE 1.6.0, dialog box size is automatically streatched. Height of the dialog box is increased automatically more than the desktop height. I can not view top & bottom area of the dialog box on my desktop.
    Please guide me why is this issue only with JRE 1.6.0 and what should I do to eliminate & resolve it.
    Thanks.

    Really? I thought all official versions would be downloadable through webstart. I'm curious why would Sun not make them available. Now I need to explain to my higher-ups why I promised to get webstart to automatically update all our user's JRE but now failed to make good. :-(
    Regarding the printing problem: With b105 the printouts would have text that is upside, mirrored and cropped. It was a total mess. The problem is reproducible. We manually upgraded some users to b106 and the problem disappeared completely. I think Sun fixed it in 106 but now the problem is getting all our users onto JRE b106.
    Java Webstart is supposed to do this for me but now it appears to be failing me big time.

  • Tranforming xml in struts giving exception

    Hi,
    I am using ajax with struts. I have to transform xml into html using xsl stylesheet at server side and send the response to the client.
    I am using Transformer for the xml transformation. The whole transformation works fine in a simple java application but when i use it in strut framework it throw exception "could not compile style sheet". Following is the code written in the action class of the struts.
    /************ code ***************/
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    try
    StreamSource source = new StreamSource("data.xml");
    StreamSource style = new StreamSource("page.xsl");     
    StreamResult result = new StreamResult(out);
    TransformerFactory transFactory = TransformerFactory.newInstance();
    Transformer transformer = transFactory.newTransformer(style);
    return null;
    catch (Exception e)
    e.printStackTrace(out);
    /************ stack trace **************/
    javax.xml.transform.TransformerConfigurationException: Could not compile stylesheet at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:824) at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:619) at RSSFeed.Transformxml.execute(Transformxml.java:80) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:362) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595)
    I am very much new to java and just can't figure out whats wrong. Can anyone tell me the mistake or suggest any other alternative. I need help fast. I shall really appreciate it.
    Thanx

    I stuck with this same issue today and managed to resolve:
    I removed all the Temp files in the server work directory (I use JBoss 4.0) and when restarted it works

  • Jsp engine giving exception wile running the jsp page

    hi,
    the following are the files
    taghandler(HelloTag.java)
    import java.io.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    public class HelloTag implements Tag {
    private PageContext pageContext;
    private Tag parent;
    public HelloTag() {
    super();
    public int doStartTag() throws JspException {
    try {
    pageContext.getOut().print(
    "This is my first tag!");
    } catch (IOException ioe) {
    throw new JspException("Error:IOException while writing to client"
    + ioe.getMessage());
    return SKIP_BODY;
    public int doEndTag() throws JspException {
    return SKIP_PAGE;
    public void release() {
    public void setPageContext(PageContext
    pageContext) {
    this.pageContext = pageContext;
    public void setParent(Tag parent) {
    this.parent = parent;
    public Tag getParent() {
    return parent;
    mytaglib.tld
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE taglib
    PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
    <!-- a tag library descriptor -->
    <taglib>
    <tlibversion>1.0</tlibversion>
    <jspversion>1.1</jspversion>
    <shortname>first</shortname>
    <uri>/tag</uri>
    <info>A simple tab library for the
    examples</info>
    <tag>
    <name>hello</name>
    <tagclass>HelloTag</tagclass>
    <bodycontent>Empty</bodycontent>
    <info>Say Hi</info>
    </tag>
    </taglib>
    web.xml
    <web-app>
    <taglib>
    <taglib-uri>
    /tag
    </taglib-uri>
    <taglib-location>
    /WEB-INF/tld/utilitytags.tld
    </taglib-location>
    </taglib>
    </web-app>
    hello.jsp
    <%@ taglib uri="/WEB-INF/mytaglib.tld" prefix="first" %>
    <%@page     import="HelloTag"%>
    <HTML>
    <HEAD>
    <TITLE>Hello Tag</TITLE>
    </HEAD>
    <BODY bgcolor="#ffffcc">
    <B>My first tag prints</B>
    <first:hello/>
    </BODY>
    </HTML>
    exception is
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    The import HelloTag cannot be resolved
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    The import HelloTag cannot be resolved
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
    An error occurred at line: 12 in the jsp file: /hello.jsp
    Generated servlet error:
    HelloTag cannot be resolved to a type
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Apache Tomcat/5.5.17
    Thanks & regards
    srinu

    Each error is due to this ..
    > Generated servlet error:
    The import HelloTag cannot be resolved
    Its very likely that you have not placed your taghandler HelloTag.class in the appropriate folder.
    It should be under WEB-INF/classes
    You should ideally keep the package structure while developing the java programs.
    -Rohit

  • Oracle.jbo.Key Constructor giving Exception

    Getting the following exception when trying to pass a URL parameter called "Leadid" with value=1129 (....?LeadId=1129) in a ADF-Faces/ADF BC scenario :
    oracle.jbo.InvalidParamException: JBO-25006: Invalid parameter value 1129 for String passed to method Constructor:Key. Explanation: {3}
         at oracle.jbo.Key.parseBytes(Key.java:482)
         at oracle.jbo.Key.<init>(Key.java:181)
    This is happening when navigating to a Faces page using the above URL parameter. do I need to do anythign special when passing URL params and later use that with "setCurrentRowWithKey" operation?

    Shailesh,
    You are right! I misunderstood the other thread issue.
    I will modify my source code, using the type factory (oracle.jbo.domain.TypeFactory) as you suggested.
    Thanks
    Gleber
    Shailesh,
    You should use the constructor Key(Object[] values) to create a key when you know the Structure of the key.
    So in your case it'd be
    keyvals = new Key(new Object[] {idClassificacaoTipo});I'm using a generic ViewObject. I do not know it's Primary Key datatype.You can call ViewObject.getKeyAttributeDefs() to get the attribute definitions for each of the attributes that make up the key. AttributeDef.getJavaType() gives you the type of the object you need as part of the key.
    So you could do something like:
    oracle.jbo.domain.TypeFactory.getInstance(AttributeDefInstance.getJavaType(), myKeyPartVariable)
    to get the right java object to pass to the Object[] in the Key (Object[]) constructor.
    The undocumented constructor you're using accepts string values that represent serialized Key string obtained from Key.toStringFormat() method and is used in web-app scenarios. I'm using the undocumented as suggested in this thread:
    Re: resize rollback
    I'm using the constructor Key(String, AttributeDef[]) in many parts of my source code with no problems, and it's behavior is the same as using Key(Object[]).
    What is happening?The String constructor usage is limited to key strings obtained from toStringFormat method. Any other usage will lead to potential problem like you're seeing. And that's the assumption in other thread as well.

  • BAPI  BAPI_OBJCL_GETDETAIL  giving exception

    Hi All,
    I am using BAPI BAPI BAPI_OBJCL_GETDETAIL  in the BADI interface method , but in when I debug it gives me an exception
    <B>"An exception (CX_SY_NO_HANDLER) occurred" </b>
    I am not able to analyse why I am getting this error please help.
    One more question is can we call BAPI inside BADI method?

    Solved by myself , basically the exception was due to the passing of wrong parameters i.e. declared parameters with wrong type.

  • Jsp include tag giving exception in Jboss

    Hi,
    I have a jsp page with the include tag
    <jsp:include name="w.jsp" />
    When the jsp is compiled in Jboss 3 its givin an exception as
    \Temp\Jetty_0_0_0_0_7001__blsapp\jsp\agent\A_jsp.java:220: cannot resolve symbol [javac] symbol : method include (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.String,javax.servlet.jsp.JspWriter,boolean) [javac] location: class org.apache.jasper.runtime.JspRuntimeLibrary [javac] JspRuntimeLibrary.include(request, response, "w.jsp", out, false);
    Have any one come across this error pls help me in solving this

    check ur sytnax dear its page not name

  • Aspectj with JVM is giving Exception in thread "main" java.lang.NoSuchMetho

    Dear Forum Experts,
    I have installed JDK and Aspectj in C:\Program Files\Java\jdk1.5.0_03. I wrote a aspect to trace my program. i compiled using ajc -argfile Temp/tracev1.lst.
    compiled fine..but i ran my aspect using command..C:\..\jdk1.5.0_03\java Temp.version1.TraceMyClasses
    i'm getting error..Exception in thread "main" java.lang.NoSuchMetho
    i should get tracing of all stack trace in format: return type:Package:Methods: Signatures
    My Class paths are as follows:
    classpath
    set PATH=%PATH%;C:\Program Files\Java\jdk1.5.0_03\bin;
    JAVA_HOME
    C:\Program Files\java\jdk1.5.0_03
    PATH
    C:\Program Files\java\jdk1.5.0_03\bin
    I Burst out from it..Plz help me out in this..
    Regards
    Raj

    What method does it say that it can't find?
    You might just need to make sure that your compilation of all files is up to date. If you remove a method from one file and recompile only that file, and then you try to call the old method from a file that hasn't been recompiled, you will get that error. If you had tried to recompile the second file, it wouldn't have compiled, because of the removed method.

  • IPC using events giving exception

    Anyone saw this exception before?
    I was only trying IPC using events b/w 2 portlets that comes with wsrp-tools (form & display portlet) - last section of 2nd chapter of Yannick's book, am getting below exception when I click 'ok':
    java.lang.StackOverflowError at oracle.jbo.common.JboBeanUtils.getPropertyDescriptor(JboBeanUtils.java:32) at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:80) at oracle.jbo.common.JboAbstractMap.internalGet(JboAbstractMap.java:97) at oracle.adf.model.binding.DCExecutableBinding.internalGet(DCExecutableBinding.java:169) at oracle.adf.model.binding.DCBindingContainer.internalGet(DCBindingContainer.java:2823) at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115) at javax.el.MapELResolver.getValue(MapELResolver.java:164) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200) at com.sun.el.parser.AstValue.getValue(Unknown Source) at com.sun.el.ValueExpressionImpl.getValue(Unknown Source) at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68) at org.apache.myfaces.trinidad.component.FacesBeanWrapper.getProperty(FacesBeanWrapper.java:58) at oracle.adf.view.rich.component.fragment.UIXInclude$ContextualFacesBeanWrapper.getProperty(UIXInclude.java:550) at org.apache.myfaces.trinidad.component.UIXComponentBase.getProperty(UIXComponentBase.java:1194) at oracle.adf.view.rich.component.fragment.UIXPageTemplate.getValue(UIXPageTemplate.java:486) at oracle.adf.view.rich.component.fragment.UIXPageTemplate._setupPageTemplateContext(UIXPageTemplate.java:301) at oracle.adf.view.rich.component.fragment.UIXPageTemplate.access$100(UIXPageTemplate.java:169) at oracle.adf.view.rich.component.fragment.UIXPageTemplate$PageTemplateContextChange.doChangeImpl(UIXPageTemplate.java:450) at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91) at oracle.adf.view.rich.component.fragment.UIXPageTemplate.setupVisitingContext(UIXPageTemplate.java:219) at oracle.adf.view.rich.component.fragment.UIXInclude.invokeOnComponent(UIXInclude.java:142) at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330) at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424) at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1330) at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1424) at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:168) at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:720) at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:678) at oracle.adfinternal.model.portlet.binding.PortletModelImpl.markComponentAsPartialTarget(PortletModelImpl.java:194) at oracle.adfinternal.model.portlet.binding.PortletModelImpl.markPortletDirty(PortletModelImpl.java:164) at oracle.adf.model.portlet.binding.PortletBinding$InnerPortletModel$2.handleEvent(PortletBinding.java:1894) at oracle.portlet.client.container.event.ArrayEventConsumer.handleEvent(ArrayEventConsumer.java:17) at oracle.portlet.client.containerimpl.event.EventManagerImpl.fireEvent(EventManagerImpl.java:145) at oracle.adfinternal.model.portlet.binding.PortletModelImpl.activateParameterChanges(PortletModelImpl.java:681) at oracle.adfinternal.model.portlet.binding.ActivityPortletModelWrapper.activateParameterChanges(ActivityPortletModelWrapper.java:70) at oracle.adf.model.portlet.binding.PortletBinding._handleEvent(PortletBinding.java:914) at oracle.adf.model.portlet.binding.PortletBinding.handleEvent(PortletBinding.java:985) at oracle.adf.model.binding.events.EventDispatcherImpl.invokeEvent(EventDispatcherImpl.java:429) at oracle.adf.model.binding.events.EventDispatcherImpl.dispatchEventToConsumer(EventDispatcherImpl.java:402)

    Sorry for delay in reply.
    There is an 'ok' button on 'form' portlet, when I click that, I get above error.

Maybe you are looking for

  • Problems with getting accurate power readings during sweep

    Ok, so I have an Agilent N1912A power meter with N1921A power sensors on Ch A & B. I have RF power (from signal generator/ amplifier) going into input of a coupler, then Ch A connected to the coupling  and Ch B connected to the coupler output. I am t

  • HT203977 Is there a way to do a complete backup of an iphone on an external hdd?

    I want to backup my iphone and my ipad on an external hdd. That target external hdd also has my itunes media folder in it. Is there a way? or any expected updates for this?

  • Balance Carryforward F_16

    Hi, I am suppose to run balance carry forward to the fiscal year 2009 and than I have to check weather is there any difference in Balance sheet. Can anybody tell me, how can I examine the balance sheet to find out differences (if any) after running F

  • Can one copy an entire PPS?

    Hi, i have a pps where all my previews and altered clips give black video. When i try to export, i get "no clips to build" I dont want to start all over again, but what can i do? I want to use the SEARCH function but it's been down for a long time no

  • Forms 6i - Two Tab Canvases

    Hi. I have a form with 2 canvases of the Type 'Tab'. The first is named 'top canvas' and second is named 'bottom canvas'. Each tab canvas has 3 tab pages under it. My problem is that when the user clicks one of the 6 tab pages I need to determine whi