Internal error for SDO_INTERSECTION

Hi guys,
I wrote a procedure to create intsection line between a polyline table and a polygon table. The SQL statement is like this:
<code>
CREATE TABLE intersect_line_polygon AS
(SELECT B.polygon_id, A.line_id, SDO_GEOM.SDO_INTERSECTION(A.GEOM, B.GEOM, 0.005) AS INTERSECT_LINE
FROM LINE_INVENTORY A, POLYGON_INVENTORY B
WHERE SDO_RELATE(A.GEOM, B.GEOM, 'MASK=ANYINTERACT QUERYTYPE=WINDOW') = 'TRUE' AND A.TYPE IN ('1', '2'));
</code>
The oracle server turned to be very slow and returned the following error.
ORA-13050: unable to construct spatial object
Then I increased the tolerance to 0.5 to make the performance better. The server was still very slow, but returned a different error.
ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [],[]
ORA-06512: at "MDSYS.SDO_3GL", line 439
ORA-06512: at "MDSYS.SDO_GEOM", line 3145
ORA-06512: at "MDSYS.SDO_GEOM", line 3194
I don't know what the problem is. I guess there should be some other factors other than tolerance that caused these two errors. I can't increase the tolerance higher further. Can anyone give me a clue how to solve this problem? Thank you!
Chen

I've seen the same error in an intersection operation. One of the geometries was invalid. In my case, it was compounded by the fact that the geometry validation routine did NOT detect the fact that the geometry was invalid. There were duplicate vertices that were not detected when the tolerance was 1 meter, but were detected when the tolerance was 100 meters. Strange thing was that the duplicate vertices WERE within 1 meter of each other. Oracle has opened a bug on the issue.
- David

