Topology Theme / Advanced Styling - Errors

Hello
We're undertaking some evaluation / proof of concept activities with mapviewer connected to fusion middleware 11g / 11g2 database
Our application would require a topological data model and we have successfully created a small topological testbed.
The topological model can be successfully interrogated in mapbuilder and displays in mapviewer when simple line styles are applied.
There are two problems:
1) when displayed as a themeBasedFOI in mapviewer the topological theme is not clickable so cannot be interrogated (yes all the obvious settings have been tried)
2) the topology theme cannot be combined with an advanced Style (to enable lines to have different styles according to a attribute columns in the topology table)
The styling problem manifests itself as a dialogue box displaying "Error 0" when using mapbuilder and an error "SEVERE: Error rendering FOI image java.lang.ArrayIndexOutOfBoundsException: 0" on the mapviewer console.
As these problems do not manifest themselves when using geometry themes and the topological data seems otherwise to work correctly I'm inclined to think this is a bug in the topology code but would be interested to know if anyone else has experienced / resolved this?
Mal
Edited by: user5883580 on 28-Oct-2010 08:53
Edited by: user5883580 on 28-Oct-2010 08:53

The processing of geometry themes and topology themes are different. The attribute 'rule#0' that you see on the query for geometry themes is something internal of MapViewer that is added on the query. This does not apply for topology themes. You can use advanced style with topology themes. The idea is similar to geometry themes, where you add some attribute to be used by the advanced style. Post the advanced style definition and the topology theme definition that you were trying to use.
Joao

