Logging data source expressions

Hello

We use NI TestStand 2012 here in our society, and I have a simple question.

In any test pass/fail (numeric, String, pass/fail regular), is it possible to have the TestStand to include the data source expression in the default report?

I can add it manually in the component "Other results", but I have to do for each step.

I see that on conditional expressions and flow measures are included in the report, but not the my expressions of pass/fail, which are found in the data source tab.

It seems obvious to me that the data source should be there, otherwise I just in the report the name of the step and the result and no information of what has been actually tested.

Thank you in advance!

Leandro

It does not show what the '10' value means: speed, voltage, current, RPM, etc. unless we call actually step in this way.

Thanks again.

There is a 'units' set numerical limit markets which addresses this problem. You can even specify custom units if you would like, although there are many built in those you choose as well. Also the name of the step should usually give an idea of what exactly is being tested.

For the recording of Boolean expressions, probably the simplest thing is to use a stage model that is preconfigured to connect to the data source, or you can create a new custom step based on the test of success/failure that connects to the default data source type, or you could write a tool that passes through the sequence files and change all tests pass/fail to connect their datasource.

-Doug

Tags: NI Software

Similar Questions

  • JSON Date Source

    Hello

    I'm almost done to convert my application to use XML to JSON; the last thing I need to reconfigure is my field of research (which is looking the listView data source).

    In XML, I would fix the query:

    query: "/root/continent"
    

    looking for this file:

    XML

    
        
            
            Brazil vs Croatia
            Thursday 12 June 2014
            17:00PM (Local Time)
            Arena de Sao Paulo
            
        
    
    

    So now, I have converted more of JSON and instead use the title of listItem, I use fixtureInfo just as they were both providing the same information.

    JSON

    [
      {
        "type":"item",
        "id":"1",
        "dateNumber":"12/06/2014",
        "fixtureInfo":"Brazil vs Croatia",
        "dateInfo":"Thursday 12 June 2014",
        "timeInfo":"17:00PM (Local Time)",
        "timestamp":"1402603200000",
        "stadiumInfo":"Arena de Sao Paulo"
      }
    ]
    

    Data source:

    DataSource {
                        id: dataSource1
                        property string sQuery: ""
                        onSQueryChanged: {
                            dataModel1.clear()
                            load()
                        }
                        source: "asset:///JSON/Fixtures.json"
                        type: DataSourceType.Json
                        remote: false
    
                        onDataLoaded: {
                            //create a temporary array tohold the data
                            var tempdata = new Array();
                            for (var i = 0; i < data.length; i ++) {
    
                                tempdata[i] = data[i]
    
                                //this is where we handle the search query
                                if (sQuery == "") {
                                    //if no query is made, we load all the data
                                    dataModel1.insert(tempdata[i])
                                } else {
                                    //if the query matches any part of the country TITLE, we insert that into the list
                                    //we use a regExp to compare the search query to the COUNTRY TITLE (case insenstive)
                                    if (data[i].listItem.title.search(new RegExp(sQuery, "i")) != -1) {
                                        dataModel1.insert(tempdata[i])
    
                                        //Otherwise, we do nothingand donot insert the item
                                    }
    
                                }
    
                            }
    
                            // this if statement below does the same as above,but handles the output if there is only one search result
                            if (tempdata[0] == undefined) {
                                tempdata = data
    
                                if (sQuery == "") {
                                    dataModel1.insert(tempdata)
                                } else {
                                    if (data.listItem.title.search(new RegExp(sQuery, "i")) != -1) {
                                        dataModel1.insert(tempdata)
                                    }
                                }
                            }
                        }
                        onError: {
                            console.log(errorMessage)
                        }
                    }
    

    Therefore, what set that the query - for my data source - so that it will pick up the JSON data as before with XML?

    Thanks in advance.

    Like many I know THAT JSON does not use a query. Check out these https://developer.blackberry.com/native/documentation/cascades/device_platform/data_access/working_w... https://developer.BlackBerry.com/native/reference/Cascades/bb__data__jsondataaccess.html

  • Failure of Service Provisioning short 3.1.0.0 for the Oracle BI Server connect data source library

    I installed 3.1 short (NON - SSL) as well as the service of commissioning successfully

    Eid-ps/status

    Information Provisioning Service 3.1.0.0 short Oracle discovery review 2484

    Server short communicationSUCCESS
    Access database backend

    SUCCESS

    I'm able to succeed in creating a data source library to connect to the Oracle database, however, when I try to create a data source library to connect to a BI server it does not say "Not able to connect to the Service Provisioning" and the following errors appear in the weblogic server log.

    No idea where and what the problem is?

    # < 6 July 2015 1:53:57 AM PDT > < Info > < oracle.bi > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172837874 > < BEA-000000 > < connect to SECONDARYCCSPORT = 9706; MAXRECONNECTATTEMPTS = 3; TRUSTANYSERVER = true; PRIMARYCCSPORT = 9706; MAXRPCCLIENTCREATEATTEMPTS = 3; USER = weblogic; HEARTBEATINTERVAL = 60; MAXHEARTBEATATTEMPTS = 3; MAXRPCCLIENTCOUNT = 100; SSL = false; TRUSTSTOREPASSWORD = *; PASSWORD = *; SECONDARYCCS =; PORT = 9704; CATALOG =; HOST = Host2; PRIMARYCCS =; SSLKEYSTOREPASSWORD = *; RPCCLIENTEXPIRATIONTIME = 60; >

    # < 6 July 2015 1:54:28 AM PDT > < Info > < oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172868092 > < BEA-000000 > < java.io.IOException: end of file

    at oracle.bi.rpc.BlobUtil.readInt(BlobUtil.java:28)

    at oracle.bi.rpc.RpcEndPoint.readResponse(RpcEndPoint.java:136)

    at oracle.bi.utilitycomm.ServerRpcClient4.doRpcHandshake(ServerRpcClient4.java:64)

    at oracle.bi.utilitycomm.RpcClient.internal_open(RpcClient.java:137)

    at oracle.bi.utilitycomm.RpcClient.open(RpcClient.java:157)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.create (SocketPool4.java:228)

    at oracle.bi.utilitycomm.ObjectPoolFactory.createObjects_locked(ObjectPoolFactory.java:117)

    at oracle.bi.utilitycomm.ObjectPoolFactory.getObject(ObjectPoolFactory.java:169)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getObject (SocketPool4.java:254)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getFreeRpcClient (SocketPool4.java:302)

    at oracle.bi.utilitycomm.SocketPool4.getFreeRpcClient(SocketPool4.java:389)

    at oracle.bi.jdbcclient.TcpClientAPI.callRPC(TcpClientAPI.java:52)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenServer(TcpClientAPI.java:175)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenSession(TcpClientAPI.java:105)

    to oracle.bi.jdbc.AnaJdbcConnection. < init > (AnaJdbcConnection.java:117)

    at oracle.bi.jdbc.AnaJdbcDriver.connectToNQSNode(AnaJdbcDriver.java:398)

    at oracle.bi.jdbc.AnaJdbcDriver.connect(AnaJdbcDriver.java:472)

    at java.sql.DriverManager.getConnection(DriverManager.java:571)

    at java.sql.DriverManager.getConnection(DriverManager.java:187)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.createNewConnection(JdbcDatabase.java:48)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.checkCanConnect(JdbcDatabase.java:40)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb.setDataSource(ObiOperationsEjb.java:67)

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

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

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

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

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)

    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to com.sun.proxy. $Proxy204.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.service.core.CoreImpl.setDataSource(CoreImpl.java:322)

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

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

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

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

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:92)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:74)

    to com.sun.xml.ws.server.InvokerTube$ 2.invoke(InvokerTube.java:151)

    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)

    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)

    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)

    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)

    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)

    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)

    to com.sun.xml.ws.server.WSEndpointImpl$ 2.process(WSEndpointImpl.java:403)

    to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:539)

    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)

    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)

    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)

    to weblogic.wsee.jaxws.HttpServletAdapter$ AuthorizedInvoke.run (HttpServletAdapter.java:708)

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

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

    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)

    to weblogic.wsee.jaxws.HttpServletAdapter$ 3.run(HttpServletAdapter.java:311)

    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)

    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:99)

    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

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

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

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

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

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

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

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

    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)

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

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

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

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

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

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

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

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

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

    >

    # < 6 July 2015 1:54:28 AM PDT > < Info > < oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient > < host > < AdminServer > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < < anonymous > > BEA1-00168CF06CFDCF815CA3 > < 65bd0f143ebf772b :-35003f35:14e625e3ff0: - 8000-0000000000000043 > < 1436172868093 > < BEA-000000 > < maxTry = 3, i = 0, oracle.bi.utilitycomm.ObjectPoolCreateException: create object failed java.io.IOException : end of file

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.create (SocketPool4.java:246)

    at oracle.bi.utilitycomm.ObjectPoolFactory.createObjects_locked(ObjectPoolFactory.java:117)

    at oracle.bi.utilitycomm.ObjectPoolFactory.getObject(ObjectPoolFactory.java:169)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getObject (SocketPool4.java:254)

    to oracle.bi.utilitycomm.SocketPool4$ SocketPoolClient.getFreeRpcClient (SocketPool4.java:302)

    at oracle.bi.utilitycomm.SocketPool4.getFreeRpcClient(SocketPool4.java:389)

    at oracle.bi.jdbcclient.TcpClientAPI.callRPC(TcpClientAPI.java:52)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenServer(TcpClientAPI.java:175)

    at oracle.bi.jdbcclient.TcpClientAPI.OpenSession(TcpClientAPI.java:105)

    to oracle.bi.jdbc.AnaJdbcConnection. < init > (AnaJdbcConnection.java:117)

    at oracle.bi.jdbc.AnaJdbcDriver.connectToNQSNode(AnaJdbcDriver.java:398)

    at oracle.bi.jdbc.AnaJdbcDriver.connect(AnaJdbcDriver.java:472)

    at java.sql.DriverManager.getConnection(DriverManager.java:571)

    at java.sql.DriverManager.getConnection(DriverManager.java:187)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.createNewConnection(JdbcDatabase.java:48)

    at com.oracle.endeca.pdi.jdbc.JdbcDatabase.checkCanConnect(JdbcDatabase.java:40)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb.setDataSource(ObiOperationsEjb.java:67)

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

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

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

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

    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)

    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)

    at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to com.sun.proxy. $Proxy204.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)

    at com.oracle.endeca.pdi.workflow.operations.obi.ObiOperationsEjb_64dxhm_ObiOperationsImpl.setDataSource (unknown Source)

    at com.oracle.endeca.pdi.service.core.CoreImpl.setDataSource(CoreImpl.java:322)

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

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

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

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

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:92)

    to weblogic.wsee.jaxws.WLSInstanceResolver$ WLSInvoker.invoke (WLSInstanceResolver.java:74)

    to com.sun.xml.ws.server.InvokerTube$ 2.invoke(InvokerTube.java:151)

    at com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl.invoke(EndpointMethodHandlerImpl.java:268)

    at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:100)

    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:866)

    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:815)

    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:778)

    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:680)

    to com.sun.xml.ws.server.WSEndpointImpl$ 2.process(WSEndpointImpl.java:403)

    to com.sun.xml.ws.transport.http.HttpAdapter$ HttpToolkit.handle (HttpAdapter.java:539)

    at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:253)

    at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)

    at weblogic.wsee.jaxws.WLSServletAdapter.handle(WLSServletAdapter.java:171)

    to weblogic.wsee.jaxws.HttpServletAdapter$ AuthorizedInvoke.run (HttpServletAdapter.java:708)

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

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

    at weblogic.wsee.util.ServerSecurityHelper.authenticatedInvoke(ServerSecurityHelper.java:103)

    to weblogic.wsee.jaxws.HttpServletAdapter$ 3.run(HttpServletAdapter.java:311)

    at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:336)

    at weblogic.wsee.jaxws.JAXWSServlet.doRequest(JAXWSServlet.java:99)

    at weblogic.servlet.http.AbstractAsyncServlet.service(AbstractAsyncServlet.java:99)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

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

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

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

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

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

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

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

    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)

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

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

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

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

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

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

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

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

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

    >

    The problem was solved after I gave CPP (9703) BI server instead of normal to the port port (9704).

  • Errors of the data sources in WebLogic

    Description:

    I have some errors when I run the WebLogic application. Errors due to data sources. Can you suggest me a solution? Thank you.

    Journal:

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server state has changed to STANDBY. >

    < 7 August 2014 23: 27 WEST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application "LocalSvcTblDataSource" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

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

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "SDM-GOSA" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

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

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-DBDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

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

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize application "opss-audit-viewDS" due to the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

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

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    < 7 August 2014 23: 28 WEST > < error > < hats > < BEA-149205 > < failed to initialize the application 'opss-data-source' because of the error weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    weblogic.application.ModuleException: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:338)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:100)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:172)

    to weblogic.application.internal.flow.ModuleStateDriver$ 1.next(ModuleStateDriver.java:167)

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

    Truncated. check the log file full stacktrace

    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: could not create a connection from the pool. With the exception of the DBMS driver: java.net.ConnectException: error connecting to server localhost on port 1527 issued the message Connection refused: connect.

    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:349)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1309)

    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1226)

    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:240)

    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1566)

    Truncated. check the log file full stacktrace

    >

    Hello

    Follow these steps:

    1 stop of applications using stopweblogic.sh

    2. closing of the database

    3 judgment of the listener.

    Now,.

    1. start the listener

    2. start the database

    3. start weblogic.

    It will work I guess

    Kind regards

    Rous

  • OBIEE Mapviewer 11.1.1.7.1 cannot change the data source

    Hi all

    I am trying to configure mapviewer on our environment and after

    by clicking on configuration

    Add the DB details

    Save & Restart is updated the file xml but not displayed on the data source tab.

    But where as the other details of DB, I am able to add without problem, then if I click on change by selecting the data source to add/edit the details required to DB I get following error.

    Source of data editing is not yet supported. However, you can delete and re-create it with the new settings.

    and on the Management tab is not showing me any option to add the new source of data manually.

    someone has encountered this problem before. TIA

    Maybe the connection details are wrong, you see something in the Map Viewer logs files?

    under FMW_HOME/Oracle_BI1/bifoundation/jee/mapviewer.ear/web.war/WEB-INF/log/mapviewer.log

  • Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.

    In my development environment, when I run the production server, I get the following error in the server.log. I have configured the data source for the production. I use ATG 10.1. Please help solve this problem. Here are the logs

    22:46:45, 765 full repository INFO [ProfileAdapterRepository] SQL boot

    22:46:45, 988 full repository INFO [AdminSqlRepository] SQL boot

    22:46:45, 990 Initializing INFO [AdminAccountInitializer] account database/atg/dynamo/security/AdminAccountManager of/atg/dynamo/security/SimpleXmlUserAuthority

    22:46:46, 450 ERROR [ProfileAdapterRepository] Table 'dbc_user' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 466 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_user' does not exist

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

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 467 WARN [ProfileAdapterRepository] unknown JDBC type for property: businessAddress, element type: user. Make sure that the column names in the database and match model.  The business_addr column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, 470 ERROR [ProfileAdapterRepository] Table 'dbc_buyer_billing' in the descriptor of the item: 'user' does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 470 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_buyer_billing' does not exist

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

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 471 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: user. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    22:46:46, ERROR 611 [ProfileAdapterRepository] Table 'dbc_org_billing' in the descriptor of the item: "organization" does not exist in a space of accessible table by the data source.  DatabaseMetaData.getColumns returns without columns.  Catalog = null Schema = null

    22:46:46, 611 WARN [ProfileAdapterRepository] atg.adapter.gsa.GSARepository-> loadColumnInfo: SQLException in Table.loadColumnInfo.  Try again.

    com MySQL.JDBC.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'atgcoredb.dbc_org_billing' does not exist

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

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)

    at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)

    at com.mysql.jdbc.Util.getInstance(Util.java:382)

    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3603)

    at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3535)

    at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1989)

    at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)

    at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2570)

    at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1476)

    to com.mysql.jdbc.DatabaseMetaData$ 7.forEach(DatabaseMetaData.java:3966)

    at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:51)

    at com.mysql.jdbc.DatabaseMetaData.getPrimaryKeys(DatabaseMetaData.java:3950)

    at atg.adapter.gsa.Table.loadColumnInfo(Table.java:1926)

    at atg.adapter.gsa.GSARepository.loadColumnInfos(GSARepository.java:7534)

    to atg.adapter.gsa.GSARepository$ 1.run(GSARepository.java:5431)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:603)

    at java.lang.Thread.run(Thread.java:722)

    22:46:46, 612 WARN [ProfileAdapterRepository] unknown JDBC type for the property: myBillingAddrs, element type: Organization. Make sure that the column names in the database and match model.  The addr_id column is not found in the set of columns returned by the database: {} for this table.

    You want to run the B2BCommerce module? If so, then you must run the $dynamo_home /... / B2BCommerce/SQL/db_components/MySQL/b2b_user_ddl. SQL ddl because you are missing the B2BCommerce tables. If this isn't the case, you will have to redo without the B2BCommerce module.

    Thank you

    Joe

  • WebLogic ResourceLimitException with the JNDI data source

    I deployed a third web application on my Weblogic Server and this application connects to the Oracle database using the JNDI data source that I defined in my weblogic server. Now, while I use the web app, I don't see any problems and after accessing the request for some time, it throws an exception like below-


    weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool test_db to allocate to applications, please increase the size of the pool and retry.. caused by: weblogic.jdbc.extensions.PoolLimitSQLException


    I have increased the size of the pool earlier and I do not use the web app for a few hours, then when I started to use it, then I get this error. How can I debug this problem using my Weblogic Server? Is there a log file which contains details on why all connections are still used?

    It could be connection leak problem and haveInitialCapacity and MaxCapacity the same value(higer).

    Enable TestConnectionsOnReserve and check.


    Selectinactive-connection-timeout-seconds to check for the connection leak.

    Hope this helps.


    Debug JDBC and Debug JDBC Connection would give more information on the issue, make sure you increase the logging severity as well.


    Thanks,

  • Implementation of Open Data Source SQL for loading data

    Hello

    I've set up a system DSN odbc for Oracle database link I want to leave the interface and tested successfully (on odbc), but when I try to use the same in Open Sql Data Sources, so that it appears in the SQL data sources menu OK list I get all the data returned when I click "OK/recycling" - just the message - "unable to establish a connection to the SQL database server. Check the log for details

    Can someone tell me where the journal is if I can get a clue as to why it breaks down, I assumed Essbase or ODBC, but can see nothing in the two?

    Thank you

    Robert.

    You use the 'Data Direct Oracle Wire Protocol x.x', otherwise try with this driver.

    Do not fill anything in the open field of connection on the right side of the window of 'SQL Data Sources '.

    Make sure you enter a valid sql statement without "select."

    Check the log of essbase applications.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

  • 'Connect to Data Source' window free

    Hello

    Anyone have the VBA code to close the 'connect to Data Source' or another method to ignore it?

    I need to run a report unattended via a PERL script. You pass the path and name of the file Excel and VBA subroutine (RunAll in my file) to the PERL script and it should work without supervision... Open the Excel file, run the RunAll subroutine, which includes save and close Excel.

    However, the window "To connect to Data Source" hinders the process ended.

    I tried to use a Windows API to close the window, but it only works if I open the file, log in with the user name and password, close file without closing Excel and then reopen the file.

    Any help would be appreciated. Thanks in advance.

    Michael
    (a real beginner in this forum)

    Published by: user7970979 on May 29, 2013 18:00

    How to create a private connection and the use of the code to login below. It will bypass the connect window.

    sts = HypConnect(Empty, "admin", "password", "Sample_Basic")
    

    If your workbook is used in the same connection, you can use the Active connection to connect.

    Sheet2.Activate
    sts = HypSetActiveConnection("Sample_Basic")
    

    You can create a VbScript script and use it to run a marco in EXCEL.

    Option Explicit
    
    On Error Resume Next
    
    runExcelMacrocmd
    
    Sub runExcelMacrocmd() 
    
      Dim xlApp
      Dim xlBook 
    
      Set xlApp = CreateObject("Excel.Application")
      Set xlBook = xlApp.Workbooks.Open("C:\Users\ckattookaran\Desktop\Test.xlsm", 0, True)
      '
      'Uncomment this if you want to see the activity
      '
      'xlapp.Visible = True
    
      xlApp.Run "test" ' Name of the macro
    
      xlApp.DisplayAlerts = False ' Add this to override any prompts
    
      xlBook.Save ' Save the Book
    
      xlApp.Close
    
      xlApp.Quit 
    
      Set xlBook = Nothing
      Set xlApp = Nothing 
    
    End Sub
    

    Create a bat file

     call C:\Users\ckattookaran\Desktop\RunExcel.vbs
    

    Concerning

    Celvin
    http://www.orahyplabs.com

  • Stand-alone WLS, JDBC, never outputs connections data source

    11.1.2.1 JDev

    My application connects to the Oracle database to do business. I also have a servlet that is called to create and view PDF reports. When the application starts, and every time the servlet is called, an "Active connection" to my JDBC data source. By default, there are 15 connectsions in the connection pool. I see thins in the stand alone WLS Admin Console: Services/DataSources / 'mydatasource' / Connection Pool. Data sources and surveillance shows the number of current connections to my data source. As I monitor the number of "Active connections" and launch myl application in WLS, run reports, etc. I see the number of connections increase. However, the number of "Active connections" never decreases. Even when I log out of the application and exit the browser the number of connections remains the same. I start my application again, and it uses more "active" connections When all connections are exhausted, I get an error.

    java.lang.RuntimeException: weblogic.common.resourcepool.ResourceLimitException: no currently available in the MisseeDS pool resources to allocate to applications, please don't increase the size of the pool and try again.

    I increase the size of the pool and I can run the application again. However, he continues to use "active connections" and never gives them. Finally a failure once again. Of course, stop and start the stand-alone WLS resets everything.

    Can someone tell me how to retrieve the unused "active connections" so my request to not use not all of them and then get an error?

    Thank you, Steve

    Looks like you're using a data source connection in your servlet report but do not call Connection.Close in order to release it to the pool. Can provide you a sample code?

  • Server managed by IOM reached often into account maximum data sources

    Hi all


    We use IOM 11.1.1.3.0, Weblogic Version 10.3.3, database 11.2.0.1 for one of our customer of the Bank. Recently, we encountered a problem that my server managed IOM is overloaded, when we check the error I see data sources to achieve the maximum number allowed. We have increased the maximum number allowed for 500 and still we are facing the same question. We also discover dead-locks in the alerts log. Now, I don't understand why the consumption of data sources is too high.

    Please let us know your valuable contributions on areas where we can check this.

    Kind regards
    NAG.

    Nag,

    You don't need the developer to understand what the code is causing the problem. You can analyze these questions using JRockit Mission Control, check these:

    1 http://itnaf.org/2012/06/24/jrockit-flight-recorder-into-oim-environment/

    2 http://itnaf.org/2012/08/26/jrockit-flight-recorder-analysis-into-oam-11g-environment/

    I hope this helps.
    Leoncio Thiago.

  • Cannot create the data source to SQL Server

    Hi people,

    I am running IIS, Windows XP SP3, SQL Express 2005, Trial Version of ColdFusion 9 (no patches).

    The administrator using ColdFusion, when I try to create a data source for SQLExpress 2005 (SQL Server Express), by using the SQL Server driver, I get the following error:

    Connection verification failed for data source: AMT
    java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] the requested instance is not valid or is not running.
    The root cause was that: java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] the requested instance is not valid or is not running.

    The "instance", which I interpret as meaning the database instance, is "machinename\SQLExpress" (it is a so-called "named instance").  That's what I enter in the "Server" field of the display (data & Services-> sources-> Microsoft SQL Server).

    However, I am able to create an ODBC data source name in Windows using the driver Microsoft SQL Server Native Client Version 09.00.3042 and the same instance, "machinename\SQLExpress".

    Does anyone have any ideas as to what is wrong?

    Try to use the domain name TCP/IP (or IP address) and port instead of the info of the connectivity of Windows style.  You may need to enable TCP/IP as a network on the DB server protocol well (I think it is disabled by default on SQL Express Ed).

    --

    Adam

  • Change the physical data Source in DAC

    I need to extract data from instance DEV2 of Siebel instead of DEV1.
    So I change the name of the database, the username and the password under the Data Sources tab physical under the SEBL_VERT_80 data source Configuration.
    I've generated parameters and rebuilt the execution plan. However when I run the execution plan certain tasks fail and I noticed in the log of session that the ETL jobs always seek to extract data from the DEV1 instead of DEV2.

    Can you get it someone please let me know what I might be missing? How can I make CCIP run ETLs on the DEV2 database?


    Thank you

    Let me know if that solves the problem or if the problem persists.

    -Austin

  • Creating a problem of ms access data source

    Hello
    I tried to create a ms access datasource (standard ms access driver) in the CF admin, and I have this message all the time:

    "Connection verification failed for data source: dog.
    java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] bad user name or password.
    The root cause was that: java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] bad user name or password. »

    I tried with the username-password that I usually use to log into the CF admin, but it does not work. Someone shows me a clue, please?
    Thank you

    Try to enter only these 3 parameters

    CF data source name: dog
    Database file: c:\pathToDatabase\yourDB.mdb
    Use default username: (check this)

  • INFA error: name not found and no data source driver by default specified

    All,

    INFA version 8.1, DAC 795. Plain vannila with SQL server installation. Client and the server is installed on the same machine.

    Connectivity DAC with infa and oltp works very well. Using ETL, Informatica session logs give following error:

    ERROR 10-02-2008 15:49:01 node01_PPMBIDEV1 CMN_1022 of MAPPING of database driver error...
    [CMN_1022
    [Microsoft] [ODBC driver manager] Data source name not found and no driver by default specified
    Database driver error...
    Function name: connect
    Database driver error...
    Function name: connect
    [Database error: unable to connect to the database using the user [MDVYAS] and [PPMCRMDEV1@OracleBI_Warehouse] connection string.]

    Pointers appreciated

    Hello

    Did you follow-up step 4.13.2 - ' relational Configuration Connections in Informatica PowerCenter Workflow Manager "installation and configuration guide?

    Maury.

Maybe you are looking for