Deployed application on the Stand alone server causing problem

Hello


I have created a web application in jdev 11.1.2.2 and trying to deploy in Stand alone WLS (10.3.6).

The application works fine in the built-in WLS.

But in Stand Alone WLS he keeps showing me the following error message.

I have two sources of data. And I implemented them both and they r works fine and tested. the jdbc name is right. On every page I am doing the operation create Insert, it throws the error. If I'm trying to update an existing record, it works very well. No idea why this is happening?

The data source is only used to create the UNIQUE_ID for primary keys. It says in the newspaper that BudgetId is the primary key
budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.run(budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.groovy:1)
it has the groovy expression
oracle.jbo.server.uniqueid.UniqueIdHelper.nextId
which is used to create the unique identification number
error pops up 
     
The Network Adapter could not establish the connection

Connection refused
ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5 oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection. at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:207)
 at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:166) at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:580) at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:313) at
 oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:102) at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:67) at
 oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:52) at oracle.jbo.server.URLConnectionHelper.getConnection(URLConnectionHelper.java:129) a
t oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:978) at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1147) at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6844)
 at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:132) at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:213) at
 oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:602) at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417) at
 oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021) at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606) at
 oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536) at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareResource(ApplicationPoolImpl.java:3781) at
 oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:334) at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2342) at
 oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571) at
 oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:234) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504) at
 oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499) at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1614) at
 oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1519) at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1490) at
 oracle.jbo.server.uniqueid.UniqueIdHelper.createNewAM(UniqueIdHelper.java:150) at oracle.jbo.server.uniqueid.UniqueIdHelper.getNextId(UniqueIdHelper.java:98) at sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at
 groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:234) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1607) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:3303) at
 org.codehaus.groovy.runtime.callsite.ClassMetaClassGetPropertySite.getProperty(ClassMetaClassGetPropertySite.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:237) at
 bc4j_oracle_insurance_viking_budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.run(bc4j_oracle_insurance_viking_budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.groovy:1) at
 oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1200) at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1253) at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1075) at
 oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2132) at oracle.jbo.server.EntityImpl.initDefaultExpressionAttributes(EntityImpl.java:1004) at oracle.jbo.server.EntityImpl.create(EntityImpl.java:958) at
 oracle.insurance.viking.foundation.model.common.VikingEntityImpl.create(VikingEntityImpl.java:100) at oracle.jbo.server.EntityImpl.callCreate(EntityImpl.java:1131) at oracle.jbo.server.ViewRowStorage.create(ViewRowStorage.java:1140) at
 oracle.jbo.server.ViewRowImpl.create(ViewRowImpl.java:461) at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:478) at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:5800) at
 oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1941) at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2504) at
 oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2545) at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2526) at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:11170) at
 oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1355) at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2170) at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:731) at
 oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402) at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252) at
 oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210) 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 oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173) at
 oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:163) at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:1091) at
 oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:982) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:880) at
 oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:553) at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:158) at
 oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:117) at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:84) at
 org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:51) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130) at
 org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190) at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:131) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:131) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106) at
 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1134) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:358) at
 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508) at 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:27) at
 weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at
 oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:469) at
 oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:469) at
 org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199) at
 org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:181) at
 weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at
 oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at
 oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139) 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) at
 weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at 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) Caused By:
 java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:482) at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678) at
 oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238) at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567) at
 java.sql.DriverManager.getConnection(DriverManager.java:582) at java.sql.DriverManager.getConnection(DriverManager.java:154) at oracle.jbo.server.URLConnectionHelper.getConnection(URLConnectionHelper.java:144) at
 oracle.jbo.server.URLConnectionHelper.getConnectionFromDriver(URLConnectionHelper.java:50) at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:195) at
 oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:166) at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:580) at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:313) at
 oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:102) at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66) at
 oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:52) at oracle.jbo.server.URLConnectionHelper.getConnection(URLConnectionHelper.java:129) at
 oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:978) at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1147) at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:6838)
 at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:130) at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:213) at
 oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:600) at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:417) at
 oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9021) at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4606) at
 oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2536) at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareResource(ApplicationPoolImpl.java:3780) at
 oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:334) at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2342) at
 oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571) at
 oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:234) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504) at
 oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499) at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1614) at
 oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1519) at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1490) at
 oracle.jbo.server.uniqueid.UniqueIdHelper.createNewAM(UniqueIdHelper.java:150) at oracle.jbo.server.uniqueid.UniqueIdHelper.getNextId(UniqueIdHelper.java:98) at sun.reflect.GeneratedMethodAccessor826.invoke(Unknown Source) at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86) at
 groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:234) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1607) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:3303) at
 org.codehaus.groovy.runtime.callsite.ClassMetaClassGetPropertySite.getProperty(ClassMetaClassGetPropertySite.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:237) at
 bc4j_oracle_insurance_viking_budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.run(bc4j_oracle_insurance_viking_budget_model_entity_VikBmBudgetEO_BudgetId_null_gs.groovy:1) at
 oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:1200) at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:1253) at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:1075) at
 oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2132) at oracle.jbo.server.EntityImpl.initDefaultExpressionAttributes(EntityImpl.java:1004) at oracle.jbo.server.EntityImpl.create(EntityImpl.java:957) at
 oracle.insurance.viking.foundation.model.common.VikingEntityImpl.create(VikingEntityImpl.java:99) at oracle.jbo.server.EntityImpl.callCreate(EntityImpl.java:1131) at oracle.jbo.server.ViewRowStorage.create(ViewRowStorage.java:1140) at
 oracle.jbo.server.ViewRowImpl.create(ViewRowImpl.java:461) at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:478) at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:5800) at
 oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1941) at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2504) at
 oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2545) at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:2526) at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:11170) at
 oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1355) at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2169) at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:731) at
 oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402) at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252) at
 oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210) 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 oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173) at
 oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:163) at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:1091) at
 oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:982) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:880) at
 oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:553) at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:158) at
 oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:115) at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:84) at
 org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:50) at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130) at
 org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190) at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461) at
 oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106) at
 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1134) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:358) at
 oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508) at 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:173) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at
 oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468) at
 oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468) at
 org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199) at
 org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180) at
 weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at
 oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) 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:139) 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) at
 weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at 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) Caused By: oracle.net.ns.NetException: The
 Network Adapter could not establish the connection at oracle.net.nt.ConnStrategy.execute(ConnStrategy.java:398) at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:438) at
 oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:711) at oracle.net.ns.NSProtocol.connect(NSProtocol.java:257) at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1222) at
 oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:330) at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678) at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:238) at
 oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34) at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567) at java.sql.DriverManager.getConnection(DriverManager.java:582) at
 java.sql.DriverManager.getConnection(DriverManager.java:154) at 
 