Similar Messages

  • Probs with adding network and topology themes

    Hallo everybody,
    I wanted to add my network and topology data with the following sql-code
    INSERT INTO USER_SDO_THEMES VALUES(
    'THEME_DEMO_NETWORK',
    'Stromnetz Netzwerkmodell',
    'STROMNETZ_NW_LINK$',
    'TOPO_GEOMETRY',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules
    theme_type="network"
    network_name="STROMNETZ_NW"
    network_level="1">
    <rule>
    <features>
    <link
    style="C.RED"
    direction_style="M.IMAGE105_BW"
    direction_position="0.85"
    direction_markersize="8">
    </link>
    <node
    style="M.CIRCLE"
    markersize="5">
    </node>
    </features>
    </rule>
    </styling_rules>' );
    INSERT INTO USER_SDO_THEMES VALUES(
    'THEME_TOPO_NSLA',
    'Topologie fuer NSLA',
    'NS_LEITUNGSABSCHNITT_TOPO_TAB',
    'POSITION',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="topology" topology_name="STROMNETZ">
    <rule>
    <features style="C.RED">
    </features>
    </rule>
    <styling_rules>');
    The rows are added to the user_sdo_themes but when I click on the network theme in the definition tool I get the error-message: No style attribute in row 1 is found. Only the valid elements are shown in the table. And there aren't any rows in the following table. What is wrong?
    When I add my topology theme to a map where I already have 2 other themes in the data of the topology theme isn't displayed.
    Both network and topology are valid.
    Another question is ... can there be problems by using the following char ' and that char " I took the code from the Mapviewer documentation and there are these different chars used.
    I have two different users spatial and scott. In both users I have imported the mvdemo so I have in both the same styles metadata. I needn't to define the style for my network like "SPATIAL:C.RED" or something like that? At the moment I only work with user spatial.
    Hope somebody can help. Thanks
    Katrin

    Hallo Daniel, hallo Joao,
    thanks for your reply. I have tried with SPATIAL:C.RED but I think my error is that I have created the map with the topology theme/network theme (I have posted before) with the Map Definition tool. Could that be the error?
    In my log file there is following exception
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-8
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_FLST ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.COUNTIES', FLST_NR_ZAEHLER, 'SCOTT:T.CITY NAME', 1 FROM FLURSTUECK_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-9
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-10
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ FLURSTUECK_TAB ] sql exec time: 38ms, total time loading 6 features: 155ms.
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_TOPO_NSLA ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'POSITION', POSITION, 'SPATIAL:C.RED', null, 'null', -1 FROM NS_LEITUNGSABSCHNITT_TOPO_TAB WHERE MDSYS.SDO_FILTER(POSITION, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_GEB ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.BLACK', null, 'null', -1 FROM GEBAEUDE_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ NS_LEITUNGSABSCHNITT_TOPO_TAB ] sql exec time: -1120047089477ms, total time loading 0 features: 90ms.
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] *** SQL Exception while querying theme: THEME_TOPO_NSLA
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] java.sql.SQLException: ORA-29900: operator binding does not exist
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'SDO_FILTER'
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:661)
         at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:951)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:693)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1057)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2942)
         at oracle.sdovis.JDBCDataSource4PT.loadFeaturesInWindow(JDBCDataSource4PT.java:344)
         at oracle.sdovis.JDBCDataSource4PT.prepareFeatures(JDBCDataSource4PT.java:256)
         at oracle.sdovis.PredefinedTheme.prepareData(PredefinedTheme.java:85)
         at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1300)
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ GEBAEUDE_TAB ] sql exec time: 70ms, total time loading 6 features: 77ms.
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, INFO] **** time spent on loading features: 307ms.
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_FLST with 6 styled features: 5ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_GEB with 6 styled features: 1ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_TOPO_NSLA with 0 styled features: 1ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_FLST with 6 styled features: 56ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_GEB with 6 styled features: 0ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_TOPO_NSLA with 0 styled features: 0ms
    If this is the error how can I create my map with network and/or topology themes in sql*plus. I can't take Map definition tool for this taske!? At the moment I use only SQL*Plus.
    Sorry for this long post.
    Thanks Katrin

  • Hi, i downloaded call of duty black ops on my iMac, and i had in app purchases, and it asked me if i wanted to restore them, but an error occured and I had to click cancel, now I don't know how to restore the in app purchases, does anyone know?

    hi, i downloaded call of duty black ops on my iMac, and i had in app purchases, and it asked me if i wanted to restore them, but an error occured and I had to click cancel, now I don't know how to restore the in app purchases, does anyone know?

    The developer would know, at least they should help troubleshooting.

  • Mapviewer topology theme

    Can someone provide the syntax for a predefined topology theme rendering primitives (node/edge/face). I've seen the examples for dynamic themes, but not for predefined stored in user_sdo_themes.
    Thanks, David

    Hi David,
    currently there is no predefined theme definition for a topology "debug" mode, which shows the topology primitives (node/edge/face). We may consider this later.
    But for topology features, the predefined theme definition is similar to the geometry theme, with some additional parameters (topology name for example).
    INSERT INTO user_sdo_themes  VALUES (
       'NECOUNTIES',
       'Topology theme',
       'SC_AREAS',
       'FEATURE',
       '<?xml version="1.0" standalone="yes"?>
        <styling_rules theme_type="topology" topology_name="SC">
          <rule >
            <features style="C.COUNTIES"></features>
            <label column="F_NAME" style="T.CITY NAME"> </label>
          </rule>
        </styling_rules>' );Joao

  • HT3775 Dear Apple, i took 4 videos from my friend's windows 8 pc but all of them shown a error that To see if additional software is available that will enable QuickTime Player to open the movie, click Tell Me More." what should i do now? please help me A

    Dear Apple, i took 4 videos from my friend's windows 8 pc but all of them shown a error that To see if additional software is available that will enable QuickTime Player to open the movie, click Tell Me More." what should i do now? please help me Apple

    If the videos are .wmv files, VLC from VideoLAN will play them and pretty much any other media format.
    BTW, we are not Apple; we're just users like yourself.

  • Record filtered in advance as error records with the same key exist

    Dear Masters
       I am getting below error for master data (0MATERIAL_ATTR), while loading data from PSA to Info object through DTP (I have set the Handle duliocate record also). When I checked that error data in Error Stack, I am getting below error for all records(100)
    "Record filtered in advance as error records with the same key exist"
    Could u please help me to resolve this issue
    Thanks in Advance
    Raja

    Hi
    Thanks for reply
    I have loaded the Delta data in PSA. In PSA data was loaded successfully. I got the failure only when I loaded the from PSA to Maste data
    Thanks in advance
    Raja

  • I downloaded some apps for my ipho in the apptrackr site, the apps are shown in my itunes library but when i try to sync those apps at first it works and then it says an error occur (0xE8008001). How can I sync them without the error?

    I downloaded some apps for my ipho in the apptrackr site, the apps are shown in my itunes library but when i try to sync those apps at first it works and then it says an error occured (0xE8008001). How can I sync them without the error?

    If your phone is jailbroken, we can't help you, as already stated.
    If you're new to this and you're trying to download apps to put on your phone and it is NOT jailbroken, you can't do that.
    You must go through the iTunes app store.

  • Using Mozilla FireFox 2.0 to show/hide themes,I get errors

    I use IE6.0 to show/hide themes,there are no errors.
    When I use Mozilla FireFox 2.0,I got the following errors.
    does anybody can help me?
    Thank you in advance.
    07/03/20 12:55:06 INFO [oracle.sdovis.CacheMgr2] Creating/replacing a geometry c
    ache group: sdovis_subreg_mvdemo_jdbc:oracle:thin:@delcantsy:1521:csu2 : KINGS_H
    WY_GEOMETRY_PDT_GEOM.
    07/03/20 12:55:07 ERROR [oracle.lbs.foi.FOIServlet] java.lang.NegativeArraySizeE
    xception
    at oracle.lbs.foi.foiUtil.calculateHtmlLineArea(foiUtil.java:306)
    at oracle.lbs.foi.foiUtil.getLineStringAreaStr(foiUtil.java:1096)
    at oracle.lbs.foi.FOIServer.getHTMLMapString(FOIServer.java:855)
    at oracle.lbs.foi.FOIServer.renderFOILayer(FOIServer.java:555)
    at oracle.lbs.foi.FOIServlet.doPost(FOIServlet.java:178)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
    stDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
    vletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
    estHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
    tHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
    stHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
    va:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
    cketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(Server
    SocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocket
    AcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(
    ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
    sableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    07/03/20 12:55:07 ERROR [oracle.lbs.foi.FOIServlet] [Foi Server] foi process err
    or.

    yes linestring themes will have the same restriction as polygon themes: you can add multiple of them, but you may experience strange behaviors when you attempt to turn one of them on or off. So the best practice is to ensure there is only one linestring/polygon type theme-based FOI added to the MVMapView object at any time.
    This restriction is there mainly because of IE6's inability to support PNGs with alpha transparency natively.
    And yes you may notice some difference in performance between IE and FF, mainly because for IE we have to apply additional processing so that it can handle PNGs with alpha transparency which introduces a lot of overhead.
    hope this helps,
    LJ

  • After updating I ended up with 4 icons on my desktop - I cannot delete any of them. The error message reads; "Cannot read from the source file or disk".

    I updated from the original version to 6.0.1 and when I re-started FF there were 4 icons on my desktop. I managed to delete one of them, but I cannot delete the other two - to leave me with just one.
    I get the error message of "Cannot delete file: Cannot read from the source fie or disk".

    Here's the meaning of the error that you received.
    "An error has occurred. ERROR :10-FC06-0002" -- may be caused by damaged recovery media or faulty hard drive"
    Possible that the problem is on the recovery also.
    Hope this helps.

  • Posting Advances gives error :  requires an assignment to a CO object

    Hi,
    When I am posting trip advance through PRRW, it gives the error "account XXXXX requires an assignment to a CO object" but when I am posting expenses it dose not give such error.
    Any possible reason for such behavior.
    Thanks
    Rohit

    This I believe is because advances are not included in the FM update process triggered from travel management. This is a missing functionality but previously advances reduced the budget in the posting process of a trip request if the wagetype for the advances was customized with a CO receiver.
    This was an error because in this case the handling of the commitment item for advances was not correct.
    With the introduction of the note  1096393 in the support package, the advances are no longer taken in consideration for the FM
    integration, they are not updated in FM at all.
    So I think this is why it works correctly for expenses but you get error for advances.

  • Music files in my PC's iTunes directory have been moved around, now iTunes' index is not recognizing them and returns error messages. The files have previously been sync'd to my iPod, but when I tried to sync back from the iPod, iTunes on the PC error'd.

    I want iTunes to reconstruct its index of my music.
    We accidentally moved files around in my <<C:\Documents and Settings\Jordan\My Documents\My Music\iTunes>> directory. We tried to move them back, but anyway, the iTunes program now no longer can find/play the titles that the opened iTunes page/Library displays.
    I had previously copied/syncd all my iTunes music to my iPod. I tried syncing back to the PC from the iPod.  No improovement.
    At the moment, my dad is on my computer, logged in under his name (with administrative permissions). It seems that looking at my iTunes music under his login is still working OK.
    I do not have my music backed up to the "cloud".
    What are my options?

    The "missing file" error happens if the file is no longer where iTunes expects to find it. Possible causes are that you or some third party tool has moved, renamed or deleted the file, or that the drive it lives on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout,or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    If another application like Windows Media Player has moved/renamed the files then the chances are that subtle differences in naming strategies will make it hard to restore the media to the precise path that iTunes is expecting. In such cases, as long as the missing files can be found somewhere, you should be able to use my FindTracks script to reconnect them to iTunes. See this post for an explanation of how it works.
    If you have to resort to trying to pull back the library from your iPod see Recover your iTunes library from your iPod or iOS device.
    tt2

  • Since upgrading to FF 4, I have constant crashes (updating graphics drivers did not help). now all my bookmarks are gone. When I try to restore them, I get error message: "Unable to process the backup file".

    Since I "upgraded" to FF 4, I have constant crashes (I tried updating my graphics drivers--it did not help) and now all of my bookmarks have disappeared. When I try to restore them, I get this error message "Unable to process the backup file". I have lost years of bookmarks...please help.
    I am using Windows XP, SP 3 if that matters.

    I am also unable to restore any of the backups of the bookmarks, both automatic backups and two backups that I created manually. Since I was able to restore backups before, and since no changes have occurred to these backup files, the problem must be with Firefox.
    Right before my bookmarks disappeared, FF crashed and I accidentally started FF 3.5. When I saw what I did, I ended the Firefox process and started FF 4. That's when all my bookmarks were gone and I discovered I couldn't retrieve any backups. I did note that an add-on was updated when I restarted FF. Maybe that's the problem. Does FF have a Safe mode?

  • I bought game items form itunes, but I couldn't get some of them because of error. What can I do?

    I bought some game items form itunes, but I couldmn't get some of them.
    <Order ID: MHZ49JV0KReceipt Date: 01/28/13, Order ID: MHZ49JX63Receipt Date: 01/28/13> These are order id and date about my error items.
    what can I do for returning my money?

    Try this...
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    http://support.apple.com/kb/ht1430
    Also, See Here...
    Troubleshooting applications purchased from the App Store

  • Styling Error Messages

    What is the best way to go about styling the error messages set by default with ADDT?
    I have so far styled #KT_tngerror succesfully
    but I'm a little bit puzzled as to where....
    .form_validation_field_error_error_message
    and
    .KT_field_error
    .....come into the picture.
    ".form_validation_field_error_error_message" which seems to handle the client side aspect of validation pops up fine and looks really good after applying a few styles and a small exclamation mark background graphic.
    if a server side validation fails however (perhaps user enters a username that doesn't exist at login) the same styles applied to .KT_field_error does not produce the same output.
    Where am I going wrong?
    Apologies for all the questions lately, rest assured I'm looking forward to contributing something in the other direction.
    Thanks
    - Andrew

    I found the solution on the InteraktOnline forum: http://www.interaktonline.com/Products/Dreamweaver-Extensions/FormValidation/Product-Forum /Details/101022/customize+error+msgs.html
    Yes, you can display the error message anywhere you want. To do this, you must create a div that has the same id as the fieldname but to which you append '_error_element'.
    So if your field name from the database is named firstname, then the div should look like this:
    <div id="firstname_error_element"></div>
    You can apply any style you like to this div either by using a class or it's id.

  • Theme Editor : Runtime error

    Hi,
    I am facing some problems with theme editor
    System details:
    - Windows 2000 with SQL server
    - Only Java stack installed
    - EP6 SP7 patch 2
    When I open any theme for editing it does not display the preview; instead gives me an error
    =========================================
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.themes/com.sap.portal.theme_editor/com.sap.portal.styleeditor
    Component Name : com.sap.portal.themes.editor.default
    The exception was logged. Inform your system administrator..
    Exception id: 06:42_18/11/04_0001_4623250
    See the details for the exception ID in the log file
    =======================================
    From this point onwards any other link in theme editor (or else where) starts giving error
    ================================
    Java iView Runtime
    Version : 6.4.200408122048
    + Copyright 2002 SAP AG. All rights reserved.
    An exception occured while processing your request.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in connection
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:296)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:339)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:317)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:810)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:238)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: PortalRuntimeException
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:276)
         ... 20 more
    Caused by: java.lang.OutOfMemoryError
         at com.ddtek.util.UtilPagedTempBuffer.getBlock(Unknown Source)
         at com.ddtek.util.UtilPagedTempBuffer.write(Unknown Source)
         at com.ddtek.jdbc.sqlserver.tds.TDSRequest.getColumnDataForRow(Unknown Source)
         at com.ddtek.jdbc.sqlserver.SQLServerImplResultSet.getData(Unknown Source)
         at com.ddtek.jdbc.base.BaseResultSet.getClob(Unknown Source)
         at com.sap.sql.jdbc.basic.BasicResultSet.getClob(BasicResultSet.java:432)
         at com.sap.sql.jdbc.direct.DirectResultSet.getClob(DirectResultSet.java:1046)
         at com.sap.sql.jdbc.common.CommonResultSet.createClob(CommonResultSet.java:1160)
         at com.sap.sql.jdbc.common.CommonResultSet.getClob(CommonResultSet.java:314)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.readFirstValue(AttributeHeadersTable.java:773)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.readAttributeHeader(AttributeHeadersTable.java:745)
         at com.sapportals.portal.pcd.pl.AttributeHeadersTable.selectSubtreeObjectsAttributeHeaders(AttributeHeadersTable.java:913)
         at com.sapportals.portal.pcd.pl.PlFactory.getSubtreeSegment(PlFactory.java:897)
         at com.sapportals.portal.pcd.pl.PlFactory.getSubtree(PlFactory.java:823)
         at com.sapportals.portal.pcd.pl.PlContext.lookupSubtree(PlContext.java:289)
         at com.sapportals.portal.pcd.pl.PlContext.lookupSubtree(PlContext.java:310)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.(XfsContext.java:146)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.(XfsDeltaLink.java:149)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getXfsChildFromPlChild(XfsContext.java:585)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.readXfsObjectFromPersistence(XfsContext.java:503)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChildAtomicName(XfsContext.java:416)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChild(XfsContext.java:283)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChild(XfsContext.java:274)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChild(XfsContext.java:274)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChild(XfsContext.java:274)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChild(XfsContext.java:274)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.lookup(XfsContext.java:222)
         at com.sapportals.portal.pcd.gl.xfs.XfsFactory.getXfsObjectCached(XfsFactory.java:286)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlGetUnitRootOfTarget(XfsDeltaLink.java:378)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlGetVirtualTree(XfsDeltaLink.java:292)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.deepClone(XfsDeltaLink.java:3063)
         at com.sapportals.portal.pcd.gl.xfs.XfsList.deepClone(XfsList.java:604)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.deepClone(XfsContext.java:2723)
         at com.sapportals.portal.pcd.gl.xfs.XfsList.deepClone(XfsList.java:604)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.deepClone(XfsContext.java:2723)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlBuildupVirtualTree(XfsDeltaLink.java:468)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlGetVirtualTree(XfsDeltaLink.java:316)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.deepClone(XfsDeltaLink.java:3063)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlBuildupVirtualTree(XfsDeltaLink.java:468)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.dlGetVirtualTree(XfsDeltaLink.java:316)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.getAttributes(XfsDeltaLink.java:1486)
         at com.sapportals.portal.pcd.gl.xfs.XfsDeltaLink.getAttributes(XfsDeltaLink.java:1468)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getAttributes(XfsContext.java:1575)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getAttributes(XfsContext.java:1586)
         at com.sapportals.portal.pcd.gl.xfs.BasicObject.getAttributes(BasicObject.java:210)
         at com.sapportals.portal.pcd.gl.xfs.BasicDeltaLink.getAttributes(BasicDeltaLink.java:64)
         at com.sapportals.portal.pcd.gl.PcdPersObject.getAttributes(PcdPersObject.java:114)
         at com.sapportals.portal.pcd.gl.PcdGlObject.getAttributesInternal(PcdGlObject.java:146)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.getFilter(PcdFilterContext.java:928)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:369)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1064)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1070)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1070)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1070)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1070)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1166)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1113)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:907)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:77)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1873)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:226)
         at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:307)
         at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:385)
         at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:434)
         at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:218)
         at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:763)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:795)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         ... 20 more
    If this situation persists, please contact your system administrator.
    ======================================================
    If any of you have faced this problem and found solution, please help.
    Regards,
    Vittal.

    Hi,
    since you get an out of memory error, I would start by increasing the Maximum Heap Size in the JVM settings of the J2EE Engine to at least 1GB. I beleive this mught help.
    Best Regards,
    Elad

