NPE error when application runing adf

Hi am in jdeveloper 11.1.1.9.0 I did the following

I created a view programaticaly, with the following attribute object

-user name

-password

-code

-code name

2 I have add this view to applicationModule

3 I have create user interface using jsff with the attribute above

-in my applicationModule I'm class witch got method call procedure

I have a bean that am method whitch calls my appmodule method, use the value changes listner

now the problem is when I enter the password and I am getting error NPE tab

< oracle.adf.controller > < Utils > < buildFacesMessage > < ADF: addition of the following JSF error: java.lang.NullPointerException >

java.lang.NullPointerException

to the model. AppModuleTstImpl.performNewPwd (AppModuleTstImpl.java:101)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:690)

at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2181)

at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3141)

at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:262)

at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1708)

at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2188)

at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:789)

at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:410)

at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

to the view. PswdValidation.pwdSrc (PswdValidation.java:221)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1491)

at org.apache.myfaces.trinidad.component.UIXEditableValue.broadcast(UIXEditableValue.java:223)

at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:184)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1100)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:490)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)

at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:133)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:138)

at java.security.AccessController.doPrivileged (Native Method)

at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:464)

at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:121)

at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:211)

at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

< oracle.adf.controller > < Utils > < buildFacesMessage > < ADF: addition of the following JSF error: java.lang.NullPointerException >

java.lang.NullPointerException

to the model. AppModuleTstImpl.performNewPwd (AppModuleTstImpl.java:101)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:690)

at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2181)

at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3141)

at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:262)

at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1708)

at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2188)

at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:789)

at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:410)

at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

to the view. PswdValidation.pwdSrc (PswdValidation.java:221)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1491)

at org.apache.myfaces.trinidad.component.UIXEditableValue.broadcast(UIXEditableValue.java:223)

at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:184)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1100)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:490)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:219)

at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:211)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:133)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:478)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)

at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)

at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:138)

at java.security.AccessController.doPrivileged (Native Method)

at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)

at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:464)

at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:121)

at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:211)

at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3730)

to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3696)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)

at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)

at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)

at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

the error is in this svo.executeQuery (line);

Of course.

Consider your code:

Line line = null;

and two line below:

String val = (String) row.getAttribute ("SignId");

Then, you try to call the method (getAttribute()) on the null (row) and of course, you're stuck with NullPointerException

Before calling the method of the object, the object must be initialized.

And I see, you're commented following line:

Line = svo.first ();

Uncomment this line of code and before calling row.getAttribute, check if line! = null

Tags: Java

