Workshop only supports deploy to admin server

Multiple servers found in domain configuration config.xml. Are there any plans to support managed servers in the near future ?
Edited by: user4047671 on Feb 11, 2010 1:16 PM

Hi,
You can configure your Workshop to make support for other Managed server also.
If you found any problem in this let me know I will help you.
Regards,
Kal.

Similar Messages

  • Weblogic 8.1 SP6 Webervice problem deployed on Admin Server

    Hi All,
    I am using Weblogic 8.1 SP6 on RHEL 4. I have a domain which has only one Admin server. Domain is running in Development mode, JRockit is the JVM used, version 142_11.
    I have two Webservices Applications (ear's) which are deployed on Admin Server. One webservice appl makes call to another.
    When we have testing going on, every now and them Admin Server hangs, Idle threads in Execute Queue will be zero at the time of issue. Whenever we have issue of Admin Server hang and application not responding I am able to open the console and browse through all links, just the Admin server status shows me as failed in console (not sure how because if Admin Server is in failed state console doesnt open). I took thread dumps at the time of the issue. I see threads getting stuck when trying to make Webservice HTTP call. I saw same problem posted forums, but no resolution was specified. Kindly let me know if you have any resolution for this issue. Below is thread dump.
    "ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=1 tid=0xaa28fc20 nid=0x2246 in Object.wait() [0xa9980000..0xa9980198]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:429)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:154)
         - locked <0xb63d9428> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:174)
    "ExecuteThread: '14' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28f050 nid=0x2246 runnable [0xa9a00000..0xa9a01198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3bc90> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3bcc8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3bd08> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '13' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28e480 nid=0x2246 runnable [0xa9a81000..0xa9a82198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3c8a0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3c8d8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3c918> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '12' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28d8e8 nid=0x2246 runnable [0xa9b02000..0xa9b03198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3d4b0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3d4e8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3d528> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '11' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28cd18 nid=0x2246 runnable [0xa9b83000..0xa9b84198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3e0c0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3e0f8> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3e138> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '10' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa28c148 nid=0x2246 runnable [0xa9c04000..0xa9c05198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3ecd0> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3ed08> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3ed48> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '9' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa279be0 nid=0x2246 runnable [0xa9c85000..0xa9c86198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f3f910> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f3f948> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f3f988> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '8' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa2a9f40 nid=0x2246 runnable [0xa9d06000..0xa9d07198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f40550> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f40588> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f405c8> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '7' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa2a9898 nid=0x2246 runnable [0xa9d87000..0xa9d88198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb1ad1018> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb1ad1050> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb1ad1090> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    "ExecuteThread: '6' for queue: 'weblogic.kernel.Default'" daemon prio=1 tid=0xaa27ded0 nid=0x2246 runnable [0xa9e08000..0xa9e09198]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <0xb8f41430> (a java.io.BufferedInputStream)
         at weblogic.net.http.MessageHeader.isHTTP(MessageHeader.java:206)
         at weblogic.net.http.MessageHeader.parseHeader(MessageHeader.java:134)
         at weblogic.net.http.HttpClient.parseHTTP(HttpClient.java:403)
         - locked <0xb8f41468> (a weblogic.net.http.HttpClient)
         at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:323)
         - locked <0xb8f414a8> (a weblogic.net.http.SOAPHttpURLConnection)
         at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConnection.java:28)
         at weblogic.net.http.HttpURLConnection.getResponseCode(HttpURLConnection.java:832)
         at com.sabrix.integration.connector.SabrixJavaHttpConnectorProvider.processRequest(SabrixJavaHttpConnectorProvider.java:107)
         at com.sabrix.integration.connector.ConnectorService.processRequest(ConnectorService.java:26)
         at com.sabrix.integration.services.SabrixTaxService.makeCall(SabrixTaxService.java:201)
         at com.sabrix.integration.adapter.BaseRequestProcessor.createTaxServiceResponse(BaseRequestProcessor.java:220)
         at com.sabrix.integration.adapter.BaseRequestProcessor.processCall(BaseRequestProcessor.java:178)
         at com.sabrix.integration.adapter.BaseRequestProcessor.handleRequest(BaseRequestProcessor.java:151)
         at com.sabrix.integration.servlet.IntegrationServlet.doGet(IntegrationServlet.java:111)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    - - Weblogic Consultant

    Deploying Creator apps to Weblogic, including JDBC setup, is explained in the tutorial "Deploying Your Application to a BEA WebLogic Server" now available at http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/weblogicdeploy.html

  • Migrate osb deployment from Admin Server to Managed Server

    Hi,
    I had create the OSB Development environment.
    Configuration was such that OSB was deployed to Admin Server.
    However, I have a new requirement, wish to deploy OSB to a Managed Server and no longer Admin Server, to reduce the load on Admin Server and for future high availability plans.
    I have created a Managed Server for OSB deployment. I was of the opinion that I should just simply use the console for deploying OSB to the newly created Managed Server.
    However, I seemed to have missed some steps and therefore OSB was not working.
    Kindly help me.
    Lammeki

    bobm53 wrote:
    Hi,
    look at this:
    http://www.oracle.com/technetwork/database/migration/sqlserver-095136.html
    About expected results from such db migration, I can only say that because all IDM objects (forms, wf, customizations etc) are stored on its waveset db, at the end of db migration, you should have same functionalities. Obviously you need to change (with lhconsole) the db iDM should refer to. This information is stored in a special (encrypted) xml file.
    HTHAnd don't forget that you also need to replace your JDBC driver (jar file) with the oracle JDBC driver and ensure it is in the classpath that LH and the appserver need.

  • Deploy without admin server running

    Is it possible to perform deployments on managed nodes without having the admin server running?
    Currently we are performing deployments using wldeploy ant tasks and we check for admin server availability.

    Is it possible to perform deployments on managed nodes without having the admin server running?
    Currently we are performing deployments using wldeploy ant tasks and we check for admin server availability.

  • Strange WLS6.sp2 Oracle DB Reconnect issue in a Cluster but ONLY on the Admin server

    Any Ideas? ->
    I am having a issue when our oracle db server goes down and when we try
    to reconnect the Pool via weblogic I am getting this error. This only
    happens on the Admin server for the cluster, none of the managed servers get
    this and they all seem to be ok. Any ideas?
    -Pete
    **** Below is the stack trace:
    java.sql.SQLException: Io exception: Broken pipe
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
    at
    oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1329
    at
    oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1232)
    at
    oracle.jdbc.driver.OracleStatement.doExecuteWithBatch(OracleStatement.java:1
    353)
    at
    oracle.jdbc.driver.OracleStatement.doExecute(OracleStatement.java:1760)
    at
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
    :1805)
    at
    oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedState
    ment.java:322)
    at
    oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.j
    ava:366)
    at
    weblogic.jdbc.pool.PreparedStatement.execute(PreparedStatement.java:45)
    at
    weblogic.jdbc.rmi.internal.PreparedStatementImpl.execute(PreparedStatementIm
    pl.java:289)
    at
    weblogic.jdbc.rmi.SerialPreparedStatement.execute(SerialPreparedStatement.ja
    va:398)

    Hi,
    As i understand is OS is clustered not the db. Better is to manually shutdown the db clean and then start it.
    TO start login through sqlplus sys as sysdba
    1. startup
    2. Once its done, start the listener
    3. Start the application
    Anand

  • OSB deployment on managed server

    Hello,
    We have a OSB clustered environment where managed servres and admin server reside on separate machines. OSB admin server does not have access to database (The architecture does not allow Admin server to connect to DB). As far as my understanding OSB applications/projects have to be targeted on Admin server for deployment even the SB console is accessible via admin server.
    How can we use the Oracle OSB WLST deployment scripts for target on the managed servers currently this works only when pointed to the Admin sserver.
    If WLSTscript is pointed to the managed server the deployment script throws exception stating 'cannot start Mbean server'
    Your help on this greatly appreciated.
    Thanks,
    P

    Hi Prashant,
    OSB apps don't have to be necessary targeted to Admin server. In our project OSB apps are targeted to OSB managed server.
    I think reason why you can't deploy it in your case is that there are no OSB components deployed in Admin server. Those components are
    deployed to admin server during the installation even if you choose install OSB to separate OSB managed server (they are deployed to both admin and OSB managed servers). I think that's OSB design issue.
    During our deployment we recreate domain including OSB apps every time from scratch. It works fine.
    Regards,
    Milan

  • About cluster and admin server

    I try to implement cluster like this
              admin server
              |
              |
              | |
              | mycluster |
              server1 server2
              (web) (web)
              admin server start as Administrator server
              server1 and server2 start as managed server. and all in mycluster. web has
              depoloyed to server1 and server2, but not deployed to admin server
              when I start admin server. it always say "web dot found". Why?
              

              airwing wrote:
              > What I say ''all in mycluster" does include admin server. In fact, I need
              > not include admin server in mycluster. but if not include, cluster services
              > will not start. I do not know how to solve.
              >
              That's not true. Starting a cluster has nothing to do with admin server.
              Infact we always recommend to exclude admin server from cluster view.
              >
              > web is not targetted to admin server. it targetted to server1 and server2.
              >
              If web is not targetted to admin server, how are you able to access this webapp
              from admin server.
              >
              > I do not know how to access web by proxy server or load balancer. I just
              > acces it from http://admin server ip:port/web. Is this right?
              >
              WLS ships proxy plugins for ISAPI,NSAPI, apache & HttpClusterServlet
              you may want to read our docs. http://e-docs.bea.com/wls/docs61
              Kumar
              >
              > I am new guy. try to learn cluster. if I do not describe my problem detaily,
              > will you show me a successful config example same like mine?Thanks
              >
              > "Kumar Allamraju" <[email protected]> ??????:[email protected]...
              > > when you say "all in mycluster" do you mean admin server is also part of
              > > MyCluster or
              > > only server1 & server2.
              > >
              > > If "web" is not targetted to admin server, t hen admin server should not
              > > complain about
              > > "web" upon it's startup. You may want to double check the targets of this
              > > webapp.
              > >
              > > Also how are you accessing this webapp? via proxy server or load balancer?
              > >
              > > --
              > > Kumar
              > >
              > > airwing wrote:
              > >
              > > > I try to implement cluster like this
              > > >
              > > > admin server
              > > > |
              > > > |
              > > > --------------------------
              > > > | |
              > > > | mycluster |
              > > > server1 server2
              > > > (web) (web)
              > > >
              > > > admin server start as Administrator server
              > > > server1 and server2 start as managed server. and all in mycluster. web
              > has
              > > > depoloyed to server1 and server2, but not deployed to admin server
              > > >
              > > > when I start admin server. it always say "web dot found". Why?
              > >
              

  • Weblogic HA for Active-Passive Admin Server configuration

    Hi,
    We are trying to install Admin servers in Active passive mode in a single domain to manage single set of managed servers (for OAM component). The scenerio is that I have Admin Server + Managed Server on OAMHOST1 and OAMHOST2 both. I can start Admin server on OAMHOST1 and then manage both the managed servers on OAMHOST1 and OAMHOST2. Now in case my Admin Server on OAMHOST1 goes down, the requirement is that secondary Admin Server on OAMHOST2 should be started and use to manage the managed servers on OAMHOST1 and OAMHOST2. So i have stopped the admin server on OAMHOST1 and then tried to start the Admin Server on OAMHOST2 but its not starting up. It is simply throwing the error that port 7001 on OAMHOST1 is in use but i can clearly see that there is no service running on 7001 port on OAMHOST1 and ALSO why its trying to connect OAMHOST1:7001. As per oracle documentation this is feasible (this is mentioned in their HA guide) but they haven't mentioned any step to configure this or test this.
    Please advise if anyone has any idea to implement this. Since OAM admin is deployed on Admin server, the HA is crucial for Admin Server unavailability.

    Hi,
    From your note, I think OAMHOST1 and OAMHOST2 are physical hostnames of the server. You need to create one virtual ip which will be listened from both the physical servers and change the listen address for admin server to this VIP. Please see below mentioned link. Also there is requirement of shared directory, for that you can refer to the enterprise deployment guide for identity management.
    http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e21032/create_domain_im.htm#CFHBIAIC
    Regards,
    Kishore

  • Admin Server startup for OAM

    1) OAM 11g installed, admin and managed server started fine.
    Port for OAM managed server is 14100 and port for Admin server is 7003
    Question: OAM console is accesible via hostname:7003/oamconsole
    What about port 14100? When is this port used, and why oamconsole not accesible via hostname:14100/oamconsole
    2) Following is message when Admin Server which hosts OAM is starting up
    <Failed to communicate with any of configured Access Server, ensure that it is up and running.>
    Admin server is supposed to start first and then managed server (OAM here).
    Why is it looking to communicate with a managed server when admin server is starting up?

    968091 wrote:
    1) OAM 11g installed, admin and managed server started fine.
    Port for OAM managed server is 14100 and port for Admin server is 7003
    Question: OAM console is accesible via hostname:7003/oamconsole
    What about port 14100? When is this port used, and why oamconsole not accesible via hostname:14100/oamconsole
    /oamconsole is an administrative service and only available on the admin server.
    The managed service on 14100 is used for authentication and authorization services, ie for logging in and out.
    >
    2) Following is message when Admin Server which hosts OAM is starting up
    <Failed to communicate with any of configured Access Server, ensure that it is up and running.>
    Admin server is supposed to start first and then managed server (OAM here).
    Why is it looking to communicate with a managed server when admin server is starting up?The managed service is used for authentication, even for /oamconsole service, so when the admin server starts up, it checks whether the login service is available which at this point it won't be, hence you get that error message. Once the managed server is started, that error should stop.

  • Weblogic Access Logs not getting generated / updated only for Admin server

    Hi All,
    I have a query ,
    We recently noticed that the weblogic access logs for our admin server are not getting generated.
    However we checked that the access logs are getting generated for the managed servers that we have.
    There is not much difference between the logging settings between the admin and the managed servers.
    We thought that there might be some problem with the buffering and that the data might not be written to the files immediately.
    So after researching we found the parameter "-Dweblogic.logging.bufferSizeKB=0" and added that to the java options however it did not make any difference.
    Also we tried modifying the config script as ,
    <server>
    <web-server>
    <web-server-log>
    <buffer-size-kb>0</buffer-size-kb>
    </web-server-log>
    </web-server>
    </server>
    However no luck .....
    We are using weblogic 9.2 MP3 and think there might be some bug with this version , however its hard to believe that the logs are generated and updated for managed servers and not for the admin servers.
    The only thing we notice in the access logs of the admin server is 404 errors.
    Any suggestions ?
    Regards,
    Stacey.

    This has come up recently here:
    access log not writing to disk in a timely fashion
    I didn't find that buffer-size-kb capability in the docs in 9.2. I recommend checking with support.

  • 10.3 Deploying same EAR on both admin server  &managed :server  jndi in use

    Hypotehetical question but is it possible to deploy the same EAR file (some minor differneces) on both Admin server and not have an issue with jndi naming.
    I get the follwoing error when deploying on the managed server and suspect it could be cached compiled ejb's as I have already had a failed deployment on this server so might need to clear the cache
    Error I am getting is:
    An error occurred during activation of changes, please see the log for details.
    Exception preparing module: EJBModule(xxx_base_ejb.jar) Unable to deploy EJB: SessionAdministrationLogicEjb from xxx_base_ejb.jar: [EJB:011055]Error deploying the EJB 'SessionAdministrationLogicEjb(Application: RT_Samba, EJBComponent: norkom_base_ejb.jar)', the JNDI name 'ejb/xxx/remote/SessionAdministrationLogicEjb' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Substituted for missing class [EJB - 11055]Error deploying the EJB 'SessionAdministrationLogicEjb(Application: RT_Samba, EJBComponent: xxx_base_ejb.jar)', the JNDI name 'ejb/xxx/remote/SessionAdministrationLogicEjb' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Any input very much appreciated.

    Hypotehetical question but is it possible to deploy the same EAR file (some minor differneces) on both Admin server and not have an issue with jndi naming.
    I get the follwoing error when deploying on the managed server and suspect it could be cached compiled ejb's as I have already had a failed deployment on this server so might need to clear the cache
    Error I am getting is:
    An error occurred during activation of changes, please see the log for details.
    Exception preparing module: EJBModule(xxx_base_ejb.jar) Unable to deploy EJB: SessionAdministrationLogicEjb from xxx_base_ejb.jar: [EJB:011055]Error deploying the EJB 'SessionAdministrationLogicEjb(Application: RT_Samba, EJBComponent: norkom_base_ejb.jar)', the JNDI name 'ejb/xxx/remote/SessionAdministrationLogicEjb' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Substituted for missing class [EJB - 11055]Error deploying the EJB 'SessionAdministrationLogicEjb(Application: RT_Samba, EJBComponent: xxx_base_ejb.jar)', the JNDI name 'ejb/xxx/remote/SessionAdministrationLogicEjb' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Any input very much appreciated.

  • Deploying applications on the Admin Server

    Hi there
    I have recently moved to a new project team who have been deploying their applications to the admin server. They have been doing this for years with no issues.
    I was always led to believe that the best practice was to keep the admin server completely separate. And I always deployed to a managed server (or a cluster of servers).
    Does anyone know of any specific reasons why applications should not be deployed to an admin server.
    Thanks in advance.

    Typically, you want your managed servers to focus on applications, and the admin server to focus on management of the servers. If you have your heavy load applications deployed to the admin server, then that impacts both your applications and the management of those applications.
    If your applications are deployed to the managed server, and not the admin server, you can recycle applications remotely just through the admin server console. If you need to restart the application, and it's running on the admin server, then you'll have to take additional steps to get the server running again.

  • Building a backup admin server.....need urgent support

    Scenario :
    Box (Machine) A has admin server and few manager servers for domain “test”. And few managed server on box B. Managed server of box A and box B are currently handled through admin server on box A. Also node manager is configured to start and stop the servers of box A and box B.
    Now in case, box A goes down physically. I want to have one back up admin server on box C,through which I can handle the managed server on box B.
    For this I take steps:
    Step1
    Keep a frequent back of below mentioned folder on box C from box A.
    1.     wlsHome \user_projects\domains\<domain name>\config
    2.     wls home\user_projects\domains\<domain name>\servers\AdminServer\data\ldap
    3.     wls home\user_projects\domains\<domain name>\security
    Ref :http://e-docs.bea.com/wls/docs100/server_start/failures.html
    Step2
    Before starting the admin server on box C I change the admin listen port in config.xml to the hostname or IP of box C.
    Step3
    For node manager.
    On box B, I need to point node manager to admin server to the box C.
    1.     Edit startup. Properties in the <domain name>/server/<servername>. In each server folder.
    2.     Need to uninstall and install again node manager server to listen the request from different host as by default it listen from localhost.
    Ref : http://e-docs.bea.com/wls/docs103/nodemgr/starting_nodemgr.html
    “By default, Node Manager listens only from the local host. If you want Node Manager to accept commands from remote systems, you must uninstall the default Node Manager service, then reinstall it to listen on a non-localhost listen address. See Reconfigure Startup Service for Windows Installations.”
    I tried these steps but not working. Can any help me out . Am I missing any steps or going in wrong direction for my goal. Is there any alternative way to do this ???
    Waiting for a response.

    Creo que los pasos 1 y 2 esta bien, pero el paso 3 no es parte de la configuración/procedimiento para alcanzar el objetivo, no obstante, si es necesario y debió haberse aplicado anteriormente. Otra cosa más, no estoy seguro de los cambios que estas haciendo en el paso 3 > 1. "Edit startup. Properties in the <domain name>/server/<servername>. In each server folder.", ¿podrías especificar los cambios que estas aplicando?
    ¿Porque dices que no funciona?, ¿Cuales son los errores que obtienes?
    Steps 1 and 2 are fine, I think step 3 is not part of the configuration/procedure to reach the goal, however, this is necesary and should have been applied previously. One more thing, I'm not sure the changes you are doing in step 3> 1. "Edit startup. Properties in the <domain name>/ server/<servername>. In each server folder.", Could you specify the changes you are applying?
    Why do you say It doesn't works?, what are the errors you get?
    Edited by: Betino on 26/08/2009 11:51 AM

  • PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host

    after formating  when tryed to install software to the target  this Error Shown
    NI PXi 8108
    The Selcted Target does not support this function 
    when I try to add PXi chassis this Error Shown
    PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host
    Help me!

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • Deploying to remote WL 6.1 Admin Server using SNMP Client

    Hi All
    I am a newbie to JMX and I want to know if it is possible to use a SNMP
    Client to deploy an EAR to a remote WL 6.1 SP2 Admin Server. If Yes can
    somebody please give me a code snippet, some guidelines or some links for
    this. How would I create an SNMP client?
    Is there any HTTP Connector in WL 6.1 SP2 that I Can use to deploy an EAR on
    a remote admin server?
    thanx in advacne for all the help
    Daya

    Hi All
    I am a newbie to JMX and I want to know if it is possible to use a SNMP
    Client to deploy an EAR to a remote WL 6.1 SP2 Admin Server. If Yes can
    somebody please give me a code snippet, some guidelines or some links for
    this. How would I create an SNMP client?
    Is there any HTTP Connector in WL 6.1 SP2 that I Can use to deploy an EAR on
    a remote admin server?
    thanx in advacne for all the help
    Daya