Similar Messages

  • Portal Internal Error for Talent Development Application

    Dear Friends,
    We have the following setup:
    Talent Development Specialist(TDS) Application on EP 7.0.
    When we click on any BSP iView associated with TDS, we receive a pop up containing internal error. the properties of the pop up is as follows:
    http://phlnyt13.gb.dpost.com:8060/sap(bD1lbiZjPTI5OSZkPW1pbiZwPTMwMTU3JnY9NyUyZTAwJmk9MSZzPVNJRCUzYUFOT04lM2FnYmFoZXYxM19TSDFfNjAlM2FrUG5ya1JtZ2phOTJsQ01ndWI3WUZEc3BYM1BRWlppaFktbXh0VUtwLUFUVA==)/bc/bsp/sap/hrrcf_start_int/application.do?sap-tray-type=PLAIN&sap-tray-padding=X&sap_ep_version=7%2e00%2e200711172137&sap_ep_baseurl=http%3a%2f%2fphlnyt13%2egb%2edpost%2ecom%3a56000%2firj%2fportal&rcfLogAppl=APPROVALS_SUCC_PLNG
    QUERY:
    1) How do we check if the BSP application is working in it's native state. i.e, in backend?.
    we have activated the all services under the /bc/bsp/sap
    2) We have checked the Application Table T77RCF_LOG_APPL having an entry for APPROVALS_SUCC_PLNG.
    Thanks in Advance, Suresh

    Hi Suresh!
    As promised here are my thoughts:
    ad 1: This is a very good idea in order to locate the the cause of the problem: Portal or BSP.
    You can test the BSP application in the backend using 2 methods:
    In SICF right-click on Service and choos test service.
    If this should not work ...
    - go to transaction SE80,
    - select BSP application hrrcf_start_int in namespace SAP
    - navigate to controller application.do
    - right-click on controller
    - choose "test"
    If this works (after entering your backend credentials) then create a BSP iView in the portal starting one of the SAP test BSPs (e.g. IT00) and tell us the results ...
    ad 2: Did you find any entries in the application log or was it empty?
    Could you please tell us the detailed content of the error popup? Is there a short dump in the SAP backend (transaction ST22) or an entry in the system log (transaction SM21) or an entry in the ICM trace (transaction SMICM -> GoTo -> Trace File -> Display).
    Regards,
    Volker

  • The server encountered an internal error  for fulfilling the Request.

    I developed a Login Struts based application in MyEclipse. I deployed it in the server.I send a request for login.jsp to the server.It is giving the following error.
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String;ZZ)V
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:273)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    root cause
    java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Ljava/lang/String;ZLjava/lang/String;ZZ)V
         org.apache.jasper.compiler.TagLibraryInfoImpl.createAttribute(TagLibraryInfoImpl.java:581)
         org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:402)
         org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:249)
         org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:180)
         org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:424)
         org.apache.jasper.compiler.Parser.parseDirective(Parser.java:493)
         org.apache.jasper.compiler.Parser.parseElements(Parser.java:1557)
         org.apache.jasper.compiler.Parser.parse(Parser.java:127)
         org.apache.jasper.compiler.ParserController.doParse(ParserController.java:212)
         org.apache.jasper.compiler.ParserController.parse(ParserController.java:101)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:156)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:296)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:265)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:564)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:299)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.23 logs.

    You can search for some old threads for hints.
    http://forum.java.sun.com/thread.jspa?threadID=650021&messageID=3833786

  • Error 'Internal Error' with Reader X

    Hi,
    we got an "Internal Error" by opening PDF Documents wie Adobe Reader X. These Documents works fine with Adobe 9. We deteimined the error remaining on the jpg which is in the document. We created the jpg again an now we could open new documents with adobe reader x.
    Our problem is that all old documents have the old version of the jpg. Becouse of technical restrictions we aren´t able to creat the documents with the new jpg. We have to open the old pdf document with adobe X.
    Does anyone have an idea whats wrong with adobe x? Is it possible, that´s a knowen error and it would be fixed in the next version?
    Thanks for any help
    Regards

    Hello dbausnd2,
    It may not be your answer but I encountered the "internal error" message you described on some documents
    For me, disabling protected mode as described in following link solved it
    http://forums.adobe.com/message/3463596
    According to this, "protected mode" is a new feature in X, it could explain your 9.0, X behavior difference  http://blogs.adobe.com/livecycle/2010/11/technical-details-of-adobe-reader-x-protected-mod e.html
    Interestingly,  right clicking a file, selecting "Open with Adobe Reader X" would trigger "internal error" for me on the affected documents.  But right clicking, selecting "open with" and then "Adobe Reader" did not.  Go figure.  Also, opening from the reader's file menu worked.
    I imagine disabling protected mode reduces your system security, so that is something to consider

  • Internal error occured (web gui)

    Hello,
    I've installed SRSS 4.1 and after configuring the installation i login into the web administration.
    after login any oparation i try to do i get thrown out and i get this error:
    "internal error occured
    you have been logged out because a consistent response could not be guaranteed..."
    i don't know even where to start...
    all other services seem to work...
    thanks in advance,
    Michael.

    Michael: Yes, it is definitely caused by java runtime environment links (symlinks.)
    Try to look at +/etc/opt/SUNWut+ (I am using CentOS, so the paths may be different in case of other distro..) whether you have symlink named jre* pointed at your jre installation. (in my case it is */usr/java/latest/*)
    if not - create it and restart sun ray services, it should probably help a little. ;)
    but these problems remains when i want to perform warm/cold reboot.
    i want to make one of my DTUs as a token reader, but it requiers cold reboot.
    point is that the gui throws that internal error - for details you can view my [SCREENSHOT URL|http://img504.imageshack.us/img504/4426/errorinternal.jpg]
    we have aslo command line interface, so i typed utrestart -c* (cli command for cold reboot) and even when i get +"A cold restart has been initiated... messages will be logged to /var/opt/SUNWut/log/messages."+ there seems to be a no change for my server.
    at last i tried to reboot it completely.. and i still can't force the token reader to read the token.
    do you have any suggestions? i would really appreciate your help.
    thanks.
    Edited by: xdaan on Aug 21, 2009 9:37 AM

  • Internal error message MG045

    Hello SAP Gurus
    While Loading the forecasting Data in Tx MM01 for a few materials I got
    error MG045 (Internal error while updating, inserting, or deleting from
    table MPOP). SAP diagnosis text said is either a program error or there
    is no longer enough space for the database table. We have lot of 
    space.
    Any ideas.
    Thanks

    Aneesh,
    I am so sorry to say that the RFC connection is not correctly configured
    that the reason i can access the snote
    Let me know if the Internal error for the table can be tackeled some how. ???
      my process has totally stopped
    Thanks for the reply
    Sherly

  • Internal error after upgrading to 5.5 U1

    We were on the general release of vCenter 5.5 this morning and the latest release of Infrastructure Navigator (5.8.0.117 build 14466517).  I upgrade vCenter to 5.5 U1 successfully but the only thing I'm having issues with is infrastructure navigator.  When I go to Infrastructure Navigator > VIN Home > Settings it says internal error for Infrastructure Navigator Access to VMs.  I select Turn on access to VMs but it doesn't do anything.  I rebooted the vCenter server which effectively restarts the web client services and waited and it did not resolve the issue.  I also rebooted infrastructure navigator appliance and it didn't do anything.  Anybody experience this issue before?

    Thanks for the reply but according to the VMware Product Interoperability Matrixes that is incorrect.  When you read the installation / upgrade guide it says to check your plugins against the matrix before upgrading.  I did and it's compatible with vSphere 5.5 U1 and ESXi 5.5 U1 according to the matrix.

  • Lyncdiscover reports HTTP 500 Internal Server Error for external users

    Hello,
    I have a problem providing lyncdiscover information for external Lync users. The same address works internal (prompts for file download) so I believe the problem is UAG/TMG providing the site which is not my cup of tea. I have a working external lyncdiscover
    for other domain in the same Lync + UAG/TMG server environment. I have also checked the public DNS records few times and everything should be fine. Firewall also shouldn't be an issue since it reports the internal server error, right? Any suggestions what
    should I check?

    more information based on Lync Autodiscover Web Service Remote Connectivity Test.
    Testing HTTP authentication methods for URL https://lyncdiscover.domain1.com/Autodiscover/AutodiscoverService.svc/root/user.
    HTTP authentication methods successful.
    Additional Details
    Testing HTTP content for URL https://lyncdiscover.domain1.comi/?sipuri=[email protected] has
    token="User".
    HTTP content isn't verified.
     <label for="testSelectWizard_ctl12_ctl06_ctl00_ctl04_tmmArrow">Tell
    me more about this issue and how to resolve it</label>
    Additional Details
    HTTP 200 status received from server, but no token="User".
    Elapsed Time: 203 ms.
    The same result goes for the other domain that provides the lyncdiscover information correctly for external users. It doesn't seem to solve the root cause but might help to understand
    the problem.

  • 500 Internal Server error for WD applications

    Dear All
    I have a very strange situation and I don´t have any idea of what to do.
    Basis took the backend R/3 system down for some reasons and made it up again after some time. But now they have locked all users in our backend R/3 system as Basis is performing some task on the server.
    This has resulted in all web dynpro applications that are using RFC's throwing 500 Internal server error.
    All other web dynpro applications that are not dependent on R3 system are working fine.
    We also have restarted the EP server as we deployed one WD application.
    I'm not sure how the situation was before the restart of EP server.
    In NWA i can see many error for ACCESS.ERROR: Authorization check for caller assignment to J2EE security role service.jms.default.authorization : administrators referencing J2EE security role .
    Also
    application Processing HTTP request to servlet finished with error. The error is: com.sap.tc.webdynpro.services.exceptions.TypeNotFoundException: type is.eimskip.keywordsearchmodel.types.Zotkey could not be loaded: com.sap.dictionary.runtime.DdException: failed to create provider: User is locked. Please notify the person responsible
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:250)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:213)
    at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:318)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)
    at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:449)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:387)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:416)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:125)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:121)
    at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:215)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:449)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:387)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:416)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.getDataNode(MappingInfo.java:83)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.initMapping(MappingInfo.java:125)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:121)
    at com.sap.tc.webdynpro.progmodel.context.MappedNodeInfo.doInit(MappedNodeInfo.java:215)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
    at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
    at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.dictionary.runtime.DdException: failed to create provider: User is locked. Please notify the person responsible
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:254)
    at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:146)
    at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:97)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:79)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:48)
    at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
    at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
    ... 61 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedConstructorAccessor525.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:229)
    ... 68 more
    Caused by: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: User is locked. Please notify the person responsible
    at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:455)
    at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:1015)
    at com.sap.mw.jco.JCO$Client.connect(JCO.java:3255)
    at com.sap.dictionary.runtime.mdi.DataProvider.(DataProvider.java:123)
    ... 72 more
    I believe that error will get resolved once the users are unlocked in R/3 system.
    But the stituation is, we will get the system back on monday morning and I'll have no time to do anything as the business will be back in 1 hr when we get the system back.
    Can you please help me to identify the tasks that I can perform and be sure that all will be normal on Monday (and I'll still be in job.)
    Request your help and support.
    Thanks
    Vineet
    Edited by: vineet vikram on Apr 19, 2008 12:41 PM

    Hi vineet,
    Check the following things:
    (1) Specify the user names in Capital letters and try. This will help you.  (this could be the problem)
    (2) Test the RFC destination using the tCode SM59 and try to remote login from there.
    (3) If the user is locked, you can unlock using the tCode SU01.
    Regards
       Vinod V

  • 500 internal server error for only single user

    Hi Experts,
    Pls help me that
    I am getting the problem of 500 Internal server error for a single user .
    Except that user remaining users are not getting this error, They are working fine
    i.e it is ESS & MSS  Package all other application working fine , this iview came from  Webdynpro .
    Regards
    Krishna

    Hi Arun,
    where can i check with that whether in DEV/PROD system...?
    I don't have access to PROD system and SU01 system too.
    Can you please guide me with the steps to get it done.
    Please check the below log which is getting displayed for the User, when he is logging in.
    Error summary
    While processing the current request, an exception occurred which could not be handled by the application or the framework.
    If the information contained on this page doesnu2019t help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: ComponentUsage(FPMConfigurationUsage): Active component must exist when getting  interface controller
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.ensureActiveComponent(ComponentUsage.java:773)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceControllerInternal(ComponentUSage.java:348)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.getInterfaceController(ComponentUsage.java:335)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdGetFPMConfigurationUsageInterface(InternalFPMComponent.java.245)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.changeToExceptionPerspective(FPMComponent.java:862)
    u2026 59 more
    Please provide me any help.
    Thanks in advance.
    Regards,
    Ponneswari A.

  • When I hit the import button for a new project I get an internal error message stating: Could not find namespace: AgCreativeCloudUtils

    When I hit the import button for a new project I get an internal error message stating: Could not find namespace: AgCreativeCloudUtils
    Can someone help me with this issue please? Tks

    https://forums.adobe.com/search.jspa?q=Could+not+find+namespace%3A+AgCreativeCloudUtils&pl ace=%2Fplaces%2F1383621&depth=…

  • Getting an error while configuring VMM for System Center 2012. error - An internal error has occurred trying to contact an agent on the WIN-NTJU8CNU server: : . Ensure the agent is installed and running.

    Hi,
    I am trying to install "System Center 2012 - Virtual Machine Manager by Using a Pre-Configured VHD".
    I downloaded install guide & the binaries from http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=10712
    I have followed the installation document & getting an error while configuring VMM for System Center 2012.
    error details from log file given below:
    01:12:24:VMMPostinstallProcessor threw an exception: Threw Exception.Type: Microsoft.Carmine.WSManWrappers.WSManProviderException, Exception.Message: An internal error has occurred trying to contact an agent on the WIN-NTJTNEJ1UCN.mydomain.com server: : .
    Ensure the agent is installed and running. Ensure the WS-Management service is installed and running, then restart the agent.
    01:12:24:StackTrace:   at Microsoft.Carmine.WSManWrappers.ErrorContextParameterHelper.ThrowTranslatedCarmineException(WsmanSoapFault fault, COMException ce)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.RetrieveUnderlyingWMIErrorAndThrow(SessionCacheElement sessionElement, COMException ce)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.Invoke(String actionUri, WSManUri targetUri, Hashtable parameters, Type returnType, Boolean isCarmineMethod, Boolean forceResponseCast)
       at Microsoft.Carmine.WSManWrappers.AgentManagement.AssociateLibrary(WsmanAPIWrapper wsmanObject, String CertificateSubjectName, String& ExportedCertificate, ErrorInfo& ErrorInfo)
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.AssociateAgentServer(String fullyQualifiedServerName)
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.AssociateDefaultLibraryServer()
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.SetupLibraryShare()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    01:12:24:InnerException.Type: System.Runtime.InteropServices.COMException, InnerException.Message: There is a time and/or date difference between the client and server.
    01:12:24:InnerException.StackTrace:   at WSManAutomation.IWSManSession.Invoke(String actionUri, Object resourceUri, String parameters, Int32 flags)
       at Microsoft.Carmine.WSManWrappers.MyIWSManSession.Invoke(String actionUri, Object resourceUri, String parameters, Int32 flags)
       at Microsoft.Carmine.WSManWrappers.WsmanAPIWrapper.Invoke(String actionUri, WSManUri targetUri, Hashtable parameters, Type returnType, Boolean isCarmineMethod, Boolean forceResponseCast)
    01:12:24:ProcessInstalls: Running the PostProcessDelegate returned false.
    01:12:24:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    01:12:24:SetProgressScreen: FinishMinorStep.
    01:12:24:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    I have completed MSSQL server configuration and while configuring VMM the below error displayed in the wizard:
    An internal error has occurred trying to contact an agent on the WIN-NTJTNEJ1UCN.mydomain.com server: : .
    Ensure the agent is installed and running. Ensure the WS-Management service is installed and running, then restart the agent.
    I have checked that the following services are running:
    1) Verified WS-Management srvice 2) MSSQL server + MSSQL (agent)  3)SC VM Manager Agent  4)  Windows management instrumentation .
    I have joined the VM (on which installing SC VMM) in a domain(as per install guide) and installing VMM using domain account & it is in local Administrators group.
    Also I would like know if there is any stand alone SC VMM installer. If yes then please let me know the installer location & install guide.
    thanks.
    ====

    Have you installed AppController on the same machine with VMM?

  • While creating Goods Receipt for multiple serial numbers it is generating an internal error

    Error:Internal error (-5002) occurred  [ 131-183]
    we are using version SAP B1 9.0 PL 4
    The code which we are using.
           Dim oPDN As SAPbobsCOM.Documents
           oPDN = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseDeliveryNotes)
                         Dim serno As String = "SH-A1,SH-A2"
                        Dim sernoval As String() = serno.Split(",")
                        Dim mnfser As String = "SH-B1,SH-B2"
                        Dim mnfserval As String() = mnfser.Split(",")
                        For k = 0 To sernoval.Length - 1
                            oPDN.Lines.SerialNumbers.InternalSerialNumber = sernoval(k).Trim
                            oPDN.Lines.SerialNumbers.ManufacturerSerialNumber = mnfserval(k).Trim
                            oPDN.Lines.SerialNumbers.Quantity = linedetails(iRowNo).Quantity
                        Next
                    oPDN.CardCode = "C232323"
                    oPDN.Lines.ItemCode = "A00004"
                    'oGR.Lines.LineNum = 0
                    oPDN.Lines.BaseLine = 1
                    oPDN.Lines.BaseEntry = 202
                    'oGR.Lines.BaseRef = 203
                    oPDN.Lines.BaseType = 20
                    oPDN.Lines.Quantity = 1
                    oPDN.Lines.UnitPrice = 2
                    oPDN.Lines.WarehouseCode = '01'
                 oPDN.Lines.Add()
                 lRetCode = oPDN.Add

    Hi Vasanth,
    I'm not really fluent in VB, but I think that a SerialNumbers.Add() and SerialNumbers.SetCurrentLine() are missing before the Next
    Regards,
    Eric

  • Exception occurred. Internal error: Cannot obtain XAConnection Creation of XAConnection for pool....

    Weblogic Server 6.1 SP2 is running fine. But unable to get XAConnections! I am getting following error
    java.sql.SQLException: Internal error: Cannot obtain XAConnection Creation of XAConnection for pool ibesXaConnection Pool failed after waitSecs:300
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1063)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:148)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:236)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    -GoutamG

    Hi Gautam!
    Please make sure your refresh minutes is turned off in config.xml. You should put very large value like 999999 for RefreshMinutes parameter for
    defination of connectionpool in config.xml instead of 0.
    Thanks,
    Mitesh
    Goutam wrote:
    Weblogic Server 6.1 SP2 is running fine. But unable to get XAConnections! I am getting following error
    java.sql.SQLException: Internal error: Cannot obtain XAConnection Creation of XAConnection for pool ibesXaConnection Pool failed after waitSecs:300
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1063)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:148)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:236)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    -GoutamG

  • Linux j2se 1.4.2 INTERNAL ERROR on Browser End: no manager for initializing

    I have just installed j2sdk1.4.2_04 and NetScape 7.1 on Redhat Linux 9. After following the instruction to enable java in the browser by issuing the command:
    ln -s /usr/java/j2sdk1.4.2_04/jre/plugin/i386/ns610/libjavaplugin_oji .
    (note the final period)
    then restarting browser, I get the following message:
    INTERNAL ERROR on Browser End: no manager for initializing factory.
    If I remove the link, the browser starts working again (without java).
    I have looked in the search engines, other people are having this problem, but I did not find the cure there.
    HELP!

    There are two versions of the plugin shared object, one for elder and one for newer versions of the C compiler. Did you pick the right shared object? If you are not sure, try the other one.
    /usr/lib/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so
    /usr/lib/jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so

Maybe you are looking for

  • Display a column with a list of values from DUAL;

    Hello, how can I display something like: COL1 A B C D E F

  • How to obtain current location with in a flow

    Hi, This might be very basic level query, but i cant figure it out. I want to extract the location with in a flow. ie in my proxy service i have multiple stages and with in each stage i am using some log actions to print some statements. I can see th

  • Strange clicking noise from hard drive

    My drive just started making this noise in my MBP today. Never heard this before. My drive has always been very quiet. Now ever couple to few seconds I'm hearing this click-like noise. No performance issues yet but I work on computers for a living an

  • Help with photo resolution?

    Can anyone please give me the simple answer how to increase resolution on a picture? I am desperately trying to make a photobook for a friend's birthday and I keep getting a message that certain pictures have low resolution and may not print correctl

  • QT Pro 7 - trying to export .mpg to .flv - "export audio" option grayed out

    I've opened an .mpg video in Quicktime Pro 7 and am trying to export it to Flash video. It exports successfully, but the audio (present in the original .mpg) is missing in the exported .flv file. Investigating, when I try to export, I've clicked "opt