Thanks in advance

STILL , you didn't follow instructions properly.

The jbo.rowid_am_datasource_name parameter must be set to the JNDI name. My guess is:

"java: comp/env/jdbc/ROWIDAM_DB.

If you read the response from Steve M in the thread of EMG, you are connected, you will see an example (he did it with the code, but the example stands)

Tags: Java

Similar Questions

  • Discover the definition could not be found on the stand-alone server

    Hi all.

    I'm working on jdev 11.1.1.5

    I created the new module in the application, it works very well in integrated weblogic. But when I am deploying, it is not wrking. When I click on the page, I get the definition of reportinResultVo not found error...

    Why it is happening.any suggeston

    Hello

    I also met this thing. But I'm sure, in my case when I create VO, I type the name of the VO. After the creation of the VO, I just rename. Somehow, rename any process is not successful. On the side of jdeveloper, I saw the name.but updated when I checked on the file system, it's always the old name. And that's why the stand-alone server does not receive the view definition. I've created VO again or try to rename according to you.its works for me.check names in your jdev and file system...

  • Deploying the application to the stand-alone WebLogic problem

    Hello!
    I have a problem with the stand-alone WebLogic Server applications.
    We migrated to JDeveloper 11.1.1.5 to 11.1.2.1. I followed the instructions on this page: https://blogs.oracle.com/imc/entry/standalone_weblogic_domain_for_adf to deploy our application of ADF on AdminServer. Everything worked OK.

    Then I followed the instructions on this page: http://docs.oracle.com/cd/E21043_01/web.1111/e13813/custom_jrf.htm to apply with our "ADF_server" the server JRF managed and got this:
    WLS: / offline > applyJRF ('ADF_server', ' / Oracle/Middleware/user_projects/domains/our_domain ')
    Read the/Oracle/Middleware/user_projects/domains/our_domain area of applyJRF
    Copy the configuration files JRF/Oracle/Middleware/oracle_common/modules/Oracle/Middleware/user_projects/domains/our_domain/config/fmwconfig/servers/ADF_server
    Components JRF target to "ADF_server".
    Update changes JRF to/Oracle/Middleware/user_projects/domains/our_domain field in offline mode
    It's probably OK?

    When I try to deploy a problem occurs on a managed server 'ADF_server':
    * [10: 55:08] Weblogic Server Exception: weblogic.application.ModuleException: could not load the webapp: "ADFMainApplication-ViewController-context-root."
    * [10: 55:08] caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to ' [ServletContext@1542360219[app:ADFMainApplication_Project1_ADFMainApplication module: root ADFMainApplication-ViewController-context-path: / ADFMainApplication-ViewController-context-root spec-version: 2.5] ", defined in weblogic.xml [Extension name: jsf Specification-Version: 2, exact match: false] *.
    * [10: 55:08] see the server logs or the console of the server for more details.*
    * [10: 55:08] weblogic.application.ModuleException: failed to load the webapp: "ADFMainApplication-ViewController-context-root."
    * [10: 55:08] deployment cancelled.*
    * [10: 55:08] - incomplete deployment. *
    * [10: 55:08] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer). *

    What should I do to run the managed server? Help, please.
    Best regards, Marko

    You did to be sure that the 11.1.1.5.0 adf runtime has been installed on the managed server before installing Upgrade patches to 11.1.2.1.0?

    If this isn't the case, it is the problem. The new runtime environment is installed automatically if the olny one has been set up correctly, my personal conclusion from my tests. If you want to learn more about this check http://tompeez.wordpress.com/2011/06/25/upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/ and http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/.

    You can make the threethings:
    1. Open Enterprise Manager, select your managed server and hope you see a message like "JRF aply to this managed server" (don't remember the exact wording). To do this, and libraries must configure OK.
    2. open the administration console and select the necessary shared libraries and add your manages the target server. Problem is that you don't know what libs are needed. If you don't mind target libraries to the managed server. Not sure if this causes problems later.
    3 write information on the managed server as port, domain names machine name. Remove the server managed the installation of WLS. It must be very sad that you upgrade and which should be no application or shared library of your one deployed on the managed server. After removal of the old successful server closes wls and start it again (just for security). Now, create a new managed server with all names, ports, and other information like the old using the quick start tool.

    I prefer the 3 method, this one worked for me all the time.

    Timo

  • Management Center of firepower of Cisco on the stand-alone server

    You can install a management center of firepower of Cisco on a stand-alone server and not a virtual machine?  Here is a guide for the virtual machine:

    http://www.Cisco.com/c/en/us/TD/docs/security/firepower/60/Quick_Start/m...

    but I couldn't find one for a stand-alone server. Or what I can use this procedure for a stand-alone server.

    Looks like the only option of will not not with a virtual machine is to get the device itself.

    Thank you

    To install on a server bare metal, you could first put ESXi (free version) on it and then run FMC as the virtual machine only on that. I've had clients do this and it works fine.

  • CUCMBE 6000 connection install the unit on the stand-alone server

    I have a new C200 M2. My question is, can I I separated the connection of the unit installed on a separate server, rather than having CUCMBE\Unity connection on 1? The C200 running vmware 4.1

    Thanks in advance

    A deployment to a deployment of 6K to

    (A) to run on the C series

    (B) choose maximum 4 apps in the link

    (C) use the EGGS for 6 K deployments that are smaller that installs stand-alone.

    If you want redundancy, you can have another running the OVAs 6 K of C series (if the product supports clustering)

    What I don't understand is what you said:

    CUCMBE\Unity connection on 1.

    On a 6K installation you select 4 products, in this case, you create a virtual machine for CUCM, one for CUC and one for CUPS. Separate virtual machines, separate installs and integrations.

    There is no CUCMBE on 6K like the one on 8.X where a single installation had CUCM and CUC, it's CUCMBE 5 K and it is a completely different matter.

    HTH

    Java

    If it helps, please note

    www.Cisco.com/go/pdihelpdesk

  • FDM to HFM - stand-alone server connectivity problem

    Hi Experts

    We have a problem and need help. We have FDM (11.1.2.0) on one server and another server the HFM (11.1.2.1) to which we try to connect. Both systems use different shared services. We use the FM11-X-G5E adapter. We have implemented a user in the HFM and we can get access to the application with the client for win 32 HFM (e.g. data grids) from FDM server open. In the profile of the machine, we entered correct HFM cluster name and the profile of the machine, we use the user that we put on the HFM server.

    We trying to do a test connectivity in the web client (find the target accounts in the section maps) that we receive the following error message:

    Error: Function [fConnect] adapter failed.

    In addition, the error logs have the following comments:

    -------------------------------------------------
    * FdmFM11XG5E Runtime Error Log entry begin [2011-08-31-14: 45:33] *.
    -------------------------------------------------------------
    Error:
    Code of... 5
    Description...
    {4C8A4CF4-EB87-4716-AA3F-38771AF765BE}2-214702489118/31/2011 02:45:32 PMxxxxxxxCHsxClient.cpp42811.1.2.0.0.2762-214702489108/31/2011 02:45:32 PMxxxxxxxxxCHsxClient.cpp89911.1.2.0.0.2762
    Process... clsFMAdapter.fConnect
    Component... C:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\AdapterComponents\fdmFM11xG5E\fdmFM11XG5E.dll
    Version... 145
    Identification:
    User... XXXX
    Name of the computer... XXXXX
    Connection of FINANCIAL MANAGEMENT:
    Name of the application...
    Name of the cluster...
    Field...
    Connect status... No open connection

    * Start the journal entry for the Runtime Error FDM [2011-08-31 15:25:09] *.
    -------------------------------------------------------------
    ERROR:
    Code............................................. 10054
    Description... Adapter function [fConnect] failed.
    Process... clsBlockProcessor.DimensionList
    The component... upsWBlockProcessorDM
    Version.......................................... 1112
    Thread........................................... 5432

    * Start the journal entry for the Runtime Error FDM [2011-08-31 15:25:10] *.
    -------------------------------------------------------------
    ERROR:
    Code...-2146818234
    Description... Adapter function [fConnect] failed.
    Procedure........................................ ObjScriptReturnMarshaler.GetDimensionList

    Any ideas?

    Ed. We have registered the DLL file

    Published by: Phil.R on 31.8.2011 05:59

    Phil,

    This isn't a support of integration. By the 11.1.2.1 app readme, 11.1.2.0 will be only supported to integrate with HFM 11.1.2.0.

  • Error during the deployment of ADF application to a stand-alone weblogic Server

    I use Jdeveloper 11.1.1.6.0 and I'm trying to deploy my application on a stand-alone server running on a Unix machine and I get the following error message:

    [16: 12:44]-deployment began. ----
    [16: 12:44] the target platform's (Weblogic 10.3).
    [16:13] recovery of the existing application information
    [16: 13:01] analysis of the dependence running...
    [16: 13:01] building...
    [16: 13:05] deployment of profile...
    [16: 13:09] wrote on the Web for C:\JDeveloper\PortingAppln\ViewController\deploy\ADF1.war application Module
    [16: 13:13] Application deployment...
    [16: 20:19] [Deployer: 149191] Operation "deploy" on demand "ADF1' initialization on"ADF1.
    [16: 20:45] WebLogic Server Exception: weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:45] check the server logs or the console of the server for more details.
    [16: 20:45] weblogic.application.WrappedDeploymentException: oracle/jrf/PortabilityLayerException
    [16: 20:46] # incomplete deployment. ####
    [16: 20:46] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Can someone help me with this problem.

    Thank you
    Srini.

    .. and make sure that you have installed and configured the correct version of WLS (it should be 10.3.5).

    Arun-

  • Error ADF application to a stand-alone weblogic deployment

    JDeveloper version: 11.1.2.2

    Question: I have built a standalone weblogic server (10.3.5.0) and am trying to deploy my ADF application on it. The deployment fails with the following message is displayed. The stand alone server, I built is on the same machine where jdeveloper is installed and I use same weblogic provided with jdeveloper install. The application works well on the integrated server. I have studied this issue and you have more or less the same answer of ADF installation run libraries. Can anyone please help me with exactly what I install and how?

    Thank you
    Saurabh.


    [09: 49:44] cannot determine the platform target profile. Using default
    [09: 49:44]-deployment began. ----
    [09: 49:44] the target platform's (Weblogic 10.3).
    [09: 49:55] recovery of the existing application information
    [09: 49:55] analysis of the dependence running...
    [09: 49:55] building...
    [09: 50:18] deployment of profile...
    [09:50:20] wrote on the Web for C:\JDeveloper\mywork\EmployeeTrack\ViewController\deploy\EmployeeTrack_ViewController_webapp.war application Module
    [09:50:20] Application deployment...
    [09: 50:24] [Deployer: 149191] Operation "deploy" on demand "EmployeeTrack_ViewController_webapp" boot on 'ADFServer '.
    [09: 50:26] [Deployer: 149193] Operation "deploy" on demand "EmployeeTrack_ViewController_webapp" failed on "ADFServer".
    [09: 50:26] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy EmployeeTrack_ViewController_webapp on ADFServer. : could not load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] WebLogic Server Exception: weblogic.application.ModuleException: could not load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to ' [ServletContext@29261813[app:EmployeeTrack_ViewController_webapp module: EmployeeTrack_ViewController_webapp.war path: / alonedemo spec-version: 2.5] ", defined in weblogic.xml [Extension-name: adf.oracle.domain.webapp, exact match: false], [Extension name: jstl Specification-Version: 1.2, exact match: false], [Extension name: jsf Specification-Version: 2, exact match: false]
    [09: 50:26] check the server logs or the console of the server for more details.
    [09: 50:26] weblogic.application.ModuleException: failed to load the webapp: "EmployeeTrack_ViewController_webapp.war."
    [09: 50:26] undeployment.
    [09: 50:26] - incomplete deployment.
    [09: 50:26] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    In the colsole admin click on the name of one of the libraries, and then select the target tab and see if the checkbox for your (managed) server is set. If it's the library should be available, and you should not see the error.

    Timo

  • stand-alone server from acs 2008 available software?

    I use acs 4.2 on a windows 2003 server sp2 in my current network. The network has been replaced and I'm a software/windows 2008 Server and build the application. I'm a bit confused as too the available software. The acs software only 5.4 I see is for the appliance and vmware. Is this software available for stand-alone servers is not end of life?  Or can I use acs 4.2 on the stand-alone server and update all the way to 5.4. I think they would have a base at one of the levels 5.x package... Any information would be appreciated

    Hello

    I would like to inform you about the following things:

    1 ACS 5.x cannot be installed on the server of widnows as ACS 4.x

    2 ACS 5.x cannot be installed on the vmware (Linux-based) or as a device.

    3 ACS 4.x is a box of windows-based and ACS 5.x is a device based on linux/VMware

    4. you can configure vmware or a device such as a stand alone ACS5.x box.

    5 ACS 4.2.1.15 is available up to now and is still not end of life.

    6. you can upgrade the ACS 4.2.0.124 to 4.2.1.15, however it is not compatible with windows 2008 r2 box.

    7. you is impossible to pass the ACS ACS 5.4 4.2, you can buy seprate for ACS 5.4 license and then you can migrate the database from 4.2 to 5.4

    Concerning

    Mohammed (useful rate of messages)

  • Windows Media Player ActiveX plays do not image, but the stand alone WMP application. Why?

    I use my Windows Media Player v11 with extra codec to play mp4 files (mp4 are not supported by default with WMP 11, so I had to install a codec). It works very well in the stand-alone application, but when I use the ActiveX control in the regulation, it does not use the codec and I get only sound... no picture. I thought that the ActiveX was merely an interface to the same application of base used by OR and the stand alone media player. And if it's the same kernel, it must use the same codec. What Miss me?

    I have a tip for you. If you download Quicktime 7 (QT), you can select the QT activex player (see picture). It plays mp4 and seems better. QT is free, so there shouldn't be any problem. Try and see if it make you good

  • problem with making a stand-alone server windows 2008, I do not really understand the versions of the internet protocol

    I do a stand-alone server for windows 2008 and my question, what's the difference between an internet protocol version 6 (TCP/IPv6) and internet protocol version 4 (TCP/IPv4), thank you welcomes Dylan

    Hello

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • Can possible save of Cisco DCNM on NFS and FTP on the stand-alone dcnm Server

    Can anyone suggest me that how I can back up the database DCNM 7.2 for a stand-alone server on NFS /FTP?

    What is the procedure to perform the backup on server NFS /FTP?

    Is any dependency to take backup on remote servers from stand-alone server DCNM (not HA)?

    Hello

    VIEW includes a database backup utility in the $INSTALLDIR/dcm/directory/bin/view.  There are 2 versions of the script, one for Oracle and one for postgres databases, and they both can be run from the server command line.  These scripts will create a dump (.dmp) database file which you can ftp offshore to another server to files, if you wish.

    For reference, here is the documentation on backups of db VIEW:

    http://www.Cisco.com/c/en/us/TD/docs/switches/Datacenter/SW/7_2_x/Fundam...

    Thank you

    Eric

  • The network infrastructure for a stand-alone server or a Cluster Network Infrastructure?

    Hello

    I want to install a single instance database and I want to use ASM.

    My setup is now just one node but in the future probably it evolve on several nodes.

    So, can I use the Network Infrastructure for a Cluster to a single node, or I have to use a stand-alone server network infrastructure?

    Concerning

    If you later plan ro use more than one server to install the cluster network infrastructure. It is possible to install on a server.

  • Download the stand-alone host to vCenter License Server failed because the exception: vim.fault.HostConnectFault.

    Location:

    ESXi 5.5 Update 2 stand-alone host with a licnese Essentials

    vCenter Server 5.5 Update 2

    Whenever I'm going to add this host to vCenter he fails with the error: download the file < HOST IP > license to vCenter Server failed because the exception: vim.fault.HostConnectFault.

    I restarted the server vCenter, tried different credentials and looked through all the articles online that I can find online with the same question and nothing none of them suggested has worked so far.

    Thoughts?  Ideas?

    I'll leave this here in the event that it helps someone else.  I was using an administrator account on the stand-alone host in an attempt to add it via vCenter.  Once I started using the Root account on the host, I could add without problems.

  • Migration VI - 3.5 (stand-alone server) to the field (W2K3)!

    Hi all

    We have a VI - 3.5 running on a stand-alone server environment

    (WORKING GROUP). The management have decided that it is a security risk

    and want us to add this server to our Domian W2K8.

    Now I am looking for 2 days now, but the only information I get "migration to new domain ESX environment.

    (1) but I need to know if there is a security risk.

    (2) how I do, where should I start?

    Vsphere host is actually not to join the domain. (Linux)

    You have to rename the DNS settings and specify the domain name and the FULL domain name

    In DNS, you must manually add the host ESX "A record" for the name and IP reslution.

    For security on the host computer, make sure you've got a strong login password

    On the side of the virtual machine as reference is similar to the addition of normal Windows servers in the domain, so security will depend on domain and security strategies

    Concerning

    If you find this or any other answer useful please consider giving points by checking the answer useful or appropriate. Thank you.

Maybe you are looking for

  • I downloaded FF4 and my MAC 10 x does not support. You must reinstall 3.5 to 3.6. How?

    After having received the information from Firefox 4.0, I decided to load it down. I replaced my 3.5 with the 4.9 only to find out that my OSX 10.4 will not run FF 4.0. Now I've lost everything because I have more 3.5 on my hard drive! How can I rein

  • Why you want to connect the tablet to the PC?

    I still have a problem connecting my tablet PC, just curious, how you guys connect to the PC for?

  • How to optimize this code?

    Hi all The function I want to achieve is very simple. The reading of data from data acquisition, play the sound file if a rising edge is detected and stop playing if a front down is detected. Attachment is my code, it works, but if I stop the program

  • How to get previous panelhandle

    Hi all I created 3 panels different (panelhandle1, panelhandle2, panelhandle3). Configuration1: when I click on a button, the callback function displays the panel2 with this code: HidePanel (panelhandle1); DisplayPanel (panelhandle2); In panel2: it's

  • Dimension figures of precision measurement

    Is there a way to reduce the number of digits of precision or number of digits? It's really annoying to have these really long labels like 16,500000 and 8,200000 mm mm. There could at least be a "hide zeros" and maybe a 'minimum number of figures' fi