Sdo.relate error

Hello,
I'm trying to select all points from POINTABLE that are within a polygon (AAAMAY00) that exist in a HDW_POLYGONS table.
I'm using Oracle Spatial 8.1.5. and I'm using the following statement:
select a.GEOM.SDO_point.x, a.GEOM.SDO_point.Y, a.DEPTH
FROM POINTABLE a, HDW_POLYGONS m
WHERE m.PROJECT_ID= 'AAAMAY00'
AND mdsys.SDO_relate(a.GEOM, m.GEOM,
'mask=ANYINTERACT querytype=WINDOW layer_gtype=POINT') = 'TRUE'
After running this query I get this error:
ERROR:
ORA-03106: fatal two-task communication protocol error
Any Help?
Aldino

Hi Aldino,
Off the top of my head I don't know what is wrong, and I don't have 8.1.5 installed. There were some pretty major memory leaks in sql*plus that got fixed in 8.1.6 - it is possible you are running into that. Try the query without selecting the x and y values from the object.
Another thing to look at (if that isn't the problem) is using an Oracle hint in this query:
select /*+ ordered */ a.GEOM.SDO_point.x,
a.GEOM.SDO_point.Y, a.DEPTH
FROM HDW_POLYGONS m, POINTABLE a
WHERE m.PROJECT_ID= 'AAAMAY00'
AND mdsys.SDO_relate(a.GEOM, m.GEOM,
'mask=ANYINTERACT querytype=WINDOW
layer_gtype=POINT') = 'TRUE';
Those are the only two things I can thing of...
null

Similar Messages

  • Certificate Related Error Message/Please Help

    Today I received an "Unable to verify SSL server pop.gmail.com" message on my Mail server. I transfer mail from gmail to Mail.
    "Mail was unable to verify the identity of this server, which has a certificate issued to "pop.gmail.com". The error was:
    The certificate for this server has expired.
    You might be connecting to a computer that is pretending to be "pop.gmail.com", and putting your confidential information at risk. Would you like to continue anyway?"
    In the lower box, it lists the Version, Serial Number, Issuer Name (which is from Zaire, Western Cape, and lists the organization as Thawte Consulting cc and other info, Subject name is Google Inc, common name is pop.gmail.com, then gives a Signature Algorithm, Parameters, etc.
    It won't let me Copy and Paste so I have not hit the Continue button for concern of losing that info for reference.
    I went to Help which instructed me to do the following:
    I'm getting a certificate-related error message
    If you get an error message with the word "certificate" in it, make a copy of the message and contact your Internet service provider (ISP) or network administrator. The error message may help them diagnose your problem.
    If your mail server uses a self-signed Secure Sockets Layer (SSL) certificate, each time you open Mail you'll see an error message stating that the certificate is not valid. You can continue, but you'll see the same message every time you open Mail. To stop seeing this message, you can permanently accept the certificate.
    To permanently accept a self-signed SSL certificate:
    Click the Show Certificate button in the error message.
    The certificate appears with a certificate icon in the upper-left corner.
    Hold down the Option key and drag the certificate icon to the desktop.
    Double-click the certificate icon on the desktop, and choose X.509 Anchors from the pop-up menu. Click Add.
    The certificate is permanently accepted.
    You must have permission to administer the computer for this procedure to work.
    For information about encryption, click "Tell me more."
    Instead of asking for the "580 Anchors" , it asked simply "Do you want to add the certificates from pop.gmail.com.cer to a keychain?"
    I clicked "Add"
    The pop.gmail.com certificate AND Thawte Freemail Member AND Thawte Personal Freemail certificates is now entered in my Keychain.
    There are no dates listed under "Created" or "Modified" for those certs under Keychain.
    IS THIS OK OR DO I HAVE A PROBLEM SINCE THESE THAWTE CERTS ARE LOCATED IN ZAIRE???
    IF IT IS A PROBLEM, HOW DO I FIX/CHANGE/OK/DELETE/MODIFY, ETC. IT? PLEASE BE CLEAR.
    CAN I/SHOULD I JUST DELETE ALL THREE/SOME OF THE CERTS NOW IN KEYCHAIN?
    WILL I STILL BE ABLE TO GET MAIL AS BEFORE THIS MESSAGE IF DELETE THE CERTS?
    I believe this is the first time I have received a message concerning certificates so I am naive concerning this.
    THANK YOU.

    I had similar gmail/cert problem yesterday - not for the first time!
    I deleted the prefs (user/library/preferences), deleted the gmail account (mail prefernces), ran applejack ( http://applejack.sourceforge.net/ ) & added the account from scratch.
    Annoying I know, and my inbox was 200+ emails but nobody seems to know what or why this happens (my previous post) http://discussions.apple.com/thread.jspa?threadID=243186&tstart=0
    Perhaps this is related to certain emails (an email scam), i run 3 macs & the mail account on the affected machine receives my business email & this is the only machine the gmail/cert problem occurs.

  • A strange Java related error occured when I tried to install a software

    When I tried to install Maple 12 on my PC, I got a Java-related error as follow:
    java.lang.NoClassDefFoundError: Could not initialize class javax.swing.UIManager
         at javax.swing.JPanel.updateUI(Unknown Source)
         at javax.swing.JPanel.<init>(Unknown Source)
         at javax.swing.JPanel.<init>(Unknown Source)
         at javax.swing.JPanel.<init>(Unknown Source)
         at javax.swing.JRootPane.createGlassPane(Unknown Source)
         at javax.swing.JRootPane.<init>(Unknown Source)
         at javax.swing.JFrame.createRootPane(Unknown Source)
         at javax.swing.JFrame.frameInit(Unknown Source)
         at javax.swing.JFrame.<init>(Unknown Source)
         at com.zerog.ia.installer.LifeCycleManager.g(DashoA10*..)
         at com.zerog.ia.installer.LifeCycleManager.h(DashoA10*..)
         at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
         at com.zerog.ia.installer.Main.main(DashoA10*..)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.zerog.lax.LAX.launch(DashoA10*..)
         at com.zerog.lax.LAX.main(DashoA10*..)
    My OS is Windows XP Professional with SP3. However, I managed to install this version on a virtual machine (which also runs Windows XP SP3) therefore the problem does not come from the installer.
    What can I do now to install Maple 12? I really need this software...
    Thanks!
    Edited by: uhobasa on Sep 28, 2008 6:41 PM

    Did you find the solution for this problem? I am experiencing the same behavior trying to run Freemind.

  • [svn] 1978: Bug: vendors. properties file which is used in vendor specific login commands was not being read properly and as a result some login related error messages were not being displayed correctly .

    Revision: 1978
    Author: [email protected]
    Date: 2008-06-06 08:05:34 -0700 (Fri, 06 Jun 2008)
    Log Message:
    Bug: vendors.properties file which is used in vendor specific login commands was not being read properly and as a result some login related error messages were not being displayed correctly.
    QA: Yes - we need automated tests to make sure that errors.properties and vendors.properties in BlazeDS/LCDS are loaded properly.
    Doc: No
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/util/PropertyStringResource Loader.java
    blazeds/branches/3.0.x/modules/opt/src/jrun/flex/messaging/security/JRunLoginCommand.java
    blazeds/branches/3.0.x/modules/opt/src/tomcat/flex/messaging/security/TomcatLoginCommand. java

    I have a lot of grief with this version of Windows Media Player.
    It is very buggy and frustrating to use.
    I have my Music library on a QNAP NAS, which is as reliable as they come.
    System notifications make it not save changes.  It also does not do a good job of interpreting albums and artists from folders.  Changes to track names are not saved, nor are tracks moved to other albums, renamed albums, changes to genre, artist
    or date.  It separates and merges albums/tracks without sense or reason.  Some changes I've made up to 4 times, then closed WMP and re-started my machine to check if it has/hasn't saved the changes.  Often it has not.
    This is the first time I've used WMP in this capacity, and I do not recommend it.
    New service pack please.

  • Difficult import related error, urgent please help

    I have 5(file1, file2...file5) export dump file taken from source database (ABC). Export was taken from user level(say user1, user2...user5)(schema level).
    file1 = user1 (contain all the information related to user1 )
    exp system/manager file=user1 owner=user1 compress=y
    And now I have a new database. In this database I have Create new user corresponding to my source instance.
    user1,user2..user5.
    The problem is when I try to import(the data is getting imported) in user1, it says some grant related error.
    I think this error is related to user2, user3..user5. I think when the import is trying to grant(some priviledge) to user1(during import data to user1) whose object is in user2, it is not able to find those object as those object does not exist in user2.
    imp system/password file=file1(belonging to user1) fromuser=user1 touser=user1 log=file.log
    Please let me know in this situation what can be done. please tell me the solution.
    Message was edited by:
    sanora600
    Message was edited by:
    sanora600

    Hi!
    First of all you should create all users (user1 through user5) before starting import of user1. This ensures that grants granted from i.e user1 to user5 are executed without errors during import of user1.
    However, when importing user1, the import does not include grants given from other users, i.e user2, to user1. Grants are owned by the grantor, and therefore grants given is included in exportfile for the grantor.
    Hope this helps!
    Cheers!

  • Jquery related error after Apex 4 upgrade

    Hi,
    We have upgraded Apex 3.2.1 to Apex 4.0.2 but when run the application it gives Jquery related errors. for example Object doesnt support this method or propert.
    I have replaced the older jquery library with Apex 4 jquery-1.4.2.min.js file then the application runs fine. but the APEX 4 functionality is not running.
    Can you please help to avoid jquery related error?
    Regards,
    Faheem Raza

    I've executed @apexins SYSAUX SYSAUX TEMP /i/ not apxrtins.
    Below is the apex_epg_config.sql /tmp output.
    SQL> @apex_epg_config.sql /tmp
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as '/tmp/apex/images'
    Directory created.
    old 47: if '&IMGUPG' != '' then
    new 47: if '' != '' then
    old 48: l_mv_folder := '&IMGUPG';
    new 48: l_mv_folder := '';
    PL/SQL procedure successfully completed.
    Commit complete.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    timing for: Load Images
    Elapsed: 00:02:28.69
    Session altered.
    PL/SQL procedure successfully completed.
    Commit complete.
    Session altered.
    Directory dropped.
    SQL>

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • An Error Occurred While Processing Your Request We're sorry. While processing your request, we encountered a system-related error. Your request was not processed. Error ID Code: b7bc5afa-ce52-434b-bfb6-3fb086b77a23

    Every time i log out of my Bank email after getting a copy of transactions, I get the following:
    An Error Occurred While Processing Your Request
    We're sorry. While processing your request, we encountered a system-related error.
    Your request was not processed.
    Error ID Code: b7bc5afa-ce52-434b-bfb6-3fb086b77a23
    If the error continues or you need to contact support, please provide them with the Error ID Code above.
    That's what I am doing. contacting support.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Disk related error (-43)

    Hey guys, I recently bought an imac G3.
    I am trying to install itunes 1.1 on it however i come across a problem.
    When i double click on the itunes installer and application called "stuffit"
    opens. This says its "decoding macbinary II".
    I then get an error message saying:
    "sorry, but a disk related error (-43) has prevented the operation from concluding."
    Can anyone help me??
    thanks, lozzdude.

    Have you verified that iTunes will run on Mac OS 9.2?
    You should try dragging the iTunes download onto stuffit.
    Robert

  • A network-related error has occurred where Connecting to Hive ODBC by Linked Server

    1) I have created Hive ODBC Driver (Succesfully Tested)
    2) I have created Linked Server on SQL Server 2014 (Succesfully Tested)
    3) SELECT * FROM OpenQuery([SQLHive],
    'SELECT * FROM hivesampletable;')
    ERROR:
    OLE DB provider "SQLNCLI11" for linked server "SQLHive" returned message "Login timeout expired".
    OLE DB provider "SQLNCLI11" for linked server "SQLHive" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance
    name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
    Msg 67, Level 16, State 1, Line 0
    Named Pipes Provider: Could not open a connection to SQL Server [67].
    INSTRUCTIONS FOLLOWED:
    http://ayadshammout.com/2013/05/27/import-hadoop-data-into-sql-bi-semantic-model-tabular/
    CONFIGURATIONS OF ON TEST:
    -Firewall is OFF
    -SQL Server and Windows Authentication mode is ON
    - Named Pipes is ON on SQL Server Confi manager
    Kenny_I

    The subject line and the first point on your list indicates that you want to connect to a Hive data source using ODBC. But the error message tells us that you have set up a linked server with SQL Server Native Client, which is the OLE DB provider you would
    use if you want to connect to another SQL Server instance.
    For using an ODBC driver, you need to use the MSDASQL provider, and in the @provstr argument you specify which ODBC driver you want to use. That is, something like:
    EXEC sp_addlinkedserver 'SQLHive', '', 'MSDASQL',
         @provstr = 'Driver={Hive ODBC Driver}....'
    As I have not worked with the Hive ODBC Driver, I don't know exactly what goes into the @provstr parameter, but it would be the same as if you connected to Hive from an application.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Collaboration Room iViews give error -- Database related errors -- Pls Help

    Hello Everyone,
    We are on EP 6.0 SP 17 (Netweaver 2004).
    KMC component was installed separately (Deployed manually).
    We are trying to create simple Collaboration Rooms and we are facing some issues with the same.
    I am following the documentation on SAP Help for the Room Creation:
    Help &#61664; SAP Netweaver 2004 &#61664; People Integration &#61664; Collaboration &#61664; Administration Guide
    http://help.sap.com/saphelp_nw04/helpdata/en/1d/3d59fdaa5ebb45967ea107d3fa117a/frameset.htm
    We are able to create rooms based on pre-defined templates and we are also able to add members to rooms, send/receive the invitation emails. I am able to work with Instant Messaging also.
    But the problem is that some of the iViews related to Collaboration Rooms are giving errors.
    1.<b> “Discussion” iView gives an error saying “You do not have access permission” (even the user has all the necessary roles assigned).</b>
    Log for this error is as follows:
    Exception ID = 90c3315f-c29d-2910-87ac-806aa372da7f com.sapportals.wdf.WdfError     at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120) ……….
    --- Nested WDF Exception -
    com.sapportals.wcm.WcmException: The SQL statement "INSERT INTO "KMC_URIMAPPER" ("HASH_KEY","EXTERNAL_KEY","CONST_INTERNAL","VAR_INTERNAL","EK_PREFIX","EKHK00","EKHK01","EKHK02","EKHK03","EKHK04","EKHK05","EKHK06","EKHK07","EKHK08","EKHK09","EKHK10","EKHK11","EKHK12","EKHK13","EKHK14") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)" contains the semantics error[s]: column "EK_PREFIX" not in any scope
    I tried to change the permissions of the “Discussion” iView, but it did not work either.
    2. <b>Some iViews like “Room Information” throw a Runtime Error as follows:</b>
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.ip.collaboration/RoomPartContent/Generic/Pages/com.sap.netweaver.coll.RoomDiscussionPage/com.sap.netweaver.coll.RoomInformationExtended
    Component Name : com.sap.netweaver.coll.appl.ui.room.RoomInformation
    The exception was logged. Inform your system administrator..
    Exception id: 02:17_02/02/07_0006_213711350
    See the details for the exception ID in the log file
    <b>I have figured out that the following error message is common in most or the error messages:
    The SQL statement "INSERT INTO "KMC_URIMAPPER" ("HASH_KEY","EXTERNAL_KEY","CONST_INTERNAL","VAR_INTERNAL","EK_PREFIX","EKHK00","EKHK01","EKHK02","EKHK03","EKHK04","EKHK05","EKHK06","EKHK07","EKHK08","EKHK09","EKHK10","EKHK11","EKHK12","EKHK13","EKHK14") VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)" contains the semantics error[s]: column "EK_PREFIX" not in any scope</b>
    Are there any database related configurations required for making the Collaboration Room Discussion functionality work properly?
    Are there any KM related configurations necessary other than those mentioned in the document I am referring to?
    Are there any database related configurations that are required?
    I would really appreciate any help in this matter. Please advise me about any ideas you may have?
    Thanks,
    Raj Seelam

    Hello Lars,
    First of all thank you for your reply.
    <b>do u use Collaboration first time?</b>
    Yes, we just started using Collaboration and this is our first requirement.
    <b>Which roles do u have?</b>
    I have all the required roles (Super Admin, Content Management, Collaboration, Collaboration Room Creation).
    I know that these features are available in NW04 SP 17 without any limitations. I have reviewed SAP Notes 707730, 711093, 709354 and 946470 also.
    This problem is with only a few Collaboration iViews.
    I am able to create Rooms, Enter Rooms, Receive Invitation e-mails without any problem.
    Any suggestions about any possible missing configurations ?
    Thanks Again,
    Raj

  • FileAccess-related error upon clicking "open an existing report" BPC Excel

    Hi,
    We am getting a strange popup with BPC NW 7.5 patch level 3 and are wondering if anyone may shed some light as to why we are getting this popup.
    We have not found a way to resolve this yet. It seems to be security related and seems to be File Access related.
    Sorry for the long rest of this message but the popup has quite a lot of text, which I have included here but not the full error.
    We can still access the report, but the popup is causing a lot of questions from the users.
    Thank you in advance for any help
    SAP BusinessObjects popup window....
    <return status="failed"><result><Exception><ExceptionInfo><exType>System.FormatException</exType><exMessage>String was not recognized as a valid Boolean.</exMessage><exSource>mscorlib</exSource><assembly>System.Boolean, mscorlib, Version=1.0.5000.0,Culture=neutral, PublicKeyToken=b77a5c561934e098</assembly><stackTrace> at System.Boolean.Parse(String value) at Osoft.Services.Application.FileAccessService.FileAccessServiceDocument..ctor(UJF_DOC docAttributes) at OSoft.Services.Application.FileAccessService.FileAccessServiceProxy.List_Directory(String I_Appset, String I_Dirname, String I_Doctype, String I_Include_SubFldrs, String I_Sort, ArrayList& docs, ArrayList& tree, ContextUser context) at OSoft.Services.Webservice.FileAccessService.FileAccessService.GetFolderContents(String strParameter, String strContext) </stackTrace><exTime>[ error curtailed here hopefully that is enough information to be meaningful to someone ]

    Hi ferro,
    I've Admin rights in the system and am facing this issue since long but couldn't solve it.
    It've become a road stopper for reporting to my users.
    Kindly advice on this....does re-installing the client help in any way?
    I've tried restarting the IIS several times, but it didn't work. The problem seems to be with "Web service"..
    Kindly advice...
    cheers!

  • SNMP related error message on CSS

    My customer has seen the following syslog error message appear a few times over the past few weeks:
    OCT 17 14:37:04 1/1 1183 NETMAN-4: ewaNamespaceGet_snmp: unsupported type returned as a result of an Envoy GET: 0x81
    I have checked on CCO and done an Internet search but cannot find any information relating to this particular message.
    I have suggested putting a sniffer on the same segment as the CSS, that way theycan see packets destined for the CSS with SNMP port number- to see which device(s) are polling the CSS.
    Could you please assist in identifying what the message means, and what action (if any) needs to be taken to stop the message recurring.
    Regards,
    ND

    Nim,
    actually I just noticed the bug removed some information from the error message but did not suppress it.
    This messages appears when using the following function in the GUI : 'Monitor -> Proximity'.
    This should not impact the CSS.
    Regards,
    Gilles.
    Thanks for rating this answer.

  • Cluster-related error for remote client

              Hello,
              I am getting the following error when running a remote stand-alone client that attempts to access an entity bean that is running within WLS6.1sp2:
              java.lang.NullPointerException
              at weblogic.rmi.cluster.WeightBasedReplicaHandler.chooseReplica(WeightBasedReplicaHandler.java:65)
              at weblogic.rmi.cluster.BasicReplicaHandler.loadBalance(BasicReplicaHandler.java:258)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:223)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy1.findByPrimaryKey(Unknown Source)
              at ProductClient.main(ProductClient.java:40)
              We are not using clustering. The standalone client is using "copied" jars such as weblogic.jar on a win2000 pc. The error happens whether we run WLS on unix or on win2000.
              Any thoughts on how to avoid this problem?
              Thanks for any help,
              Clint Prouty
              DST Systems
              

    As i mentioned earlier NPE is our problem.
              Pls try SP3 and if that doesn't solve, follow up with support.
              Kumar
              Clint Prouty wrote:
              > Hi Rajesh,
              >
              > Yes I do have the clustering license key in my license.bea file.
              > The error happens even if the client is running on the same
              > win200O PC as WLS. The error I listed comes from the client program, so I am
              > not sure how the license would come into play.
              >
              > Thanks,
              >
              > Clint
              >
              > Rajesh Mirchandani <[email protected]> wrote:
              >
              >>Do you have a clustering license key in your license.bea file ? It seems
              >>that we are looking for the cluster license even though you are not
              >>using clustering.
              >>
              >>Put the key in and see if it helps.
              >>
              >>Kumar Allamraju wrote:
              >>
              >>
              >>>you should report this problem to [email protected]
              >>>
              >>>I'm not sure if it's a known issue in SP2 and fixed in SP3. It's worth
              >>>trying SP3.
              >>>
              >>>--
              >>>Kumar
              >>>
              >>>Clint Prouty wrote:
              >>>
              >>>
              >>>>Hello,
              >>>>
              >>>>I am getting the following error when running a remote stand-alone
              >>>>
              >>client that attempts to access an entity bean that is running within
              >>WLS6.1sp2:
              >>
              >>>>java.lang.NullPointerException
              >>>> at weblogic.rmi.cluster.WeightBasedReplicaHandler.chooseReplica(WeightBasedReplicaHandler.java:65)
              >>>> at weblogic.rmi.cluster.BasicReplicaHandler.loadBalance(BasicReplicaHandler.java:258)
              >>>> at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:223)
              >>>> at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              >>>> at $Proxy1.findByPrimaryKey(Unknown Source)
              >>>> at ProductClient.main(ProductClient.java:40)
              >>>>
              >>>>We are not using clustering. The standalone client is using "copied"
              >>>>
              >>jars such as weblogic.jar on a win2000 pc. The error happens whether
              >>we run WLS on unix or on win2000.
              >>
              >>>>Any thoughts on how to avoid this problem?
              >>>>
              >>>>Thanks for any help,
              >>>>
              >>>>Clint Prouty
              >>>>DST Systems
              >>>>
              >>>>
              >>--
              >>Rajesh Mirchandani
              >>Developer Relations Engineer
              >>BEA Support
              >>
              >>
              >>
              >
              

  • SDO invocation errors after re-deploying composites

    Hi,
    We have an application with EJB exposing SDO web services and composites calling those services.
    The wsdl and xsd files for those services are pushed in MDS by our build.
    The problem is every time we re-deploy the application (EJBs, wsdl/xsd to MDS, then composites), the composite throw errors when trying to invoke the SDO web services. For instance:
    Caused by: java.lang.IllegalArgumentException: Exception [EclipseLink-45010] (Eclipse Persistence Services - 1.1.1.v20090430-r4097): org.eclipse.persistence.
    exceptions.SDOException
    Exception Description: Type not found for interface [com.ed.ted.sdo.EscSDO]
    at org.eclipse.persistence.sdo.helper.delegates.SDODataFactoryDelegate.create(SDODataFactoryDelegate.java:54)
    The problem also happens when we re-deploy one of the composite making SDO calls.
    We use ant scripts to build and deploy.
    The only solution we have found so far to get rid of this issue is to follow these steps:
    - un-deploy all ejbs and composite
    - stop the server
    - delete domain/servers/cache and tmp
    - restart server
    - re-deploy ejbs and composites
    Has anyone encountered this kind of issues ?
    We can't figure out if it is linked with MDS caches, SDO or weblogic.
    Thanks for your help
    Sebastien

    Thanks a lot Sebastien,
    I had the exact same error when trying to invoke an EJB/JPA based SDO exposed as a SOAP WebService (based on Biemond's example: http://biemond.blogspot.be/2012/08/generating-ejb-sdo-service-interface.html).
    To get rid of this strange error, I had to:
    1) delete domain/servers/cache (not the tmp)
    2) restart server
    Then when I invoked the SDO service from SoapUI again, it worked! :)
    Thanks again,
    David

Maybe you are looking for