Similar Questions

  • Error when executing the ADF - BC command line Test Suite

    Hello

    I created a test project separate containing the Test Suite for the model of my ADF - BC application component.

    I need to run this test separately of jmeter project.

    The thin running tests of Jdev, but when I package the test project into a jar and try to run it from the command line, I get the following error:

    java.lang.NoClassDefFoundError: oracle/Houston/ApplicationModule

    to com.oracle.cs.cap.module.applicationModule.ServiceAMFixture. < init > (ServiceAMFixture.java:36)

    to com.oracle.cs.cap.module.applicationModule.ServiceAMFixture. < clinit > (ServiceAMFixture.java:15)

    to com.oracle.cs.cap.module.view.EntitlementReportDurationViewVO.EntitlementReportDurationViewVOTest. < init > (EntitlementReportDurationViewVOTest.java:11)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance (unknown Source)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (unknown Source)

    the impossible (unknown Source)

    at org.junit.internal.runners.JUnit4ClassRunner.createTest(JUnit4ClassRunner.java:72)

    at org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:79)

    at org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)

    to org.junit.internal.runners.JUnit4ClassRunner$ 1.run(JUnit4ClassRunner.java:44)

    at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)

    at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)

    at org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)

    at org.junit.internal.runners.CompositeRunner.runChildren(CompositeRunner.java:33)

    to org.junit.runners.Suite.access$ 000 (Suite.java:26)

    to org.junit.runners.Suite$ 1.run(Suite.java:93)

    at org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)

    at org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)

    at org.junit.runners.Suite.run(Suite.java:91)

    at org.junit.internal.runners.CompositeRunner.runChildren(CompositeRunner.java:33)

    at org.junit.internal.runners.CompositeRunner.run(CompositeRunner.java:28)

    at org.junit.runner.JUnitCore.run(JUnitCore.java:130)

    at org.junit.runner.JUnitCore.run(JUnitCore.java:109)

    at org.junit.runner.JUnitCore.run(JUnitCore.java:100)

    at org.junit.runner.JUnitCore.runMain(JUnitCore.java:81)

    at org.junit.runner.JUnitCore.main(JUnitCore.java:44)

    Caused by: java.lang.ClassNotFoundException: oracle.jbo.ApplicationModule

    java.net.URLClassLoader to $1.run (unknown Source)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    ... more than 27

    The jar Test project is created as a file ADF library JAR with Model.jpr as the dependent project. This supports the project class dependencies

    All adf library dependencies are added to the Test project JAR manifest file, referring to a location lib / jars directory.

    I tried to create the ApplicationModule using the two class configuration (Configuration.createRootApplicationModule) as well as using the string of JDBC connection but both fail when I run the test cases regardless of jmeter.

    Everyone came across such an error? Help, please.

    Thank you

    Sapna

    Library in the manifest file references are NOT resolved as long as you do not use a special class loader that you do not.

    This isn't a problem of jdev but a java problem. Only the class in your jar files are picked up. A pot in a pot is not looked into. You must set your classpath pots needed or you have expand all the pots as classes and put classes into your jar (which will be huge after doing this).

    Timo

    PS you can look in (JCL) Jar class loader | Free software development on SourceForge.net downloads

  • [ADF Essentials, JDev12.1.3, MS SQL Server] About to restore backup/restore error when the application is deployed on GlassFish. How...?

    Hallo,

    follow the suggestions of Timo Hahn and kdario , I created a panelTabbed with main tables form & details according to this thread Re: [ADF, JDev12.1.3] Master af:form w/read only af:tables detail: how to handle insert and edit through forms?

    The modification/insertion for readonly tables is managed using a form of popup.

    Before displaying the form, I create a backup that I restore it if the user click Cancel on the shortcut menu.

    Everything works well on the integrated WebLogic Server, but now that I have deployed the application on GlassFish Server I noticed an odd error.

    The < <the connection to the server has failed (status = 500)> > error when I click the button cancel from the context menu (Cancel involves restoring the backup) and the empty line added before opening the context menu and create the backup point is left blank in the table.

    In the server log, I read this error:

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: call Impossible a commit operation when the AutoCommit is set to 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    The check points are not compatible with GlassFish/ADF Essentials or it is - AS I HOPE -some adjustments to make with regard to transactions in GlassFish?

    Until now I deplyed on GlassFish than an application of readonly.

    I see now that the problem also occurs when the call of the AOS restore operation is should not be due to the use of the backup point.

    It is the configuration of the Connection Pool in GlassFish (sorry it's in Italian)...

    StackTrace

    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    ... more than 92

    # # 0 in detail

    com.microsoft.sqlserver.jdbc.SQLServerException: Impossibile richiamare one ' operation di commit when the terms AutoCommit e impostata su 'true '.

    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)

    at com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback(SQLServerConnection.java:1958)

    at com.sun.gjc.spi.base.ConnectionHolder.rollback(ConnectionHolder.java:630)

    at oracle.jbo.server.DefaultTxnHandlerImpl.handleRollback(DefaultTxnHandlerImpl.java:149)

    at oracle.jbo.server.DBTransactionImpl.doRollback(DBTransactionImpl.java:5279)

    at oracle.jbo.server.DBTransactionImpl.rollback(DBTransactionImpl.java:2558)

    at oracle.adf.model.bc4j.DCJboDataControl.rollbackTransaction(DCJboDataControl.java:1770)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1541)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2218)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:784)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:410)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:254)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:212)

    at oaw.view.beans.NotPrel.cancelButton_action(NotPrel.java:254)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at oracle.adf.view.rich.event.ProxyEvent.broadcastWrappedEvent(ProxyEvent.java:72)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:124)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:111)

    at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

    at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:168)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:510)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:171)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:115)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)

    at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1550)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:217)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:105)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:502)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:327)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:229)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter ([| #])

    Thank you

    Federico

    Hello Dario,

    the solution to the problem really seems to check 'non transactional connections' (with nothing to do in the code of the application) in the GlassFish connection pool configuration.

    I did a lot of tests: commit, rollback and save points works like movement.

    See you later for another thrilling adventure!

    Thank you

    Federico

  • "JNDI name is already in use" error when deploying ADF Application after the deployment of Interface of AM Service

    Hello

    12.1.3 JDeveloper / WLS 12.1.3 / Windows 7 64-bit OS.

    I am facing the problem that is mentioned in the following post.

    https://community.Oracle.com/thread/2284290

    I created a simple ADF page with the data to display in the Employees table. The page works fine.

    I added a custom method to the AM and a profile of "Business Service Interface components" deployment of the AOS.

    When I'm trying to deploy the stand-alone WLS Service, it gives the error below.

    If I deploy only the AM Service interface, the web service deployment is going very well.

    If I cancel the deployment of the AM Service and deploy ADF EAR, then it also works very well.

    But if I deploy the AM Service and then try to deploy the EAR, then it gives the error below.

    And vice versa, if I deploy EAR application, and then deploy the AM service, it gives the error below.

    It was working fine until 11.1.1.7.

    I have done this repeatedly for a long time and wasn't any problem in 11.1.1.7 deployments.

    If something has changed in 12.1.3?

    Even if the AM Service is existing, it is deployed in the same application, it should be able to just crush?

    Here are the results with different versions

    11.1.1.7 - domain of the ADF - Standalone Server - works fine

    11.1.1.7 - SOA - Standalone Server - domain works very well

    12.1.3 - error field - integrated WLS - ADF

    12.1.3 - error field - independent server - SOA

    (The foregoing analysis is based on a simple project ADF as a point of Contact for that matter).

    Real-world scenario

    --------------------

    We need this because ours is a BPM Application and the Composite depends on the AM Service, so the AM service must first deployed in the field of the SOA.

    Then, we make the process as well as the ADF UI for task forms. ADF project depends also on the model project

    We get the error during the deployment of the BPM project and the ADF UI project below.

    Error

    -----

    Unable to deploy EJB: ModelEJB.jar model.common.HRAMServiceBean:

    [EJB:011055] The EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar) ", the JNDI name" HRAMServiceBean #model.common.serviceinterface.HRAMService "is already in use." You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    [12: 02:07] caused by: java.lang.Throwable: substituted for the missing class [EJB - 11055] the EJB deployment error ' model.common.HRAMServiceBean (Application: employees, EJBComponent: ModelEJB.jar)', the JNDI name "HRAMServiceBean #model.common.serviceinterface.HRAMService" is already in use. You must assign another name JNDI in weblogic-ejb-jar deployment descriptor. XML or annotation corresponding to this EJB before it can be deployed.

    Thanks for any help

    Sameer

    Found a workaround for this problem.

    I don't have to do this in 11.1.1.7 well!

    You don't know if it's the right solution or not!

    If anyone of you knows a better solution, please share.

    I did the 2 following things.

    a. classes of the AM Service Interface of removed files from deployment profile filters

    ViewController project-> properties-> deployment profile--> filegroups--> WEB - INF / classes-> filters

    : Uncheck * Service *. * files (4 - Service.class, Service.wsdl, Service.xsd, ServiceImpl.class)

    b. deleted the deployment profile of library jar ADF for the model project

    Model project-> properties-> deployment

    : Remove the deployment of ADF library jar files profile

    And now I am able to deploy time interface AM Service and application.

    It works for me because I won't need to deploy the AM Service interface again while deploying the process / code of the ADF.

    Since I will deploy the Service Interface of first Business components separately.

    Thanks and greetings

    Sameer

  • Error when you try to deploy ADF application Java Cloud Service - SaaS Extension

    Hello guys,.

    I am trying to deploy a simple application of ADF in 'Oracle Java Cloud Service - SaaS Extension' and I'll always have the below error

    Work turns to failure to step to "Deploy the Application":

    Job_Status_Pic.png

    Someone already had this error?

    Thanks in advance

    SID

    2014-12-10 11:06:20 PST: start action "deploy the Application.

    2014-12-10 11:06:20 PST: deploy Application started

    2014-12-10 11:06:28 PST: weblogic.application.ModuleException: weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1531)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:488)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:573)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:327)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: java.security.AccessControlException: access denied ("java.net.NetPermission" "specifyStreamHandler")

    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)

    at java.security.AccessController.checkPermission(AccessController.java:559)

    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

    at java.net.URL.checkSpecifyHandler(URL.java:649)

    at java.net.URL. < init > (URL.java:373)

    at weblogic.application.io.MergedDescriptorFinder.getSource(MergedDescriptorFinder.java:46)

    at weblogic.application.io.DescriptorFinder.getSource(DescriptorFinder.java:44)

    at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:67)

    at weblogic.application.utils.CompositeWebAppFinder.getSource(CompositeWebAppFinder.java:71)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1213)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1203)

    at weblogic.servlet.internal.War.getResourceAsSource(War.java:512)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3436)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3427)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsStream(WebAppServletContext.java:872)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor.scanForFacesServlet (ConfigureListener.java:805)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor. < init > (ConfigureListener.java:768)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:178)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1871)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1529)

    2014-12-10 11:06:28 PST: State action WL: failure

    2014-12-10 11:06:28 PST: Action FAILED with State action WL: failure

    2014-12-10 11:06:28 PST: check the server log of your cloud service Java for more information about the failure.

    2014-12-10 11:06:28 PST: Application Deployment failed.

    2014-12-10 11:06:28 PST: 'Deploy the Application' complete: FAILED status

    
    

    I don't think that you would be able to update the library in the 'SaaS Extension' of JCS version and the version of JDeveloper using must be 11.1.1.7.1. He has however separated 'Service of Cloud Computing Java' that gives you complete control over the WLS...

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • connection error when hosting the applications on the cloud used

    Hello

    I use jdev 11.1.2.4, mysql and glassfish server.

    I have developed an application of adf and have hosted on cloud used.


    I created the jdbc/CmsDS in the domain.xml as data source

     <jdbc-resource pool-name="CmsPool" jndi-name="jdbc/CmsDS"></jdbc-resource>
    

    but when I run the application, its throwing below error

    [#|2015-04-18T23:17:44.265+0000|SEVERE|glassfish3.1.2|javax.enterprise.system.tools.deployment.org.glassfish.deployment.common|_ThreadID=1;
    _ThreadName=Thread-2;|Exception while invoking class com.sun.enterprise.web.WebApplication start method
    java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException:
    java.lang.IllegalStateException: Unable to look up javax.sql.DataSource with jndi name 'jdbc/CmsDS'.
        at com.sun.enterprise.web.WebApplication.start(WebApplication.java:138)
        at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
    


    When we look at connections of my sound .ear file always pointing to localhost.

    CMS.ear\adf\META-INF\connections. XML

    <?xml version = '1.0' encoding = 'UTF-8'?>
    <References xmlns="http://xmlns.oracle.com/adf/jndi">
       <Reference name="cmsConn" className="oracle.jdeveloper.db.adapter.DatabaseProvider" credentialStoreKey="cmsConn" xmlns="">
          <Factory className="oracle.jdeveloper.db.adapter.DatabaseProviderFactory"/>
          <RefAddresses>
             <StringRefAddr addrType="subtype">
                <Contents>MYSQL</Contents>
             </StringRefAddr>
             <StringRefAddr addrType="user">
                <Contents>root</Contents>
             </StringRefAddr>
             <StringRefAddr addrType="port">
                <Contents>3306</Contents>
             </StringRefAddr>
             <StringRefAddr addrType="hostname">
                <Contents>localhost</Contents>
             </StringRefAddr>
             <SecureRefAddr addrType="password"/>
             <StringRefAddr addrType="driver">
                <Contents>com.mysql.jdbc.Driver</Contents>
             </StringRefAddr>
             <StringRefAddr addrType="dataSourceName">
                <Contents>cms</Contents>
             </StringRefAddr>
          </RefAddresses>
       </Reference>
    </References>
    

    Please can you advice what I need to do my connections.xml file uses the domain.xml details?

    Thank you

    If the application is hosted on used that data source must be created the used too. Refer

    http://docs.jelastic.com/GlassFish-connection-pool

    Example of the use of the data source is also included for a connection pool called testcp.

    InitialContext ctx =newInitialContext();

    DataSource ds = (DataSource)ctx.lookup("jdbc/testcp");

    Connection conn = ds.getConnection();

  • Error when running application

    Dear all,

    I uninstalled jdeveloper 11.1.1.3.0 and installed 11.1.1.4.0... When I run my adf application it gives me special suite.
    < 28 February 2011 17:40:45 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1298895043503 'for task 1'. Error: ' weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:302)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.common.resourcepool.ResourceSystemException: could not create a connection from the pool. With the exception of the DBMS driver: oracle.jdbc.driver.T2CConnection.getLibraryVersionNumber () I
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:388)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:236)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1249)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1166)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:249)
    Truncated. check the log file full stacktrace
    >

    I have some installed Oracle 11 g client and using the thick jdbc connection. But when I try to create the new connection in the database ide happens sucessfully...?
    Someone has an idea?

    -Looks

    Apparently, you can use tnsnames.ora with thin drivers, too:

    http://theblasfrompas.blogspot.com/2008/04/JDBC-thin-connection-using-tnsnamesora.html

  • NoClassDefFoundError RegionBinding when trying to access an application of adf

    Hello

    I followed these steps to set up my environment:

    1 - install the Weblogic 11 g Server
    2 install Soa Suite 11 g within weblogic server is installed in step 1
    3 - create a new domain (include Soa Suite)
    4. I developed an application of simple hello world, this application is deployed successfully.
    5. when I tried to access the application via web browser, I get this error:

    Operating system: Linux 64-bit

    Product version:

    -Oracle WebLogic Server 11 g 1 material (10.3.3)
    -SOA Suite (11.1.1.3.0)

    Error 500 - Internal server error

    java.lang.NoClassDefFoundError: oracle, adf, model, RegionBinding
    at oracle.adfinternal.controller.faces.context.StubJSFPageLifecycleContext.getBindingContainer(StubJSFPageLifecycleContext.java:42)
    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 2.execute(Lifecycle.java:135)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$ 400 (ADFPhaseListener.java:21)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ PhaseInvokerImpl.startPageLifecycle (ADFPhaseListener.java:231)
    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 1.after(ADFPhaseListener.java:267)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:364)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Obs. : If I have the same application running on weblogic incorporated in jdeveloper, it works.

    I read in other posts that I should install the ADF runtime on my domain/Weblogic libraries.
    When do the ADF application works, but when I tried to access the company Manager, I get this error:

    Instructions: I add this to my setDomainEnv.sh classpath

    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jct.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfcm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfmweb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ADFM.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfshare.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jctejb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jimdomains.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jmt.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/bc4jmtejb.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Collections.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/bc4jdomgnrc.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/adfmtl.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/jlib/adfui.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/jdev-cm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Commons-El.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Oracle-El.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/JSP-El-API.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/Commons-CLI-1.0.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xmlef.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/mdsrt.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/concurrent.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ojmisc.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/translator.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/runtime12.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/OJDL.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ORDIM.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ordhttp.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/TopLink.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ANTLR.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xmlparserv2.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/adfbinding.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/cache.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/XML.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsqlserializers.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsu12.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/DC-adapters.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ADF-connections.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/HTTP_Client.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/WSDL.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orajaxr.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orawsrm.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/wsclient.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orasaaj.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/MDDS.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/xsdlib.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/wssecurity.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/orawsdl.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_core.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_cert.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_xmlsec.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_wss.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/osdt_saml.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/ojpse.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/oraclepki.jar".
    CLASSPATH="${classpath}${CLASSPATHSEP}/app/CCEE/domains/soasuiteDomain/ADF/lib/jazncore.jar".
    Export CLASSPATH


    AND this IS the ERROR WHEN I ADD THIS: (in Enterprise Manager)

    Error 500 - Internal server error

    oracle.jbo.NoXMLFileException: Houston-26001: XML file could not be found for the null.cpx container
    at oracle.jbo.mom.MOMParserNonMDS.parse(MOMParserNonMDS.java:134)
    at oracle.jbo.mom.MOMParserNonMDS.readAndParse(MOMParserNonMDS.java:64)
    at oracle.jbo.mom.DefinitionContextStandard.readAndParse(DefinitionContextStandard.java:149)
    at oracle.jbo.mom.DefinitionManager.loadProjectDefinition(DefinitionManager.java:916)
    at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:554)
    at oracle.adf.model.BindingRequestHandler.initializeBindingContext(BindingRequestHandler.java:341)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:133)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:160)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:183)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3684)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)


    MY QUESTIONS:

    What should I do to make this work (soa suite, Manager of the company, my request to adf)?
    Installation by default, a domain with soa following is come with the adf runtime libraries? Why do I have to manually install these libraries?

    Thank you.
    Victor Jabur

    Hello

    We did encounter a similar problem - it was on AIX and not much Linux. It took the deployment of an EAR file on the AIX machine to solve the problem (although the WAR worked on Windows)...

    You want to check if this works for you?

    Thanks and greetings
    Anil

  • Error when you try to run an application that worked when built with 8.6

    I have a simple program that I wrote in the 8.6 version that I've never had a problem generation and execution of applications built with it to 8.6.  Two weeks ago, I got 2009 by mail because we had very recently purchased 8.6 and I get errors when you try to run an application built with the same code using 2009.  The error relates to the Mean.vi.  He claims that he can't find it.  The error I get is as follows:

    Error loading VI 'NI_AALBase.lvlib:Mean.vi '.  LabVIEW support 3 error code: could not load façade.  I don't have access to the front panel of this vi, so I wonder if there is a problem with the runtime and not my code.  Please answer as soon as possible because it will quickly start to the impact of my calendar.  Thank you.

    Hello!

    The same problem ?

    I talked with my local OR technical support team. The application now works without any problem.

    Rule of thumb: when creating a Setup program do not forget that the option "Run Time Engine xxxx" in the category "Other installers" is selected despite the fact that the runtime is already installed.

    Best regards.

  • When I start my PC, and before you start I receive this message from InfoCenter.exe - Application error - the application is not initialate properly (0xc0000135).

    Original title: initialize 0xc0000135

    When I start my PC, and before you start I receive this message from InfoCenter.exe - Application error - the application is not initialate properly (0xc0000135). I just click OK and continue. Any problem? Is this necessary application?

    Walter Rodriguez

    E-mail address is removed from the privacy *.

    10/07/12

    14:57

    Hello

    1. do you receive this after you see Start button or entry?

    2 have you made any changes to the computer before the show?

     

    Method 1: Boot errors are fixed by the clean boot.

    Perform the clean boot and see if that helps.

    A clean boot to check if startup item or services to third-party application is causing this issue.

    Reference: How to solve a problem by performing a clean boot in Windows Vista or Windows 7:

    http://support.Microsoft.com/kb/929135

    Note: when you're done to diagnose, follow step 7 in the article to start on normal startup.

     

    Method 2: Some malware parody itself as InfoCenter.exe, especially when it is located in the folder c:\windows or c:\windows\system32.

    I suggest you make a system full scan just to be sure.

    Here is a link that will give you information on how to perform a full scan of the system:

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    , Note 1: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Note 2: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

  • Error: dwwin.exe - Application error when executing Fallout2.

    Original title: dwwin.exe - Application error

    Hello
    I get this error when you run Fallout2 on my computer (Win XP SP3)

    dwwin.exe - Application error
    X with the exception of the breakpoint
    A breakpoint has been reached.
    (0 x 80000003) occurred in the location of the 0x7c90120e application.
    Click OK to terminate the program
    Click on Cancel to debug the program.

    When I press Cancel to debug the program, it crashes and I have to ctrl + alt + delete to get the Task Manager to end the process to ensure rear control.

    Any advice on what the problem is & how should I solve this problem?

    Thank you

    Hello

    1. what version of Adobe are you running?

    2. when there is this starting happening?

    3. did you other software on the system changes?

    This error can occur if virtual memory is too high.

    You can check the virtual memory settings.

    Set it to 1 on 1 time and a half the size of RAM installed.

    For more information, you can consult the following article:

    How to set performance options in Windows XP

    Did you installed Dell Quickset?

    If installed, then update the same thing and check.

  • Error message bad image: DLL C:\WINDOWS\system32\mmebaetf.dll when you try to open any error of application & research settings in the Windows XP computer.

    Original title: msg error Searchsettings & bad Image problem

    How to solve the search parameters & bad image of my windows XP error message? Whenever I start my Windows I have error of search parameters, and if I try to open some applications like YM or CHROME or all the other apps, I received the following message.
    DLL C:\WINDOWS\system32\mmebaetf.dll. It's so disturbing. Please help me solve this.

    With respect,
    Rosaline.

    Hello Rosaline48,

    Thanks for the return of the response.  Have you tried to boot safe mode to see if you can reproduce this error when you try to open any program?  You have scanned your computer for malware or viruses?

    Safe mode:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/boot_failsafe.mspx?mfr=true

    Last good known Configuration:

    http://Windows.Microsoft.com/en-us/Windows-Vista/using-last-known-good-configuration

  • I get an error when I connect to my computer that says Core Services Shell.exe - Application error

    Original title: shell.exe basic service error

    I get an error when I connect to my computer that says:
    Core Services Shell.exe - Application Error
    The exception unknown software expection (Oxc0000409) occurred in the application at location 0x0b98deaa.

    I have Trend Micro installed and it shows no virus. Any ideas of what could be the cause? It keeps popping up throughout the day.

    Thanks in advance.

    Hello MCL_999,

    Thanks for posting your question on the Microsoft Answers forum!

    From your description, you get a message indicating that Core Services Shell.exe meets an Application error.

    We will try to solve this by using a clean boot.

    Steps to try this are found here:

    How to configure Windows XP to start in a "clean boot" State

    Let us know if that helps.

    Best regards

    Matthew_Ha

  • I was doing a winpeshl.exe.error when starting "the application was not properly initialze (0xc0000006). "Click to complete the application.

    I was doing a winpeshl.exe.error when starting "the application was not properly initialze (0xc0000006). "Click to complete the application" when I click ok it reboots. I can even recover the system, tried F8 startup, alt/F10, F2, launch repair system, Safe Mode and all the rest and still get the same error. System specs are Acer Aspire 5920, Intel T5450 processor, 2 GB ram, 160 GB of HDD, windows vista edition Home premium.  I am currently under the memory diagnostic tool windows, but it is said that the test results will be displayed again once you log in, but I can't log in to view them.  The test seems to be hanging around 21% so I don't know how well it will do

    Hi A1W1LL,

    A clean boot helps eliminate software conflicts.  Let us check if software is causing the problem by following the clean boot procedure that may help you resolve the issue.

    To perform the clean boot procedure, follow the instructions in the link below.

    Step 1: Perform a clean boot
    Step 2: Enable half the services
    Step 3: Determine whether the problem returns
    Step 4: Enable half of the startup items
    Step 5: Determine whether the problem returns
    Step 6: Resolve the problem
    Step 7: Reset the computer to start as usual

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135

    After reviewing the issue, put the computer into Normal mode.
    Uninstall or update the program that is causing the problem.

    If you are not able to boot to the desktop, you can try to restore your computer from WinRE.

    1. Insert the Windows Vista installation disc in the disc drive, and then start the computer.
    2. Press any key when the message "Press any key to boot from CD or DVD".
    3. Select a language, a time and currency, and a keyboard or input method, and then click Next.
    4. click on repair your computer.
    5. in the System Recovery Options dialog box, select the drive of your Windows installation and click Next
    6. in the System Recovery Options dialog box, click System Restore.
    7. follow the instructions in the wizard to restore system as usual and choose the appropriate restore point.
    8. click Finish to restore the system.

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • Implementation error "the application BTTray.exe does not able to initialize properly" soon after connecting to Vista Premium 32 bit. Same error when you try to connect to Citrix, "the wfcrun32.exe application could not initialize correctly.

    On my laptop Dell Studio 1555 with 32-bit Windows Vista Premium (with SP2), as soon as I connect, I get an error "the application BTTray.exe does not able to initialize correctly. Click OK to terminate the application". Then another pop-up window appears the error information. After awhile, it prompts you to close the program. This happened since I updated the Bluetooth Widcom software from the DELL Web site. I tried to uninstall the software and put it back in place for the DVD that comes with the laptop. But that did not help.
    Yesterday, when I tried to connect to the remote Citrix server, so I was able to work remotely, I got the same error for the software Citrix, "the application failed to initialize properly wfcrun32.exe. Click OK to complete the program." Then another pop-up window appears the error information. After awhile, it prompts you to close the program.
    My colleague, who also has a laptop with Vista home is able to connect to Citrix without any error. He said he did a lot of configuration changes in the security features in vista.
    Is could someone please help me get rid of these annoying errors?

    I came across a similar story, while answering a different question, earlier today.  It seems to involve Dell machines and a corrupt file of the MFC80.dll.  If it's useful to you or not, I'm not sure, in any case, you would like to read this link.

    2.0 secure Local data RMCPlg.exe and BTTray.exe errors
    http://support.Dell.com/support/topics/global.aspx/support/DSN/en/document?c=us&DL=false&l=en&s=Gen&docid=6CF68D431EAAB41BE040AE0AB6E16686&doclang=en

    The previous post, I referred to was this one.

    The Groove application error
    http://social.answers.Microsoft.com/forums/en-us/vistaprograms/thread/10c8f8d6-D225-481e-99CA-4e048d401c2c

Maybe you are looking for

  • Export of slideshow

    How can I transfer a slide show from an IMac to a Macbook Pro? I have installation iCloud.

  • Re: Tecra M5 wakes up after hibernation without good reason

    M5 technique 2 GB Xp Pro SP3Placed in hibernation (Shut Down-> Hibernation) machine fortunately hibernates and then, for no apparent reason, "wake up." Mamangement power settings are, in my opinion, OK* Network cards all have Powermanagement allow th

  • Laptop HP 15: updated processor

    Hello! This is my first post here so excuse any errors please! So, I have a Hp i3 3110 M, bridge of Ivy 35 W, socket 988b rPGA, 21ga 39.5 motherboard and I would like to upgrade to i5. Could you recommend / tell me if there are all compatible process

  • How to make a dvd of photos with music

    Hello I am new to pc and I want to make a dvd with family photos and music. Any help would be appreciated.

  • Office 2010 activation question

    I use the beta of Office 2010 and have been invited for an activation key. I need help, because I'm stuck on how / where to go