Maybe you are looking for

  • Error when trying to create Server Pool

    Hi there, I've been trying to create a server pool in the Oracle VM Manager. However I am getting the following error: (11/23/2012 12:41:06:471 PM) OVMAPI_4010E Attempt to send command: create_pool_filesystem to server: gunnar.blpc.com.bb failed. OVM

  • An error occurred in the source system when running infopackage

    Hello, I am using 0CO_PC_PCP_03 (Product Cost Planning: Itemizations Costing) and cube 0COPC_C10 (Exploded Itemization) in BI. RSA3 extractor checker shows that there is data if you put in a period.But as soon as I run the infopackage I get error   

  • Regarding Selection Screen in smartforms

    Hi:   I got the following requirement.     I've to make a smartform & do the coding in smartform itself. I'm not sure that how to populate a selection screen. I need to populate a Select-options. Please help me out.

  • Docnum of generated Idoc in File2Idoc scenario

    Hi folks, I have a file2Idoc scenario and I would like to see in PI the docnum of the Idoc generated in the target backend system. In sxmb_moni I ve found an IdocOutbound entry in the soap header but that docnum does not exist in the target system (t

  • Old Skype-To-Go/Skype Access number

    I have an old Skype-To-Go number/Skype Access number from the time when you pressed one to call one of your predefined contacts or 2 to enter a number to call. This is pretty useful for me as I call alot abroad from my cellphone. But I want to change