Complex XSD in BPEL not able to initiate from BPEL console

Hi,
The Problem
I have a BPEL application where I need to produce an XML file in the format of an XSD supplied by an external agency. I can build and compile and deploy an appropriate application. When I come to the BPEL console and attempt to initiate an instance of the application. The initiate option sits spinning and will eventually time-out (before I am able to run it).
The descriptive stuff
The full XSD is available at; http://www.arc.gov.au/zip/SEER_Pilot_tech_pack_v1.ZIP
The schema design is of "homogeneous namespace design" (according to the article at http://www.xfront.com/ZeroOneOrManyNamespaces.html) which consists of multiple .xsd files included under into a single namespace. There are essentially 9 .xsd files. The top level xsd (seer.xsd) includes 3 files.
When I attempt to navigate to the initiate area to run the process in the BPEL console I end up (after timing out) with the java error listed at the end of this post appearing in our Enterprise Manager diagnostic log. The error appears to be a stack overflow from an attempt to load the complete schema distributed in multiple files.
An imperfect solution
I have modified to XSD to include all the files into 2 schema files (seer.xsd and types.xsd), with seer.xsd still including the types.xsd. This then allows the BPEL to initiate and completes successfully as designed.
The XSDs are included in the project not separately deployed.
I don't want to modify the externally provided XSDs in this fashion. I do want to provide a working solution, that fulfills the requirement.
Any ideas, knowledge or help will be gratefully accepted.
The environment
10.1.3.3 running on SunOS (latest patches Unix and Oracle)
The java error stack
Message Text
ServletException cause
Supplemental Text
java.lang.StackOverflowError
at java.lang.Exception.<init>(Exception.java:59)
at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:65)
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
at oracle.classloader.PolicyClassLoader.findJREClass(PolicyClassLoader.java:1153)
at oracle.classloader.JVMSearchPolicy.getClass(JVMSearchPolicy.java:27)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1674)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:88)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:148)
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:98)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaWalker.readSchemaFile(SchemaWalker.java:49)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.readImport(IncludeSchemaElement.java:94)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:66)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
... continued about 200 times.
followed by
ServletException cause
Supplemental Text
com.evermind.server.http.HttpIOException: Broken pipe
at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
at com.evermind.server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
at displayProcess.jspService(_displayProcess.java:1009)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)

