UnknownHostException during OBPM Enterprise Setup

Hi,
when trying to configure the OBPM Enterprise while doing the WLST Script I get an UnknownHostException even though I can connect via WebLogic Scripting Console using the same host, port, username and password. Do I need something special for OBPM here?
I tried to use the hostname and the IP. Nslookup shows the correct domain resolution.
[<I> 02/07/10 10:17:54] t3://xxx:7001
[<I> 02/07/10 10:17:54] Connecting to t3://xxx:7001 with userid weblogic ...
[<I> 02/07/10 10:17:54] This Exception occurred at Fri Jul 02 09:17:54 GMT 2010.
[<I> 02/07/10 10:17:54] javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: xxx]
[<I> 02/07/10 10:17:54]      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:787)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.Environment.getContext(Environment.java:315)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.Environment.getContext(Environment.java:285)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
[<I> 02/07/10 10:17:54]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.init(InitialContext.java:223)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.<init>(InitialContext.java:197)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
[<I> 02/07/10 10:17:54]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[<I> 02/07/10 10:17:54]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[<I> 02/07/10 10:17:54]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[<I> 02/07/10 10:17:54]      at java.lang.reflect.Method.invoke(Method.java:597)
[<I> 02/07/10 10:17:54]      at org.python.core.PyReflectedFunction.__call__(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyMethod.__call__(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyObject.__call__(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyObject.invoke(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx4.connect$1(<iostream>:16)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx4.call_function(<iostream>)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyFunction.__call__(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx15.initConfigToScriptRun$2(C:\Users\xx\.configWizard\tmp\config.py:57)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx15.call_function(C:\Users\xx\.configWizard\tmp\config.py)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyFunction.__call__(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx15.f$0(C:\Users\xx\.configWizard\tmp\config.py:667)
[<I> 02/07/10 10:17:54]      at org.python.pycode._pyx15.call_function(C:\Users\xx\.configWizard\tmp\config.py)
[<I> 02/07/10 10:17:54]      at org.python.core.PyTableCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.PyCode.call(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.core.Py.runCode(Unknown Source)
[<I> 02/07/10 10:17:54]      at org.python.util.PythonInterpreter.execfile(Unknown Source)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLST.main(WLST.java:131)
[<I> 02/07/10 10:17:54]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[<I> 02/07/10 10:17:54]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[<I> 02/07/10 10:17:54]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[<I> 02/07/10 10:17:54]      at java.lang.reflect.Method.invoke(Method.java:597)
[<I> 02/07/10 10:17:54]      at weblogic.WLST.main(WLST.java:29)
[<I> 02/07/10 10:17:54] Caused by: java.net.UnknownHostException: xxx
[<I> 02/07/10 10:17:54]      at java.net.InetAddress.getAllByName0(InetAddress.java:1157)
[<I> 02/07/10 10:17:54]      at java.net.InetAddress.getAllByName(InetAddress.java:1083)
[<I> 02/07/10 10:17:54]      at java.net.InetAddress.getAllByName(InetAddress.java:1019)
[<I> 02/07/10 10:17:54]      at weblogic.rjvm.RJVMFinder.getDnsEntries(RJVMFinder.java:422)
[<I> 02/07/10 10:17:54]      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:192)
[<I> 02/07/10 10:17:54]      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
[<I> 02/07/10 10:17:54]      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:345)
[<I> 02/07/10 10:17:54]      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
[<I> 02/07/10 10:17:54]      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.Environment.getContext(Environment.java:315)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.Environment.getContext(Environment.java:285)
[<I> 02/07/10 10:17:54]      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
[<I> 02/07/10 10:17:54]      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.init(InitialContext.java:223)
[<I> 02/07/10 10:17:54]      at javax.naming.InitialContext.<init>(InitialContext.java:198)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:315)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:62)
[<I> 02/07/10 10:17:54]      at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:148)
[<I> 02/07/10 10:17:54]      ... 31 more
[<I> 02/07/10 10:17:54] No server running at t3://xxx:7001 or the user/password is wrong

Just corrected a similar problem, my host name was not in DNS (only in a local hosts file) and for some reason t3 doesn't seem to use those very well.
To correct the connection edited the t3 parts in:
<domain_home>/init-info/startscript.xml
Took off the alias for the host and set "localhost" instead.
Hope this helps.

Similar Messages

  • 'UnknownHostException ' during OBPM enterprise for weblogic configuration

    Hi,
    I am configuring OBPM enterprise 10.3 for weblogic on Windows 7 machine.
    Below is the error that I receive,
    [<I> 18/01/12 14:52:23] t3://esp50ws19444-7:7001
    [<I> 18/01/12 14:52:23] Connecting to t3://esp50ws19444-7:7001 with userid weblogic ...
    [<I> 18/01/12 14:52:23] This Exception occurred at Wed Jan 18 14:52:23 CET 2012.
    [<I> 18/01/12 14:52:23] javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: esp50ws19444-7]
    [<I> 18/01/12 14:52:23] No server running at t3://esp50ws19444-7:7001 or the user/password is wrong
    1) With WLST on comand prompt, I am able to connect to t3://esp50ws19444-7:7001
    2) I tried using the 'IP address' and Full DNS name 'esp50ws19444-7.CRB.APMOLLER.NET' but BPM configuration still fails
    3) Referred below threads but no success,
    UnknownHostException during OBPM Enterprise Setup
    [Urgent]Oracle BPM 10gR3 integrate with Oracle weblogic 10gR3 failed.
    Unable to configure the Directory in BPM Enterprise Edition for WebLogic
    WLST Failed in Oracle BPM Enterprise for Weblogic Server
    I see that my C:\windows\system32\drivers\etc\hosts file is empty and it says that the name resoultion is managed in DNS itself.
    Giving localhost and computername/ipaddress in 'hosts' file did not help me.
    Can anybody tell me if this can be resolved?
    Regards,
    Akshay

    Hi,
    I am really surprise to see this behavior,
    weblogic is able to connect to t3:server:port and OBPM is refusing to connect in WLST
    Anybody can let me know why is this behavior?
    Regads

  • Problem when using f:invoke or f:invokeUrl over OBPM Enterprise

    Hi All,
    I am installing a new environment of Oracle BPM 10.3.1 Enterprise for Weblogic (and using Weblogic Server 10.3.2), and I have creates a small project to test the funcionality of OBPM Tag Library, invoking from custom JSP. However, I test my process in OBPM Studio with a JSP that using f:field and f:invoke and works fine but when I published and deployed the project over OBPM Enterprise, an exception is throwed in the f:invoke (the f:field works correctly, because if I test only this, it is show me the attributes of BPM object). This is the stack trace of the exception:
    <09-oct-2012 19H42' CDT> <Error> <HTTP> <BEA-101362> <[ServletContext@22416257[app:08-workspace-XAFDIDS.ear module:workspace path:/workspace spec-version:2.5]] could not deserialize the request scoped attribute with name: "agreement"
    java.lang.ClassNotFoundException: xobject.Com.Posadas.BPM.DAT.Model.Objects.AgreementRequest: This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is part of a cluster is also deployed on all other members of that cluster
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:218)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:85)
    at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInputStream.java:61)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    Truncated. see log file for complete stacktrace
    >
    <09-oct-2012 19H42' CDT> <Error> <HTTP> <BEA-101362> <[ServletContext@22416257[app:08-workspace-XAFDIDS.ear module:workspace path:/workspace spec-version:2.5]] could not deserialize the request scoped attribute with name: "agreement"
    java.lang.ClassNotFoundException: xobject.Com.Posadas.BPM.DAT.Model.Objects.AgreementRequest: This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is part of a cluster is also deployed on all other members of that cluster
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:218)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:85)
    at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInputStream.java:61)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    Truncated. see log file for complete stacktrace
    >
    <09-oct-2012 19H42' CDT> <Error> <HTTP> <BEA-101362> <[ServletContext@22416257[app:08-workspace-XAFDIDS.ear module:workspace path:/workspace spec-version:2.5]] could not deserialize the request scoped attribute with name: "agreement"
    java.lang.ClassNotFoundException: xobject.Com.Posadas.BPM.DAT.Model.Objects.AgreementRequest: This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is part of a cluster is also deployed on all other members of that cluster
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:218)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:85)
    at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInputStream.java:61)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    Truncated. see log file for complete stacktrace
    >
    <09-oct-2012 19H42' CDT> <Error> <HTTP> <BEA-101362> <[ServletContext@22416257[app:08-workspace-XAFDIDS.ear module:workspace path:/workspace spec-version:2.5]] could not deserialize the request scoped attribute with name: "agreement"
    java.lang.ClassNotFoundException: xobject.Com.Posadas.BPM.DAT.Model.Objects.AgreementRequest: This error could indicate that a component was deployed on a cluster member but not other members of that cluster. Make sure that any component deployed on a server that is part of a cluster is also deployed on all other members of that cluster
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:218)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:85)
    at weblogic.common.internal.WLObjectInputStream.resolveClass(WLObjectInputStream.java:61)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1575)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
    Truncated. see log file for complete stacktrace
    >
    ================Oracle® BPM - WorkSpace================
    fuego.lang.ComponentExecutionException: No se ha podido ejecutar correctamente la tarea.
    Motivo: 'fuego.web.execution.exception.InternalForwardException: Se ha producido un error inesperado durante el proceso de reenvío interno.'.
    at fuego.web.execution.InteractiveExecution.setExecutionError(InteractiveExecution.java:307)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:166)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:239)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:104)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    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:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
    at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
    at fuego.web.execution.servlet.ServletExternalContext.processAction(ServletExternalContext.java:110)
    at fuego.workspace.execution.WorkspaceInteractiveExecution.dispatchComponentExecution(WorkspaceInteractiveExecution.java:98)
    at fuego.web.execution.InteractiveExecution.invokePrepare(InteractiveExecution.java:351)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:192)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    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:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    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:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: fuego.web.execution.exception.InternalForwardException: Se ha producido un error inesperado durante el proceso de reenvío interno.
    at fuego.web.execution.servlet.ServletExternalContext.redirectView(ServletExternalContext.java:131)
    at fuegoblock.net.web.NewJspController.forward(NewJspController.java:98)
    at fuegoblock.net.web.NewJspController.service(NewJspController.java:50)
    at fuego.web.execution.servlet.ServletRedirector$ControllerRedirector.forward(ServletRedirector.java:197)
    at fuego.web.execution.servlet.ServletRedirector.redirect(ServletRedirector.java:58)
    at fuego.web.papi.TaskExecutor.processRedirect(TaskExecutor.java:224)
    ... 47 more
    Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: MethodUrl Tag: Object 'agreement' null or not a BPMObject
    at weblogic.servlet.jsp.PageContextImpl.handlePageException(PageContextImpl.java:417)
    at jsp_servlet._webroot._schema_45_415478435_45_1144662710._21._customjsp._launchagreement.__showagreements._jspService(__showagreements.java:787)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    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:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
    at fuego.web.execution.servlet.ServletExternalContext.redirectView(ServletExternalContext.java:128)
    ... 52 more
    Caused by: javax.servlet.jsp.JspException: MethodUrl Tag: Object 'agreement' null or not a BPMObject
    at fuego.taglib.tags.fo.InvokeUrlTag.evaluateAttributes(InvokeUrlTag.java:168)
    at fuego.taglib.tags.fo.InvokeUrlTag.doStartTag(InvokeUrlTag.java:47)
    at jsp_servlet._webroot._schema_45_415478435_45_1144662710._21._customjsp._launchagreement.__showagreements._jsp__tag95(__showagreements.java:4588)
    at jsp_servlet._webroot._schema_45_415478435_45_1144662710._21._customjsp._launchagreement.__showagreements._jspService(__showagreements.java:738)
    ... 60 more
    Error inesperado.:No se ha podido ejecutar correctamente la tarea.
    Motivo: 'fuego.web.execution.exception.InternalForwardException: Se ha producido un error inesperado durante el proceso de reenvío interno.'.
    * Unable to render the error:
    java.lang.IllegalStateException: Cannot forward a response that is already committed
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:122)
    at fuego.workspace.servlet.BaseServlet.forward(BaseServlet.java:55)
    at fuego.workspace.servlet.BaseServlet.forward(BaseServlet.java:67)
    at fuego.workspace.servlet.BaseServlet.errorHandler(BaseServlet.java:325)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:232)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    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:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:499)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:248)
    at fuego.web.execution.servlet.ServletExternalContext.forwardInternal(ServletExternalContext.java:197)
    at fuego.web.execution.servlet.ServletExternalContext.processAction(ServletExternalContext.java:110)
    at fuego.workspace.execution.WorkspaceInteractiveExecution.dispatchComponentExecution(WorkspaceInteractiveExecution.java:98)
    at fuego.web.execution.InteractiveExecution.invokePrepare(InteractiveExecution.java:351)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:192)
    at fuego.web.execution.impl.WebInteractiveExecution.process(WebInteractiveExecution.java:54)
    at fuego.web.execution.InteractiveExecution.process(InteractiveExecution.java:223)
    at fuego.web.papi.TaskExecutor.runApplicationTask(TaskExecutor.java:349)
    at fuego.web.papi.TaskExecutor.execute(TaskExecutor.java:95)
    at fuego.workspace.servlet.ExecutorServlet.doAction(ExecutorServlet.java:117)
    at fuego.workspace.servlet.BaseServlet.doPost(BaseServlet.java:229)
    at fuego.workspace.servlet.BaseServlet.doGet(BaseServlet.java:220)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at fuego.workspace.servlet.AuthenticatedServlet.service(AuthenticatedServlet.java:83)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    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:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at fuego.web.filter.SingleThreadPerSessionFilter.doFilter(SingleThreadPerSessionFilter.java:64)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at fuego.web.filter.CharsetFilter.doFilter(CharsetFilter.java:48)
    at fuego.web.filter.BaseFilter.doFilter(BaseFilter.java:63)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
    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:2202)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    I don't know what is missing in the OBPM Enterprise installation or configuration, I have followed the process and recommendations. Anyone know what is happening or is likely ever happened to anyone else?
    Thanks,
    César

    Someone can help me?
    I really appreciate any help
    Thanks in advance to all

  • WPA2 Enterprise setup question

    I have been trying to complete a WPA2 Enterprise setup, and I have hit a wall in troubleshooting. The current setup has two SSIDs, but the users only use one of these SSIDs, and that one is setup as WEP (I know...I know). I have been tasked with getting the users on a stronger security setup, and I thought that the best way would be to have them use WPA2 Enterprise, and they would authenticate to the network using their Active Directory user name and password. 
    I have been trying to get the secondary SSID converted over to do this, but I am stuck. I have setup the access point (Cisco 1140) the way that I believe should work, and I have also went through the Radius server (Microsoft Server 2008 R2) and set it up with some suggestions I have ran while researching.
    I am hoping someone can see what I am doing wrong, or guide me to setup a more secure connection. My networking/Cisco skills are intermediate so there are things that I miss or could improve on at times. 
    I am attaching the config on the access point, and some screen shots off of our Radius server.
    The radius server is  10.90.9.9
    SSID that I am trying to configure is AAA
    AP IP address 10.90.6.6
    Please let me know if there is any information that I am missing. I will get it to you right away.
    Edit - One thing I didn't include was that we don't have a certificate for this. Preferably I would like to set this up without a cert, and just have them authenticate with the user/pass from AD. If a cert is needed though, I can get one. Thanks :)
    Thanks.

    Hi Brent,
    Here is a working configuration for similar requirement using ACS as RADIUS server. Hope it is useful for you to get this working.
    http://mrncciew.com/2013/11/14/autonomous-ap-with-external-radius/
    Pls do not forget to rate our responses if it is useful to you.
    HTH
    Rasika

  • CR 2008 dependence files cannot be found during the web setup project build

    Hi,
    Please anyone who knows why dependence files cannot be found?
    CR 2008 dependence files cannot be found during the web setup project build. Nevertheless, this problem did not prevent the project from being installed on the server but I need to know why it couldn't be found? while I'm having the latest service packs installed on my development machine (SP0, SP1, SP-Fix 1, 2, 3 and 4 including ClickOnce and Merge Modules).
    The warning messages that I'm getting during the web setup project build.
    Build started: Project: VMAComponentsLibrary, Configuration: Debug Any CPU
    Starting pre-build validation for project 'VMASetup'
    WARNING: Unable to find module dependency with signature 'MFCLOC.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.Policy.66332652_9C28_58B1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.Policy.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFCLOC.Policy.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.Policy.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.1E507087_0819_45E0_FF1F_C8B3B9A1E18E'
    Pre-build validation for project 'VMASetup' completed
    Thank you.

    Hi,
    CR 2008 for VS has a merge module that will be copied to the C:\Program Files\Common Files\Merge Modules for example (CRRuntime_12_1.msm, CRRuntime_12_1_da.msm, CRRuntime_12_1_de.msm, u2026).
    According to CR documentation in order to deploy a project which uses a crystal reports we have to including one or more of these files in the setup project (Merge Modules).
    As I understand these files can help the setup project to know which dependence files are needed for the application to be deployed successfully with CR.
    You mentioned
    (The merge modules for Crystal Reports 2008 SP1 are dependent on the C++ library files from 2005 SP1.) I understood the above message.
    But what did you mean by this? What are the merge modules that you are mentioning hear?
    (I know this isn't what you want to hear but the merge modules just aren't available any other way. Microsoft doesn't have them available for download, and we are not permitted to make them available.)
    Thanks.
    Edited by: Sami Aljafer on Jun 15, 2009 9:37 PM

  • I finally was able to download and install mountain lion on my macbook pro. Within minutes, I received an email saying my iCloud account was accessed by my apple id. I unchecked the icloud box during the iTunes setup. Can someone tell me if this is a ha

    After months of failed attempts, I finally got mountain lion loaded on my macbook pro. Shortly thereafter I received an email saying my id had been used to access icloud.  During the setup process, I unchecked the icloud box so I am not sure whether this is normal or has someone else using icloud with my id. I am pretty sure that I did not select iclout  for set up.

    Don't worry I've sorted it! I just had to turn off Reminders as well in iCloud. Calendar then worked fine, even when I turned Calendar and Reminders back on.

  • Solman_admin password changes results in errors during managed system setup

    Hello all,
    I am trying to get Solman 4.0 EHP 1 to work, but get numberous problems.
    Currently I have 6 messages at SAP, but no solution yet.
    Situation:
    Solman 4.0
    SAP_BASIS     701     0003
    SAP_ABA     701     0003
    ST-PI     2008_1_700     0000
    PI_BASIS     701     0003
    SAP_BW     701     0003
    CRMUIF     500     0001
    SAP_AP     700     0014
    BBPCRM     500     0013
    CPRXRPM     400     0014
    BI_CONT     704     0002
    ST     400     0019
    ST-A/PI     01L_CRM570     0000
    ST-ICO     150_700     0016
    ST-SER     701_2008_2     0002
    So, it is uptodate.
    The problem:
    Changing the solman_admin password results in errors during connecting a managed system.
    In the inital setup the solman_admin is created with a pasword.
    After the basic setup I setup some managed systems.
    In the meantime I had to change the password of solman_admin
    I am logged in with solman_admin and do solman_setup to setup the managed system.
    During the setup a process tries to logon back to the solman using solman_admin and the incorrect password.
    This is the logging:
    Step SSO Details
    Found SID for SSO ACL entry : MSD
    Found login.ticket_client for SSO ACL entry : 000
    The Read entry permission on TicketKeystore/SAPLogonTicketKeypair-cert was given to sap.com/tcwebadministratorsolmandiag/servlet_jsp/smd/root/WEB-INF/lib/SetupLib.jar
    The TicketKeystore/SAPLogonTicketKeypair-cert was succesfully read (823 bytes)
    A failure occured while connecting to ABAP stack on localhost sys=70 client=300 user=SOLMAN_ADMIN
    !! Exception : Password logon no longer possible - too many failed attempts
    A failure occured while importing ABAP SSO ticket certificate in ABAP stack
    !! Exception : java.lang.NullPointerException
    Java SSO ticket certificate of MSD was imported in ABAP PSE of kswv024.mob.local (client 300)
    The Java SSO ticket certificate was successfully imported in ABAP System PSE, and the ACL updated accordingly (SID=MSD LoginTicketClient=000)
    Anyone else has this problem?
    gr
    Sander

    Just for clarification it's Solman 7.0 EHP1 correct?
    Also you may want to unlock the following user:
    localhost sys=70 client=300 user=SOLMAN_ADMIN
    Then if you navigate (in solution manager) to TCode solman_workcenter -> "Root Cause Analysis" tab ->"Agent Administration" menu item on the left -> "Applications Configuration" tab -> under the Agent Applications - Configuration menu on the left select "com.sap.smd.agent.application.global.configuration" -> Change the "Scope" drop down in the frame to the right to the SMD agent that you are using for "localhost sys=70 client=300" -> Click the "edit" button to the right of the Scope drop down box -> now find the entry below that lists "SOLMAN_ADMIN" as the user and find the corresponding password entry and update it with the new password that you changed it to -> click save and try the managed setup again.
    Hope this helps, please let me know and we can go from there.

  • Need to convince manager on posting downtime during build of setup tables

    Can any one suggest some pointers in writing a business case for downtime during build up of setup tables
    this is for Sales Application component.

    Delta loads especially for LO extraction is governed by the V3 jobs scheduled in the source system.
    These V3 jobs will post into the delta queue even if there is some activity in the R/3 system.
    To ensure that no transactions get missed - a downtime is taken in the source system so that no documents are changed.
    If you want to avoid downtime :
    1. You should know which documents changed during the period the extractors were refreshed. this is in order to fo a full repair request.
    Typical procedure involves :
    1. Take downtime.
    2. Clear delta queues into SAP BI
    3. Deschedule V3 jobs
    4. Move enhancements into the production R/3 system.
    5. Do an init without data transfer into SAP BI to create the delta queues
    6. Schedule the V3 collection jobs
    7. open the system for users to post / change documents etc
    8. Continue deltas into SAP BI
    If you want to avoid downtime then
    1. Clear delta queues into SAP BI
    2. Deschedule V3 jobs
    3. Move enhancements into R/3 production
    4. Init without data transfer
    5. Schedule V3 jobs
    6. Continue deltas
    7. Perform full repair request for documents that have changed between steps 1 and 5 into SAP BI.
    I have gioven the steps for an enhancement - but then any activity involving changes to V3 extractions or Upgrade activity in SAP BI would fall into the same category.

  • Error during Managed system setup "Wilyhost Agent" type

    Hello All,
    Managed system setup finished with one error. Iam using this for selfmonitoring (solman itself as managed system)
    Error msg as follows.
    0 Wilyhost Agent(s) from host inbbssun02 are connected to the EM.
    Wilyhost Agent configuration finished without errors, but on Enterprise Manager (TDCTBI.india.tcs.com:6001) no Wilyhost Agent was detected from host inbbssun02. Please check the log file jvm_smdagent.out whether the Wilyhost Agent could connect to the Enterprise Manager. If the Enterprise Manager configuration has been changed recently please restart the SMD Agent on OS level.
    I checked jvm_SMDAgent.out. and log as follows.
    /06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Introscope Agent Release 8.0.2.0 (Build 470970)
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.4.2_20-rev" from S
    un Microsystems Inc.
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Trying to load agent profile based on system property "com.wily.introscope.ag
    entProfile"
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Trying to load file from /usr/sap/SMD/J98/SMDAgent/applications.config/com.sa
    p.smd.agent.application.wilyhost/IntroscopeSapAgent.profile
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Loaded file from /usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.ag
    ent.application.wilyhost/IntroscopeSapAgent.profile
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Agent Metric Aging is turned off
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Agent Metric Aging: property introscope.agent.metricAging.heartbeatInterval i
    s set to 1800
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Agent Metric Aging: property introscope.agent.metricAging.dataChunk is set to
    500
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Agent Metric Aging: property introscope.agent.metricAging.numberTimeslices is
    set to 3000
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Looking for agent profile property "introscope.agent.extensions.directory" to
    locate the extensions directory.
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] The agent extensions directory /usr/sap/SMD/J98/SMDAgent/applications.config/
    com.sap.smd.agent.application.wilyhost/ext was successfully located
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Introscope Agent startup complete.
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] The Agent will attempt to determine its name.
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Using the Agent name "SAP HostAgent J98" based on the value of the System Pro
    perty "com.wily.introscope.agent.agentName".
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent] Initial agent name set to SAP HostAgent J98
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent.Isengard] Initiating connection attempts to the Introscope Enterprise Manager.
    1/06/10 02:55:29 PM IST [INFO] [IntroscopeAgent.Isengard] The Agent reconnection delay is set to 15 second(s).
    1/06/10 02:55:30 PM IST [INFO] [IntroscopeAgent] Started Error Reporting service
    [p4://inbbssun02:50004] Agent ready.
    1/06/10 02:55:34 PM IST [INFO] [IntroscopeAgent.IsengardServerConnectionManager] Connected Agent to the Introscope Enterprise
    Manager at TDCTBI.india.tcs.com:6001,com.wily.isengard.postofficehub.link.net.DefaultSocketFactory. Host = "inbbssun02", Proce
    ss = "SAP HostAgent Process", Agent Name = "SAP HostAgent J98".
    Is there any seperate setting for wilyhost agent connection to EM ?
    Regards,
    Shyam

    I have restarted the agent at OS level and it appears in the Agent Admin page.
    I then re-ran the Managed System Config for this system and receive the same error.
    I have looked at the jvm_smdagent.out file on the wilyhost and found the following errors
    1/11/10 05:37:02 AM CET [INFO] [IntroscopeAgent] Looking for agent profile property "introscope.agent.extensions.directory" to locate the extensions directory.
    1/11/10 05:37:02 AM CET [INFO] [IntroscopeAgent] The agent extension property "introscope.agent.extensions.directory" is not set. No extensions will be loaded.
    1/11/10 05:37:02 AM CET [INFO] [IntroscopeAgent] Introscope Agent startup complete.
    1/19/10 12:34:08 PM CET [WARN] [IntroscopeAgent.IsengardServerConnectionManager] The Introscope Agent is sending data to the Introscope Enterprise Manager too slowly.  Keeping the connection alive.
    The agent on the solution manager box is version 7.0 and the version od the agent on the PI box is 7.11
    Regards
    Stephen

  • WCS Enterprise Setup with HA

    Hi All,
    i have to setup WCS Enterprise on several servers with a 1000 AP License and a Secondary Server "in the Middle". Can anybody help me with Informations regarding Licensing, how to setup the Secondary Server, in which step of the Installation do i define him as Secondary and how is the Licensing done?
    Any Help Welcome, regards, Michael

    To give a better picture, the secondary WCS can act as secondary for lots of primaries. It is constantly synched with all the primary WCS databases in that case. When one primary WCS goes down, the secondary goes active and runs that particular database.
    This is why it doesn't require a license, would be a little mess otherwise :-) But the primary WCS must have a PLUS license though to have the HA feature.

  • IPhone enterprise setup - security concerns

    Dear all,
    My company (3000+ users) is in the process of integrating the iPhone into the enterprise, and the ideal setup would be :
    - OTA (Over The Air) sync of calendar and contacts with ActiveSync
    - OTA push mail with ActiveSync
    - ActiveSync policies enforcement (like passcode, etc...)
    But :
    - Users will have to sync their apps, music, photos, podcasts, ... from home; we do not wish to deploy iTunes on corporate computers; this could represent an important loss of productivity, and too much to cope with for our Helpdesk.
    First question : does this make sense ?
    Secondly, my concern as the company's security officer is : what happens to the corporate data when the iPhone is synced (and backed up) with the employee's private (aka. home) computer ? Does iTunes save Exchange data (settings, e-mails, calendar, contacts) to the computer ? If yes, is there a way to prevent this ?
    Any answer would be greatly appreciated. Thanks.
    jdm7

    Cam you clarify your questions? What does "IT people warn that if include it in the server for sync will breach security on patients data" mean?
    Do you mean if you sync with Exchange and there is patient info on the iphone? AHA.org says that encryption is not required, BUT it may be expected. IF Encryption is not required, but you do have patient data on the iPhone then you must at least:
    1. Use SSL to sync with Exchange - this would protect the data in the air
    2. Use the Apple Enterprise tools to force password lock on the iPhone and force a data wipe if so many incorrect passwords were entered.
    That is at least at a minimum.

  • Error occurred during Oracle Enterprise Manager 12c (12.1.0.3) installation

    Hello all,
    I ran into some error during installation. And I need your help in solving this problem. The error occurs during Step Configure (Configuration assistant "Repository Configuration" has failed) and the Repository Configuration in the Installation Progress Details view.
    And the error is shown below is from ViewLog and from the terminal where I launched runInstaller. Thank you all in advance for your helps.
    ViewLog:
    INFO: oracle.sysman.top.oms:Completed Prereq check
    INFO: oracle.sysman.top.oms:The plug-in Plugins Prerequisites Check has successfully been performed
    INFO: oracle.sysman.top.oms:About to execute plug-in Repository Configuration
    INFO: oracle.sysman.top.oms:The plug-in Repository Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.oms.RepositoryConfiguration
    INFO: oracle.sysman.top.oms:Classpath = /test/vince/em_install/oem_mgr/oms/sysman/jlib/emprereqkit.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emCoreSDK.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/omsConfig.jar:/test/vince/em_install/oem_mgr/oms/jdbc/lib/ojdbc6.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emcore_client.jar:/test/vince/em_install/oem_mgr/oms/../modules/com.bea.core.apache.log4j_1.2.13.jar:/test/vince/em_install/oem_mgr/oms/jlib/rcucommon.jar:/test/vince/em_install/oem_mgr/oms/jdbc/lib/ojdbc6.jar:/test/vince/em_install/oem_mgr/oms/sysman/jlib/emagentSDK.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.xdk_11.1.0/xml.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.dms_11.1.1/dms.jar:/test/vince/em_install/oem_mgr/oms/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/test/vince/em_install/oem_mgr/oms/jlib/rcu.jar
    INFO: oracle.sysman.top.oms:BaseConfiguration:invoke:Starting BaseConfiguration  invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:Inside perform method
    INFO: oracle.sysman.top.oms:Running the Schema Action...
    INFO: oracle.sysman.top.oms:Setting required properties
    INFO: oracle.sysman.top.oms:REPOS_USER: SYSMAN
    INFO: oracle.sysman.top.oms:SYS_USER: SYS
    INFO: oracle.sysman.top.oms:CONNECT_STRING: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:ORACLE_HOME: /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:mgmtTabLoc :
    INFO: oracle.sysman.top.oms:confDataTabLoc :
    INFO: oracle.sysman.top.oms:defaultDataFileLoc :
    INFO: oracle.sysman.top.oms:ad4jDataTabLoc :
    INFO: oracle.sysman.top.oms:EMSCHEMA MANAGER: oracle.sysman.emdrep.schemamanager.EMSchemaManager@31e5eb16
    INFO: oracle.sysman.top.oms:The required parameters are set for schemamanager
    INFO: oracle.sysman.top.oms:Starting both repos upgrade and transx loading in parallel
    INFO: oracle.sysman.top.oms:EMSCHEMA MANAGER: create oracle.sysman.emdrep.schemamanager.EMSchemaManager@31e5eb16
    INFO: oracle.sysman.top.oms:create_process_id:a5v5w4b86ftf
    INFO: oracle.sysman.top.oms:The command run for transx is /test/vince/em_install/oem_mgr/oms/sysman/admin/emdrep/bin/RepManager -connect (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl))) -action transx  -repos_user SYSMAN -dbUser SYS -mwHome /test/vince/em_install/oem_mgr -mwOraHome /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:processing arguments
    INFO: oracle.sysman.top.oms:compiling arguments for validation
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms: Enter SYSMAN repository password :
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:stty: standard input: Invalid argument
    INFO: oracle.sysman.top.oms:Verify :
    INFO: oracle.sysman.top.oms:Enter password for: SYSMAN
    INFO: oracle.sysman.top.oms:   done checking required user credentials...
    INFO: oracle.sysman.top.oms:done creating arguments...
    INFO: oracle.sysman.top.oms:creating logger..
    INFO: oracle.sysman.top.oms: Connection exception in  action logger path calculated: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: action logger path calculated: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/
    INFO: oracle.sysman.top.oms: no action logger file name from previous session
    INFO: oracle.sysman.top.oms: action logger filename after search: emschema.log
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log
    INFO: oracle.sysman.top.oms:Logger FileName:/test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/emschema.log
    INFO: oracle.sysman.top.oms:already exists: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/emschema.log
    INFO: oracle.sysman.top.oms:oracleHome:  /test/vince/em_install/oem_mgr/oms
    INFO: oracle.sysman.top.oms:connect_string: (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:done connection validation without error
    INFO: oracle.sysman.top.oms:action to perform is: transx
    INFO: oracle.sysman.top.oms:action to be performed:TRANSX
    INFO: oracle.sysman.top.oms:action is transx - non RCU based action
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms: action logger filename finally: emschema.log.TRANSX
    INFO: oracle.sysman.top.oms:Logger FileName:/test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/emschema.log.TRANSX
    INFO: oracle.sysman.top.oms:newly created: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/emschema.log.TRANSX
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms:process_id:132hgzixoqx34
    INFO: oracle.sysman.top.oms:Initialization...
    INFO: oracle.sysman.top.oms:Driver: oracle.jdbc.driver.OracleDriver
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:exiting the thread...
    INFO: oracle.sysman.top.oms:[Initializing the EM RCU Runner, Failed Parameter Validation]
    INFO: oracle.sysman.top.oms: action logger path calculated finally: /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0420_PM/m_092513_0420_PM.TRANSX/
    INFO: oracle.sysman.top.oms:The transx command execution is completed with the status 255
    INFO: oracle.sysman.top.oms:transx_retCode:255
    INFO: oracle.sysman.top.oms:The transx action failed, Run the RepManager with -action transx
    INFO: oracle.sysman.top.oms:process_id:a5v5w4b86ftf
    INFO: oracle.sysman.top.oms:Failure...
    INFO: oracle.sysman.top.oms:1 error(s) happened in performing the action:
    INFO: oracle.sysman.top.oms:1):
    ORA-65096: invalid common user or role name
    File:/test/vince/em_install/oem_mgr/oms/sysman/admin/emdrep/sql/core/latest/admin/admin_create_repos_user.sql
    Statement:CREATE USER SYSMAN  IDENTIFIED BY ******  DEFAULT TABLESPACE MGMT_TABLESPACE   QUOTA UNLIMITED ON MGMT_TABLESPACE  TEMPORARY TABLESPACE TEMP
    INFO: oracle.sysman.top.oms:The plug-in Repository Configuration has failed its perform method
    Terminal:
    PLUGIN_DEP_LIST={}
    PLUGIN_PURGE_LIST={}
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    jdbcUrl = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    Processing command line ....
    Repository Creation Utility - Checking Prerequisites
    Checking Global Prerequisites
    Repository Creation Utility - Checking Prerequisites
    Checking Component Prerequisites
    Repository Creation Utility - Creating Tablespaces
    Validating and Creating Tablespaces
    Repository Creation Utility - Create
    Repository Create in progress.
    Percent Complete: 5
    Percent Complete: 30
    Percent Complete: 55
    Percent Complete: 80
    RCU-6130:Action failed - RCU-6134:Error while trying to execute JDBC action.
    Repository Creation Utility: Create - Completion Summary
    Database details:
    Connect Descriptor                      : (DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=nsn175-105.us.oracle.com)(PORT=1521)))(CONNECT_DATA=(SID=orcl)))
    Connected As                    : SYS
    RCU Logfile                     : /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0419_PM/m_092513_0419_PM.CREATE/rcu.log
    RCU Checkpoint Object                   : /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager//RCUCheckpointObj
    Component schemas created:
    Component                       Status  Logfile
    EM Repository Creation Configuration            Failed  No log created
    EM Repository Init Configuration                Failed  No log created
    EM Repository Common            Failed  /test/vince/em_install/oem_mgr/oms/sysman/log/schemamanager/m_092513_0419_PM/m_092513_0419_PM.CREATE/em_repos_common.log
    Repository Creation Utility - Create : Operation Completed

    You are using DB12 as EM repository which is not certified. From the log, ORA-65096: invalid common user or role name , some people have reported similar issue while using DB12 as their repository.
    If this  not the case then log an SR with oracle support and upload the logs:
    - $ORACLE_HOME/sysman/log/schemamanager zipped
    - $ORACLE_HOME/cfgtoollogs/ zipped
    - central inventory logs

  • IPad can't get in the internet via a WPA2 Enterprise setup

    I've seen some similar posts and no real answers. My Office just got set up with Wireless, it's cisco gear and using RADUIS to authenticate. What they told us to do on the windows boxes was this:
    Connect to the SSID
    use WPA2 Enterprise Authentication
    TKIP Encryption
    Use PEAP Authentication
    Uncheck the "Validate Server Certificate"
    Authentication Method is EAP-MSCHAP v2 on the PEAP properties screen
    Following these instructions on Windows 7 I can get on the network.
    I tried this on my iPad:
    connected to the network
    selected WPA2 Enterprise
    It Prompted my for my login/password
    I entered them....
    Then I got a certificate and it asked me to accept/install it, and I did
    Then it connects to the access point and gets a signal
    Even though I am connected and authenticated I can't get on the internet, and I get no IP address. Not a DHCP issue since other devices work.
    Any ideas on alternate configurations, or what I'd need to do with the iPhone Configuration Utility to get this working?

    "Unsupported" device - I've heard that before, too many times... =)
    So after thinking on everything you've tried, it's safe to say that your AP is running PEAPv0 with EAP-MSCHAPv2 for Authentication. This is good news - as it is probably the most widely used Enterprise WiFi configuration, iOS devices should absolutely be compatible with this. Getting a non-domain XP PC connected was a great idea, as I have discovered that Windows XP is kind of "loose" in the way it handles PEAP certificates - it will accept any certificate given to it by a RADIUS server without question. Undoubtedly a big security hole, but it does have the advantage of being "user friendly." I don't think Apple's implementation is quite as loose, so even though you are manually accepting one certificate, you probably need more to complete the chain of trust required for your device to authenticate the server. This is a requirement for PEAP to function.
    So at this point, I think your best bet would be to migrate over to the Credentials tab. If you're running the iPhone Config Utility on a PC which connects to the AP, you already have the certificates in your trusted certificate store - so simply hit the add button and add any relevant certificates. For example, if your domain is named "corporate", import any certificates bearing that domain. Once you've done this, head over to the Trust tab under WiFi and check off your newly imported certificates as being trusted for your connection.
    In addition, if you can figure out what the name of the RADIUS server on the other end of the AP is doing the authentication, add it under "Trusted Certificate Names" - if you don't know it, you can also add a wildcard like "*.corporate" to trust any servers in your domain. This shotgun approach is probably your best bet for making it go initially.
    You will know this is all working when you no longer get the dialog on your iPad to accept the certificate, and hopefully, you get an IP address.
    We're truly in the thick of it now, and this is my last idea - so if this does not work, we will need to call on those stronger than I with iOS networking... or, you can call up your IT department and start the conversation off with the words "I bet you can't figure this out" - that always gets IT people going =)
    Best of luck!
    Sources:
    http://howto.techworld.com/mobile-wireless/3451/use-peap-for-wireless-authentica tion/
    http://images.apple.com/ipad/business/pdf/iPadDeploymentScenarios.pdf

  • Unable to connect siebel gateway name server during configuration enterprise server

    Hi,
    when I try to configure Siebel enterpise after entering the port of the gateway server name I get the following error: "Unable to connect gateway server name".
    I perform the following steps:
    1) Configuration Gateway Server Name
         Entered port TCP/IP = 2320
         Enable automaticaly start server gateway name server
         Show pop up "Configuration siebel succesful"
    2) Configuration Enterprise Server
         Entered name account authentication gateway server name = SADMIN
         Entered passoword account authentication gateway server name = SADMIN
         Entered name host gateway server name = VDIMTNSIEBEL01 (name my machine)
         Entered port TCP/IP gateway server name = 2320
         show pop up error : "Unable to connect gatawey server name"
    I can not find the log file in order to understand the issue.
    When I try to connect to the gateway from the browser with the url
    vdimtnsiebel01:2320 I get this screen mode:
    ???@??????? ?????????? ????????QÈ  ??? ??????????? ??? ??? ? ?h????
    and writes this log in the file "C:\siebel\8.1.1.0.0\ses\gtwysrvr\log\NameSrvr.log
    SisnapiLayerLog Error 1 0000001151c810a0:0 2013-06-25 10:11:27   4980: [SISNAPI]: Rx msg len=0 peer=VDIMTNSIEBEL01.ISCVDI.LOCAL avail=325 Hello expected session=13
    474554202F66617669636F6E2E69636F
    20485454502F312E310D0A486F73743A
    207664696D746E73696562656C30313A
    323332300D0A557365722D4167656E74
    3A204D6F7A696C6C612F352E30202857
    696E646F7773204E5420362E313B2057
    4F5736343B2072763A32312E30292047
    65636B6F2F3230313030313031204669

    Hi,
    Please clarify me the following.
    You specified the login name as 'SADMIN'. Is this the login id, that you used for your Operating System? "Entered name account authentication gateway server name" expects you to enter the NT login, not the DB login.
    You may also expected to specify your network name, if your login id is specific to a network. e.g Oracle\Rajkumar assuming that Oracle is your network and Rajkumar is the user name.
    You may not expected to have the DSN created, as Gateway may not be interested in knowing which DB you are connected to. And you neither enter the 'DB name' anywhere in the 'Gateway Server Configuration', if my understanding is right.
    Please confirm.
    Below pages are for reference (not directly relevant to your question):
    http://docs.oracle.com/cd/B40099_02/books/SiebInstWIN/SiebInstCOM_Prep18.html
    Bookshelf v8.0: Requirements for Siebel Gateway Name Server Installation and Configuration
    Thanks.
    Regards,
    Rajkumar Raju

  • OBPM Enterprise for Weblogic 10.3 配置问题

    我能够安装OBPM weblogic 企业版,但是配置directory时候,不管是在已经建立好的weblogic域上还是使用向导,都在70-72%(运行WLST)的时候失败。
    INFO: Completed initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for context '/console'
    <Aug 13, 2009 9:09:06 PM CST> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM D
    UAL" set up for pool "BPMServerDS" failed with exception: "java.sql.SQLRecoverableException: Io exception: Connection reset".>
    <Aug 13, 2009 9:09:06 PM CST> <Error> <JDBC> <BEA-001112> <Test "SELECT 1 FROM D
    UAL" set up for pool "FDIDS" failed with exception: "java.sql.SQLRecoverableException: Io exception: Connection reset".>
    <Aug 13, 2009 9:09:07 PM CST> <Warning> <JDBC> <BEA-001129> <Received exception
    while creating connection for pool "BPMServerDS": The Network Adapter could not establish the connection>
    <Aug 13, 2009 9:09:07 PM CST> <Warning> <JDBC> <BEA-001129> <Received exception while creating connection for pool "FDIDS": The Network Adapter could not establish the connection>

    Hi,
    Event I am facing the similar problem but its irrregular(but most of the time). I get following as a log while shutting down the server.
    Stopping Weblogic Server...
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'atg
    _domain'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Shutting down the server AdminServer with force=false while connected to AdminSe
    rver ...
    And it countinues...
    Regards,
    Kevin Chheda

Maybe you are looking for