Maybe you are looking for

  • Acceptible output format for intermediate Video clip?

    I have a 24minute project that I created in CS5. It's 1280x720 and 30936 frames.  The intent is to use it as source video in Premerie Pro where I'll be adding music and some minor titles.  The piece will need to be burned to DVD (sadly) and projected

  • Migration using BDC

    Hi, I want to upload Open AR details into R/3 using BDC. I need the table name for Open AR and its mandatory fields. And send any link regarding Open AR. Regards, Nithy.

  • RFC_SYS_EXCEPTION:No PXA storage space available at the moment.

    Dear All:   When I Invoke the BAPI function through JCO, it sometimes happens the following exception RFC_SYS_EXCEPTION:No PXA storage space available at the moment. My JCO version is  2.1.3 and my SAP System is ECC5.0 My Step: 1. create the JCo clin

  • ALV Sort by time

    Hi Experts! I have a problem in sorting. I have a field called Remaining time having data type char20. Format is HH:MM:SS. The problem is, i want it to be sorted in a way that a number is sorted. Example (descending): I want it to be sorted this way:

  • Open new tab & there's a strange browser

    I have my homepage set to Google. Just getting started this morning and whenever I click on a new tab, I get this browser instead. I've checked and Google is still set. When I open Firefox, Google comes up but not when I click new tab. Lab.search.con