Hi,
The Problem
I have a BPEL application where I need to produce an XML file in the format of an XSD supplied by an external agency. I can build and compile and deploy an appropriate application. When I come to the BPEL console and attempt to initiate an instance of the application. The initiate option sits spinning and will eventually time-out (before I am able to run it).
The descriptive stuff
The full XSD is available at; http://www.arc.gov.au/zip/SEER_Pilot_tech_pack_v1.ZIP
The schema design is of "homogeneous namespace design" (according to the article at http://www.xfront.com/ZeroOneOrManyNamespaces.html) which consists of multiple .xsd files included under into a single namespace. There are essentially 9 .xsd files. The top level xsd (seer.xsd) includes 3 files.
When I attempt to navigate to the initiate area to run the process in the BPEL console I end up (after timing out) with the java error listed at the end of this post appearing in our Enterprise Manager diagnostic log. The error appears to be a stack overflow from an attempt to load the complete schema distributed in multiple files.
An imperfect solution
I have modified to XSD to include all the files into 2 schema files (seer.xsd and types.xsd), with seer.xsd still including the types.xsd. This then allows the BPEL to initiate and completes successfully as designed.
The XSDs are included in the project not separately deployed.
I don't want to modify the externally provided XSDs in this fashion. I do want to provide a working solution, that fulfills the requirement.
Any ideas, knowledge or help will be gratefully accepted.
The environment
10.1.3.3 running on SunOS (latest patches Unix and Oracle)
The java error stack
Message Text
ServletException cause
Supplemental Text
java.lang.StackOverflowError
at java.lang.Exception.<init>(Exception.java:59)
at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:65)
at java.lang.ClassLoader.findBootstrapClass(Native Method)
at java.lang.ClassLoader.findBootstrapClass0(ClassLoader.java:891)
at java.lang.ClassLoader.loadClass(ClassLoader.java:301)
at oracle.classloader.PolicyClassLoader.findJREClass(PolicyClassLoader.java:1153)
at oracle.classloader.JVMSearchPolicy.getClass(JVMSearchPolicy.java:27)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.SearchPolicy.loadClass(SearchPolicy.java:645)
at oracle.classloader.PolicyClassLoader.askParentForClass(PolicyClassLoader.java:1289)
at oracle.classloader.SearchPolicy$AskParent.getClass(SearchPolicy.java:68)
at oracle.classloader.SearchSequence.getClass(SearchSequence.java:119)
at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1674)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:88)
at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:148)
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:98)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaWalker.readSchemaFile(SchemaWalker.java:49)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.readImport(IncludeSchemaElement.java:94)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:66)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.SchemaSchemaElement.loadImportsAndIncludes(SchemaSchemaElement.java:157)
at oracle.j2ee.ws.wsdl.extensions.oracle.schema.IncludeSchemaElement.loadInclude(IncludeSchemaElement.java:70)
... continued about 200 times.
followed by
ServletException cause
Supplemental Text
com.evermind.server.http.HttpIOException: Broken pipe
at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:210)
at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:539)
at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:436)
at com.evermind.server.http.EvermindJSPWriter.close(EvermindJSPWriter.java:406)
at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1689)
at displayProcess.jspService(_displayProcess.java:1009)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)

Similar Messages

  • Scroll Motion not able to initiate

    I need to make sticky menu on the top of the page but I am not able to initiate Scroll Motion dialog box. It is grayed on. I have basic menu with no bells and whistles. No 100% width. I am flabbergasted! Could anyone help me? Thanks a lot Daniela

    Hi Daniela,
    You are welcome, we cannot apply scroll effects to a fill that is only filled with a solid or gradient color.
    Adobe Muse Help | Scroll Effects | Browser Fill and Background Fill
    Regards,
    Akshay

  • Livecache database instance is not able to connect from DBMGUI

    Hello,
    We are facing very critical problem. Livecache database instance is not able to connect from DBMGUI .
    DB instace is down currently, i checked X_server is running. when i am trying to conect using DBMGUi its going on hang status, same way if i am trying to start using LC10, its going on hang..
    Could anybody please help me out if faced this problem.
    Earlier it was working fine. But now It 's not able to connect through DBM tool.
    Any help would of great help..
    Thanks.
    Dinesh
    please find xserver*.prt files as attached
    Date       Time       PID Typ MsgID  Label    Message-Text
    2009-06-12 03:10:43  2732     12902  XSERVER  started, 'X64/SUN   7.6.04   Build 015-123-189-221'
    2009-06-12 03:10:43  2732     12904  XSERVER  Service port is 7210
    2009-06-12 03:10:43  2732     12922  ENVIRON  Command line arguments
    2009-06-12 03:10:43  2732     12924  ENVIRON   [1] start
    2009-06-12 03:10:43  2732     12923  ENVIRON  Command line argument dump completed
    2009-06-12 03:10:43  2732     12898  ENVIRON  Resource limit dump start
    2009-06-12 03:10:43  2732     12898  ENVIRON  Started by user id 58007 group id 1670
    2009-06-12 03:10:43  2732     12898  ENVIRON  Current user id 58007 effective id 58007
    2009-06-12 03:10:43  2732     12898  ENVIRON  Current group id 1670 effective id 1670
    2009-06-12 03:10:43  2732     12898  ENVIRON   cpu time unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   number of processes 29995
    2009-06-12 03:10:43  2732     12898  ENVIRON   number of open files 2048
    2009-06-12 03:10:43  2732     12898  ENVIRON   core size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   file size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   heap memory size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON   stack memory size 8192 KBytes
    2009-06-12 03:10:43  2732     12898  ENVIRON   virtual memory size unlimited
    2009-06-12 03:10:43  2732     12898  ENVIRON  Resource limit dump completed
    2009-06-12 03:10:43  2732     12898  ENVIRON  Environment dump start
    2009-06-12 03:10:43  2732     12898  ENVIRON   PATH=/usr/xpg4/bin:/usr/ccs/bin:/usr/bin
    2009-06-12 03:10:43  2732     12898  ENVIRON    :/opt/SUNWspro/bin
    2009-06-12 03:10:43  2732     12898  ENVIRON   IFS=
    2009-06-12 03:10:43     0    0
    2009-06-12 03:10:43  2732     12898  ENVIRON   TZ=NZ
    2009-06-12 03:10:43  2732     12898  ENVIRON   TMP=/var/tmp
    2009-06-12 03:10:43  2732     12898  ENVIRON   TMPDIR=/var/tmp
    2009-06-12 03:10:43  2732     12898  ENVIRON   USER=sdb
    2009-06-12 03:10:43  2732     12898  ENVIRON   LOGNAME=sdb
    2009-06-12 03:10:43  2732     12898  ENVIRON   DBROOT=/sapdb/programs
    2009-06-12 03:10:43  2732     12898  ENVIRON   LD_LIBRARY_PATH=/sapdb/programs/lib
    2009-06-12 03:10:43  2732     12898  ENVIRON  Environment dump completed
    end of startup -
    2009-06-12 03:10:44  2732 WNG 12458  XSERVER  NISSL Utility init: CDKLoadSAPCryptModule: 51
    2009-06-12 07:54:23  2732 ERR 11379  CONNECT  Error getting TCP/IP host by address: '10.115.104.42.'
    2009-06-12 08:47:00 17388 ERR 11925  XSERVER  Send packet, Ref:9 - connection closed (send:EPIPE)
    current write position -

    Hi Ivan,
    thanks for the reply, i used the commands suggested by you.
    nzlsfn40:ltradm 43% pwd
    /sapdb/data/wrk
    nzlsfn40:ltradm 44% dbmcli -d LTR -u control,control db_state
    OK
    State
    OFFLINE
    nzlsfn40:ltradm 45% dbmcli -d LTR -u control,control db_admin
    OK
    nzlsfn40:ltradm 46% nzlsfn40:ltradm 46%
    nzlsfn40:ltradm 46% dbmcli -d LTR -u control,control db_online
    db_online commands is running since long and in knldiag. i am continuously watching logs as below, can you have any idea
    Dinesh
    logs :-
    2009-06-12 10:58:34   137     12929 TASKING  Task T114 started
    2009-06-12 10:58:34   137     11007 COMMUNIC wait for connection T114
    2009-06-12 10:58:34   137     11561 COMMUNIC Connected  T114 local 3966
    2009-06-12 10:58:34   137     11509 COMMUNIC Connection broken by appl state 10 T114
    2009-06-12 10:58:34   137 WNG 11824 COMMUNIC Releasing  T114 connection aborted
    2009-06-12 10:58:34   137     12827 COMMUNIC wait for connection T114
    2009-06-12 10:58:35    11     11561 COMMUNIC Connecting T115 local 3966
    2009-06-12 10:58:35   138     12929 TASKING  Task T115 started
    2009-06-12 10:58:35   138     11007 COMMUNIC wait for connection T115
    2009-06-12 10:58:35   138     11561 COMMUNIC Connected  T115 local 3966
    2009-06-12 10:58:35   138     11509 COMMUNIC Connection broken by appl state 10 T115
    2009-06-12 10:58:35   138 WNG 11824 COMMUNIC Releasing  T115 connection aborted
    2009-06-12 10:58:35   138     12827 COMMUNIC wait for connection T115
    2009-06-12 10:58:36    11     11561 COMMUNIC Connecting T116 local 3966
    2009-06-12 10:58:36   139     12929 TASKING  Task T116 started
    2009-06-12 10:58:36   139     11007 COMMUNIC wait for connection T116
    2009-06-12 10:58:36   139     11561 COMMUNIC Connected  T116 local 3966
    2009-06-12 10:58:36   139     11509 COMMUNIC Connection broken by appl state 10 T116
    2009-06-12 10:58:36   139 WNG 11824 COMMUNIC Releasing  T116 connection aborted
    2009-06-12 10:58:36   139     12827 COMMUNIC wait for connection T116

  • OIM 11G-prepop adapters not able to read from User form

    When I try to auto provision ldap account for users after creation of OIM record using GTC, the ldap provisioning doesnt happen. Basically the prepop adapters not able to read from Xel user form. I am stuck with this issue for a while now .
    I tried remapping..ect etc..ntng helped.
    None of the process form fields are getting prepopulated, when I hard coded avlue in prepop adapters for all the reqd fields in process form, proviosioning gets completed successfully.
    Pls. help me with this.
    Thanks.
    ~VSN
    I get the below errorr:
    <BEA-000000> <Class/Method: tcAdapterExecuter/executeRuleGenerators encounter some problems: java.lang.Exception: Error retrieving user info: User Login
    java.lang.Exception: java.lang.Exception: Error retrieving user info: User Login
    at java.lang.Throwable.<init>(Throwable.java:67)
    at com.thortech.xl.dataobj.rulegenerators.tcAdapterExecuter.executeRuleGenerators(tcAdapterExecuter.java:205)
    at com.thortech.xl.dataobj.util.tcPrePopulateUtility.setDataFromAdapter(tcPrePopulateUtility.java:1020)
    at com.thortech.xl.dataobj.util.tcPrePopulateUtility.prePopulate(tcPrePopulateUtility.java:346)
    at com.thortech.xl.dataobj.util.tcOrderPackages.computeProcessFormData(tcOrderPackages.java:901)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(tcOrderPackages.java:423)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(tcOrderPackages.java:177)
    at com.thortech.xl.dataobj.tcOIU.provision(tcOIU.java:563)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert(tcOIU.java:303)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2905)
    at com.thortech.xl.dataobj.tcUserProvisionObject.insertImplementation(tcUserProvisionObject.java:283)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:591)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:104)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:35)
    at sun.reflect.GeneratedMethodAccessor1831.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at oracle.iam.platform.kernel.impl.EventHandlerDynamicProxy.invoke(EventHandlerDynamicProxy.java:30)
    at $Proxy284.execute(Unknown Source)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runActionEvents(OrchProcessData.java:1035)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:644)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeChildProcess(OrchestrationEngineImpl.java:751)
    at oracle.iam.platform.kernel.impl.OrchProcessData.handleAdditionalChanges(OrchProcessData.java:537)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:802)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:686)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.notifyParentProcess(OrchestrationEngineImpl.java:828)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:771)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:669)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeChildProcess(OrchestrationEngineImpl.java:751)
    at oracle.iam.platform.kernel.impl.OrchProcessData.handleAdditionalChanges(OrchProcessData.java:537)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:802)
    at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:674)
    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:705)
    at oracle.iam.platform.kernel.impl.OrhestrationAsyncTask.execute(OrhestrationAsyncTask.java:108)
    at oracle.iam.platform.async.impl.TaskExecutor.executeUnmanagedTask(TaskExecutor.java:100)
    at oracle.iam.platform.async.impl.TaskExecutor.execute(TaskExecutor.java:70)
    at oracle.iam.platform.async.messaging.MessageReceiver.onMessage(MessageReceiver.java:68)
    at sun.reflect.GeneratedMethodAccessor2150.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:600)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy382.onMessage(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Kevin,
    For manual Proviosioning - It works fine.
    It fails when I create user in OIM using flat file GTC . I have an access policy to auto proviosion that user with ldap.
    As mentioned before, I notice none of the prepops on Ldap process form are able to read value from Xel user form.
    Steps I tried Already:
    1- Checking access policy
    2-remapping process form adapters
    Pls. let me know ur thoughts.
    ~VSN

  • User not able to print from SAP

    Hi guys,
                 User is not able to print from SAP. The printer is directly connected to his PC. It is not a network printer. The user is able to print at OS level perfectly. IN SP01, it shows in green and the print job has been completed successfully. I can see the output request. Its all fine in SAP. I am not sure why it is not printing from SAP. Please help ?
    Thanks

    hi venkata,
    did you already defined your printer on SAP Server using tcode SPAD ?
    What kind of printing you're using ?
    My suggest for simplest one is create new output devices.
    Type tcode SPAD
    Give simple name
    Choose SAPWIN for device type (if you're using WIndows clients)
    On Access Method tab
    Choose Host Spool Access Method F : Front end Printing or G :
    For Host Printer fill with __DEFAULT (remember double underscore)
    save and test it.
    ardhian
    http://sapbasis.wordpress.com

  • HT1595 I am not able to connect from my laptop to airplay mirroring equipment, icon is not showing on my laptop.

    I am not able to connect from my laptop to airplay mirroring equipment, icon is not showing on my laptop. It does show when I hook up a HDMI wire to the apple TV box.

    I think you mean Ethernet, not HDMI wire. If the airplay icon is showing up when wired then that would indicate an issue with your wifi network.

  • Apex link not able to connect from local machine.

    Hi,
    Here is the scenario.
    I have installed oracle apex 3.2 in my vmware linux machine.
    I'm able to connect the link (http://b03apex.domain.com) from my linux(vmware) box but I'm not able to connect from windows local machine.
    I tried to ping the ip, from both the ends are working but not sure why I'm not able to connect from windows local machine.
    local windows ip: 192.168.1.2
    vmware Linux ip address : 192.168.1.3
    Do I need to do add any parameters in the Apache logs to connect from windows local machine.?
    Need your suggestion.
    Thanks, Muhammed.

    user9354175 wrote:
    I tried to ping the ip, from both the ends are working but not sure why I'm not able to connect from windows local machine.In that case, it means there is network connectivity. The problem is thus something else - like a firewall or name resolution failure.
    >
    local windows ip: 192.168.1.2
    vmware Linux ip address : 192.168.1.3
    Do I need to do add any parameters in the Apache logs to connect from windows local machine.?No.
    Can you ping the VM hostname from your Windows console (instead of IP address)?
    Have you tried in your Windows browser the following URL (using IP address of the VM instead of the hostname)?
    http://192.168.1.3/
    Have you checked that your browser is not configured to use a proxy server?
    Have you checked your Windows firewall for allowing tcp web traffic to the virtual machine?
    Have you checked for the same on on the virtual machine (firewall will be likely be done using <i>iptables</i>).

  • I have a sign of a little lock on the top of my iPhone 4 screen and therefore I am not able to hear from the people who call me unless that I switch the speaker on. What should I do

    I have a sign of a little lock on the top of my iPhone 4 screen and therefore I am not able to hear from the people who call me unless that I switch the speaker on. What should I do

    The little lock has nothing to do with speaker volume.  It means you have locked the rotation on your iPhone.
    Have you tried using the volume control on the side of the iPhone to raise the volume when someone calls?

  • I am not able to download from i tunes store the free games to my ipod, does anyone know

    i am not able to download from i tunes store the free games to my ipod, does anyone know

    mine does the same thing like I tried to download kik and when I went to select apps to sync in my ipod menu it showed up all grey

  • FaceTime can't be installed on "Macintosh HD" because the version of Mac OS X is too new. I removed all traces of FaceTime and still not able to install from App store. New to macbook pro with Lion

    FaceTime can’t be installed on “Macintosh HD” because the version of Mac OS X is too new. I removed all traces of FaceTime and still not able to install from App store. New to macbook pro with Lion.any help with this would be greaty appreciated.

    FaceTime is included in Lion. The App Store version is for 10.6. If you deleted it, restore it from a backup, or reinstall the Mac OS.

  • Hi my name is rachell and im trying to set my brother's new ipod to my computer and it says that im not able to restore from backup because his ipod is to all what can i do? thanks for your help

    file://localhost/Users/rachellmarin/Desktop/Photo%20on%202012-12-05%20at%2020.12 %20%232.jpg

    I do not understand you question/problem.
    What does "not able to restore from backup because his iPod is all" means.
    Also, there is no viewable photo in your post.

  • I am not able download videos from my pc to my iphone 5

    i am not able download videos from my pc to my iphone 5

    It detects the iphone4. i can do everything except the transfering the videos to the phone. this started after updating the itunes version.

  • Has anyone had trouble with the LG 3 Cosmos when a call comes in; I am not able to hear from the caller, but, they can hear me?  The volumn is turned up but I can't seem to resolve the issue?  Thanks

    Has anyone had trouble with the LG 3 Cosmos when a call comes in; I am not able to hear from the caller, but, they can hear me?  The volumn is turned up but I can't seem to resolve the issue?  Thanks

    Oh no, Robinbird18! This is not what we like to hear about your cell phone. It makes it pretty hard to have a conversation with someone when you can't hear them. If you make a phone call out are you able to have a conversation with someone without any issues? How long has this been going on? Have you tried to use the phone on speaker phone to see if that works at all? Please keep us posted.   KevinR_VZW Follow us on Twitter @VZWSupport If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • I'm not able to print from iPad - any suggestions?

    I'm not able to print from my iPad. Any suggestions?

    1. Buy a AirPrint enabled printer; see list below
    http://support.apple.com/kb/ht4356
    2. Run the CD provided and setup as network printer; this will setup your printer to the same network as your iPad
    http://i1224.photobucket.com/albums/ee374/Diavonex/1a30ee42.jpg
    3. Start printing from your iPad without wire
    http://i1224.photobucket.com/albums/ee374/Diavonex/93ec77e5.jpg

  • I am not able transfer videos from my computer to iphone4.

    i am not able transfer videos from my computer to iphone4.

    It detects the iphone4. i can do everything except the transfering the videos to the phone. this started after updating the itunes version.

Maybe you are looking for

  • How to view more than one photo?

    To view my photos, I generally go into the "Photos" part of the library and then just click the arrow for whatever given date of photos. Until a few days ago, when a date opened I had 3-4-5, maybe even 6 photos in a line across. Now, the photos are s

  • How to display korean text in file name

    Hi, I want to know how to make my system recognize and display Korean text in file names and such. My mp3 files are all a bunch of gibberish and they display that way in the itunes as well; the title, artist, and everything else. How can I fix this?

  • Reinstalled OS X slow boot'n up

    I recently (saw the light) and bought a MacBook Pro, within the first two weeks my OS corrupted (OS 10.4.6). I did a erase and reinstall of the OS and now it seems to load slower. I was wondering is this to be expected or is their a program to "compr

  • I use Links alot in my web surfing, dragging the icon in the address bar to Links. I can't seem to find anywhere that allows me to search those Links.

    I use Links alot in my web surfing, dragging the icon in the address bar to Links. I can't seem to find anywhere that allows me to search those Links. I can't find a folder for them on my hard drive to search .. Help!

  • OAF: Handling "ENTER" key

    Hi, If I have a requirement in OAF that: I need to move the cursor to next item when the user hits the "ENTER" key on an text item, is it possible in OAF? Please let me know. Thanks, Ashu.