"Deploy Data Model to LCDS" Timing Out

Hello
My Jboss takes time while deploying the data model to LCDS and this is causing Flash Builder 4 to show "Read Timed out" error. How do I increase this timeout value?
thanks
Rupak

Hi,
Please follow the steps below and see if it helps:
1. In your Flash Builder click on Window menu item and click on Preferences
2. In Preferences window, select Adobe -> RDS configuration
3. Select your configured server item and change/set the Timeout
Hope this helps.

Similar Messages

  • Fiber "Deploy Data Model to LCDS" fails: model tag not recognized

    I get an XML parse error when trying to deploy my data model in Flash Builder 4 Beta 2 with the Modeler Plugin installed.  It says it cannot recognize model, which is the base tag.  I know there has been some issues with this in Eclipse also, but it's particularly troubling because I use this process to figure out which pieces of the FML are causing Fiber to not start on my server.

    Hi Gregory,
    Can you please check for the logs? Please share the logs with us.
    Regards,
    Kishan

  • Tabular data model: Query keeps timing out when attempting to Edit Table Properties

    Tabular data model (SSDT)
    Problem: I have a table in tabular data model using a SQL Query for a data source. The query in question requires about 3 minutes to regenerate. When I open Edit Table Properties for this data source the query times out and I get an error (see below): "
    Failed to retrieve data from udvTrainJobReportsData. Reason: Query timeout expired"
    This seems to happen anytime I use a query that takes longer than a couple of minutes to regenerate. Anyone have an idea on how to get around this. Is there a timeout setting somewhere in tabular data model that can be increased?
    Thanks...

    Hi ManikantM,
    According to your description, you query keeps time out when edit table properties. Right?
    In this scenario, this error is thrown when connection or query execution exceeds the time out value. Please try to import this table and then increase the connection time out seconds.
    We can increase to ExternalCommandTimeout in Analysis Server Properties. Please refer to link below:
    http://aniruddhathengadi.blogspot.in/2012/07/ole-db-error-ole-db-or-odbc-error-query.html
    Please also refer to a similar thread below:
    https://social.technet.microsoft.com/Forums/office/en-US/3f83a26b-71c6-462e-8b90-2ce2ce0b9465/powerpivots-2010-query-keeps-timing-out-when-attempting-to-edit-table-properties?forum=excel
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Powerview "Add this to the Data Model" checkbox is greyed out.

    How can this checkbox "Add this to the Data Model" in the Import Data dialog box be made available and not greyed out?

    Hi Rufino,
    Data Model is a new approach for integrating data from multiple tables, effectively building a relational data source inside the Excel workbook. Within Excel, Data Models are used transparently, providing data used in PivotTables, PivotCharts, and Power
    View reports. between the data sources.
    In your scenario, it seems that you import data from Analysis Services database. However, this option is not available for Analysis Services database. So in you want to made this option, you can import data from relational database.
    Reference:Introduction to the Data Model and Relationships in Excel 2013
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here
    Charlie Liao
    TechNet Community Support

  • Error "Data receive failed [Read timed out]" while trying to see the results from an algorithm

    Hello all,
    I finally got my PA running almost perfectly with HANA online mode.
    I tried to execute Apriori at a sample from my data, and then visualize the results. But after more then 2 hours waitting it to open, it gave me this error:
    Does anyone knows what it means?
    I have already changed the time out for 3000 (it was 300 originally).
    I thing it's pretty strange because I filtered to analyse only something about 200 thousand lines!
    Can anyone help me with that?
    Regards and thanks

    There is far too much whitespace in that code.
    Anyways, some comments.
    void act(BufferedReader src,String line) throws IOException // counting characters
       char[] arrayOfChars = line.toCharArray();
       for ( int i=0; i<(line.toCharArray().length);i++ ) { // length of the line
       ...Why are you calling toCharArray again? You already have a reference to the array.
       for ( int a=0; a<=freqsorted.length; a++){
          temp = new int[(freqsorted.length)+1];
          if(freqsorted[a]<freqsorted[a+1]){
             temp[a]=freqsorted[a];
             freqsorted[a]=freqsorted[a+1];
             freqsorted[a+1]=temp[a];
          System.out.println(freqsorted[a]);
       }Array indices go from 0 to array.length - 1. Your indices go from 0 to length + 1, where are you expecting to get those 2 extra elements from?

  • [deployComposite] SEVERE: Connection to the server timed out error

    Hi All
    I am trying to deploy Data Model (Size 5 MB) to SOA Server MDS repository and currently experiencing this issue:
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=./tmp/mds/DataModel_mds.zip
    [deployComposite] created temp dir =C:\Users\HomeUser\AppData\Local\Temp\deploy_client_02c963b3-9ac7-44e9-b613-27fdba9e5d28
    [deployComposite] Adding shared data file - C:\Users\HomeUser\AppData\Local\Temp\deploy_client_02c963b3-9ac7-44e9-b613-27fdba9e5d28\DataModel_mds.jar
    [deployComposite] INFO: Creating HTTP connection to host:192.168.0.3, port:8001
    [deployComposite] SEVERE: Connection to the server timed out. Please check the server log for problems or increase the timeout value.
    There is nothing in the soa_server1 logs. What timeout value i need to increase here. Please Help. Thanks!!!

    Hi,
    My action is not taking more than 3 minutes, but still I am getting a java script alert saying "a connection to the server has failed.". I can give you once example where I am getting this alert, when I go down to the adf table results , and click on any row, most of the times the error is showing up.
    I would like to share a screenshot of it, but not sure how to upload a screenshot here.

  • Data Modeler in a network

    At one of my projects there's a question about what is the best to deploy Data Modeler in a network. They prefer to use it in a Citrix area.
    Two very important topics of what they are planning to do in Data Modeler:
    Drawing ERD diagrams.
    It should be possible to edit a diagram by more than one user on different workstations.
    Use of transformation scripts.
    Scripts can be used by more than one user on differect workstations.
    I found out the content of this scripts is stored in dr_custom_scripts.xml. At this moment it seems we can't save the scripts while running DM on Citrix.
    Does anyone have any experience with this issues?

    I have used SVN (Subversion) when there was a need for multiple users of the same design. Each can check out the model to their workstation and save changes to SVN. When one user saves a change, those changes are then visible to the other users as inbound changes. If one user makes changes to something another user also changed, they will get a conflict resolution dialog to resolve the issue. This seems a better solution than trying to share a single model folder via Citrix.
    Files such as defaultdomains.xml and dr_custom_scripts.xml can also be saved and shared via SVN. I think there may be another discussion on how to do this on the forum already (I think I asked about it a year or so ago).

  • Best practice for BI-BO 4.0 data model

    Dear all,
    we are planning to upgrade BOXI 3.1 to BO 4.0 next year and would like to know if Best Practice exists for BI data model. We find out some general BO 4.0 presentations and it seems that enhancements and changes have been implemented: our goal would be to better understand which BI data model best fits the BO 4.0 solution.
    Have you find documentations or links to BI-BO 4.0 best practice to share ?
    thanks in avance

    Have a look in this document:
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/f06ab3a6-05e6-2c10-7e91-e62d6505e4ef#rating
    Regards
    Aban

  • Connection Timed Out error when I try to access Alert Inbox

    Hi experts,
    I have not been looking at my alert inbox for a while and I suspect it's very full.
    When I tried to open the alert inbox from RWB, I encountered the following error:
    <b>500 Connection timed out
    Error: -5
    Version: 7000
    Component: ICM
    Date/Time: Mon May 07 11:08:51 2007 
    Module: icxxthr.c
    Line: 2646
    Server: ootspdbs02_PI1_01
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    </b>
    All other functions of the RWB is working fine, including Alert Configurations.
    I tried restarting the J2EE instance, but it did not help.
    I've checked the SICF services, and they are fine.
    I suspect the alert inbox is trying to load a huge amount of data, so it is timing out.
    How can I adjust the keep_alive_timeout setting in this case?
    When I look into RZ11, I am unable to edit this entry.
    Please help.
    Thanks.
    Ron

    Hi Ron,
    Follow these steps:
    1. Try restarting the JAVA Stack.
    2. ST22 check out any Dump.
    3. In RWB --> Component Monotring --> check the Cache connectivity test...is all are Green ( Glowing )
    Check these SAP Notes 750287,900896,768456
    If that doesnt work out, check this SAP Note 840849
    Regards,
    Prateek

  • Report Based on XML Data Template is timing out

    Hi there,
    i have an XML publisher report based on an XML data template that i've written. The report is working fine except when there is huge data that is supposed to come out, its timing out. Ive set the db_fetch_size parameter to 20 and scalable_mode to on but its still timing out.
    If anyone has a solutiom or a thought it would be much appreciated.
    Thanks.

    Thanks for the reply.
    Well when i'm opening the report , i wait for about 15 seconds then 'Page Cannot be Displayed' appears on my browser. I'm having this case only when i'm expecting huge data. By huge data i mean that the report gets informations about a deal, when the deal has 10 categories the report runs fine, but when i add all catgories, about 1000, it gives me the 'Page cannot be displayed' error. I'm guessing its a time out issue since i've set the scalable_mode parameter to on. Any thoughts ???

  • Data Federator - Read timed out

    Hi,
    I'm using Data Federator XI 3.0 SP2. I have a datasource connecting to a web service. The web service may return take a long time to do heavy processing, etc., before returning any data. If I call the web service via Data Federator, I will get the following error
    Exception was thrown while executing a query on Data Federator Query Server.
      An exception occurred when querying Data Federator Query Server.
        [Data Federator Driver][Server]
    [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
          [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
            [Wrapper /TEST/sysadmin/sources/draft/ReturnInputAsOutput]HTTP input/output exception: Read timed out
              HTTP input/output exception: Read timed out
    I'm guessing that the Data Federator query timed out because the web service takes a long time to response, is it not? If this is the case, how do I increase timeout value? If this is not the case, then what does the error mean and how do I resolve it?
    Thanks.
    Edited by: Chih Hui Wan on Nov 19, 2009 9:15 AM

    Hi Dayanand,
    For testing purpose, I created a small simple web service with only one operation that sleep for more than two minutes before returning a string. I called this web service operation from Data Federator. After waiting for a while, I got the "Read timed out" error
    Regards,
    Chih Hui

  • How can I find out what is causing this error in SQL Developer Data Modeler

    Friends,
    I am trying to import entities into into SQL Developer Data Modeler from Oracle Designer 10.1.2.3.
    In case of need I perform these steps to perform the import:
    File --> Import --> Oracle Designer Model --> Select database connection --> Select work area --> select application system --> select one entity --> Click finish --> Import starts
    During the import process I see an alert dialog box with the message:
    There are errors in import - check Log file Clicking Ok dismisses the alert box and I see the following summary screen:
    Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 584
    Oracle SQL Developer Data Modeler Import Log
    Date and Time: 2010-08-09 14:27:26
    Design Name: erdtest
    RDBMS: Oracle Database 10g
              All Statements:           32
              Imported Statements:      32
              Failed Statements:           0
              Not Recognized Statements:      0The Entity is then displayed in the Logical View within SQL Developer Data Modeler.
    Upon checking the log file I see the following entry:
    2010-08-09 13:50:34,025 [Thread-11] ERROR ODExtractionHandler - Error during import from Designer Repository
    java.lang.NullPointerException
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.createArcs(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.logical.ODORelation.generate(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionHandler.generateDesign(Unknown Source)
         at oracle.dbtools.crest.imports.oracledesigner.ODExtractionController$Runner.run(Unknown Source)
         at java.lang.Thread.run(Thread.java:619)Can anyone shed any light on this error?
    Thanks in advance for any help you may be able to provide.

    No this helps a lot. It's not strange. Firstly, in a versioned repository you should see Private Workareas and Shared workareas, so your workarea may be in either of these. It won't be in the Global Shared Workarea, as this only for non-versioned repositories. (I like to open the RON by selecting the full Repository, that way I can see the private and shared worlareas and the configuration and containers all in the same tree.
    Now your workarea is defined by a set of rules, so when you expand the workarea in the RON, and select the object, then that's the workarea and object you'll see in the import dialog in the Data Modeler. So if you check it out and check it back in, and can't see it in the RON, then the rule is not seeing this object. (Did you refresh the workarea in the RON?) If you can't see it in the RON, you can't see it in the Data Modeler. If you're working in a versioned repository, you need to work in the specific work area, i.e V27 and this is what you need to select in the Data Modeler.
    It looks like you are selecting the wrong workarea in the Data Modeler.
    Sue

  • Deployment Error: Deployment Timed Out after 60 seconds

    I am having problems simply deploying my webapp
    through creator. The application that I am working on was
    completely developed in the creator IDE and at some
    point took a really log time to deploy. Now it actually times
    out. This is my ide.log file. Any ideas?
    Thanks,
    Joelle
    Log Session: Sunday, April 17, 2005 9:03:46 PM PDT
    System Info: Product Version = Java Studio Creator (Build 040903)
    Operating System = Windows XP version 5.1 running on x86
    Java; VM; Vendor = 1.4.2_04; Java HotSpot(TM) Client VM 1.4.2_04-b05; Sun Microsystems Inc.
    Java Home = C:\Sun\Creator\java\jre
    System Locale; Encod. = en_US; Cp1252
    Home Dir; Current Dir = C:\Documents and Settings\Administrator; C:\Sun\Creator\bin
    IDE Install; User Dir = C:\Sun\Creator; C:\Documents and Settings\Administrator\.Creator\1_0
    CLASSPATH = C:\Sun\Creator\lib\ext\boot.jar;C:\Sun\Creator\lib\ext\jgraph.jar;C:\Sun\Creator\lib\ext\naming.jar;C:\Sun\Creator\lib\ext\pbclient.jar;C:\Sun\Creator\lib\ext\pbtools.jar;C:\Sun\Creator\lib\ext\rowset.jar;C:\Sun\Creator\lib\ext\smbase.jar;C:\Sun\Creator\lib\ext\smdb2.jar;C:\Sun\Creator\lib\ext\sminformix.jar;C:\Sun\Creator\lib\ext\smoracle.jar;C:\Sun\Creator\lib\ext\smresource.jar;C:\Sun\Creator\lib\ext\smsqlserver.jar;C:\Sun\Creator\lib\ext\smsybase.jar;C:\Sun\Creator\lib\ext\smutil.jar;C:\Sun\Creator\lib\ext\sql.jar;C:\Sun\Creator\lib\ext\sqlx.jar;C:\Sun\Creator\lib\ext\locale\boot_ja.jar;C:\Sun\Creator\lib\ext\locale\boot_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\naming_ja.jar;C:\Sun\Creator\lib\ext\locale\naming_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sqlx_ja.jar;C:\Sun\Creator\lib\ext\locale\sqlx_zh_CN.jar;C:\Sun\Creator\lib\ext\locale\sql_ja.jar;C:\Sun\Creator\lib\ext\locale\sql_zh_CN.jar;C:\Sun\Creator\java\lib\dt.jar;C:\Sun\Creator\java\lib\tools.jar
    Boot & ext classpath = C:\Sun\Creator\java\jre\lib\rt.jar;C:\Sun\Creator\java\jre\lib\i18n.jar;C:\Sun\Creator\java\jre\lib\sunrsasign.jar;C:\Sun\Creator\java\jre\lib\jsse.jar;C:\Sun\Creator\java\jre\lib\jce.jar;C:\Sun\Creator\java\jre\lib\charsets.jar;C:\Sun\Creator\java\jre\classes;C:\Sun\Creator\java\jre\lib\ext\dnsns.jar;C:\Sun\Creator\java\jre\lib\ext\ldapsec.jar;C:\Sun\Creator\java\jre\lib\ext\localedata.jar;C:\Sun\Creator\java\jre\lib\ext\sunjce_provider.jar
    Dynamic classpath = C:\Sun\Creator\lib\core.jar;C:\Sun\Creator\lib\openfile-cli.jar;C:\Sun\Creator\lib\openide-loaders.jar;C:\Sun\Creator\lib\openide.jar;C:\Sun\Creator\lib\ravelnf.jar;C:\Sun\Creator\lib\locale\core_ja.jar;C:\Sun\Creator\lib\locale\core_zh_CN.jar;C:\Sun\Creator\lib\locale\openide-loaders_ja.jar;C:\Sun\Creator\lib\locale\openide-loaders_zh_CN.jar;C:\Sun\Creator\lib\locale\openide_ja.jar;C:\Sun\Creator\lib\locale\openide_zh_CN.jar;C:\Sun\Creator\lib\locale\ravelnf_ja.jar;C:\Sun\Creator\lib\locale\ravelnf_zh_CN.jar
    [org.netbeans.core.modules #4] Warning: the extension C:\Sun\Creator\modules\ext\sac.jar may be multiply loaded by modules: [C:\Sun\Creator\modules\css.jar, C:\Sun\Creator\modules\insync.jar]; see: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#class-path
    Turning on modules:
         org.openide/1 [4.26.2 040903]
         org.openide.loaders [4.11.1 040903]
         org.netbeans.core/1 [1.21.2 040903]
         com.sun.rave.layoutmgr/1 [1.1 040903]
         org.netbeans.modules.schema2beans/1 [1.7.1 040903]
         org.netbeans.api.xml/1 [1.3.1.3.6.0 3.6.0 040903]
         org.openide.src [1.1.1 040903]
         org.openide.io [1.1.2 040903]
         org.openide.execution [1.1.1 040903]
         org.openide.compiler [1.2.1 040903]
         org.netbeans.lib.terminalemulator [1.1.1 040903]
         org.netbeans.core.output/1 [1.1.1 040903]
         org.netbeans.core.compiler/1 [1.4.1 040903]
         org.openide.debugger [1.1.1 040903]
         org.netbeans.core.execution/1 [1.3.1 040903]
         org.netbeans.modules.debugger.core/3 [2.10.2 040903]
         org.netbeans.modules.debugger.jpda/1 [1.17.2 040903]
         org.netbeans.modules.editor/1 [1.14.4 040903]
         org.netbeans.modules.css/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.core.ui/1 [1.3.1 040903]
         org.netbeans.modules.javahelp/1 [2.1.1 040903]
         org.netbeans.api.java/1 [1.3.1 040903]
         org.netbeans.libs.xerces/1 [1.4.1 2.6.0]
         org.apache.tools.ant.module/3 [3.6.1 040903]
         org.netbeans.modules.j2eeapis/1 [1.0 040903]
         org.netbeans.modules.settings/1 [1.4.1 040903]
         org.netbeans.libs.j2eeeditor/1 [1.1.1 040903]
         org.netbeans.modules.j2eeserver/3 [1.1.4 040903]
         org.netbeans.api.web.dd/1 [1.1.1 1.0 040903]
         com.sun.rave.project/1 [1.0.3 040903]
         com.sun.rave.welcome/1 [1.0.2 040903]
         com.sun.rave.beans2/1 [1.0.2 040903]
         com.sun.rave.jsfcl/1 [1.0.3 040903]
         com.sun.rave.jsfsupport/1 [1.0.3 040903]
         com.sun.rave.insync/1 [1.0.3 040903]
         com.sun.rave.jsfmetadata/1 [1.0.1 040903]
         com.sun.rave.toolbox/1 [1.0.3 040903]
         com.sun.rave.plaf/1 [0.1 040903]
         com.sun.rave.servernav/1 [1.0 040903]
         com.sun.rave.ravehelp/1 [1.0.2 040903]
         org.netbeans.modules.servletapi24/1 [2.0.1 2.0.1 040903]
         org.netbeans.modules.web.jspparser/2 [2.0.1 040903]
         org.netbeans.modules.diff/1 [1.7.1 040903]
         org.netbeans.modules.classfile/1 [1.8 040903]
         org.netbeans.modules.java/1 [1.16.2 040903]
         com.sun.rave.designer/1 [1.0.3 040903]
         com.sun.rave.navigation/1 [1.0.2 040903]
         org.netbeans.modules.xml.core/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.xml.text/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.html/1 [1.12.3 040903]
         org.netbeans.modules.web.core.syntax/1 [1.13.1 040903]
         com.sun.rave.licensemgr/1 [1.2 040903]
         org.netbeans.modules.extbrowser/1 [1.3.2 040903]
         org.netbeans.modules.xml.catalog/2 [1.1.1.3.6.0 3.6.0 040903]
         org.netbeans.modules.schema2beansdev/1 [1.1.1 040903]
         com.sun.rave.errorhandler.server/1 [0.1 040903]
         org.openidex.util/2 [2.7.1 040903]
         org.netbeans.modules.utilities/1 [1.15.1 040903]
         org.netbeans.modules.clazz/1 [1.13.1 040903]
         org.netbeans.modules.autoupdate/1 [2.8.2 040903]
         com.sun.rave.raveupdate/1 [1.0.1 040903]
         org.netbeans.modules.properties/1 [1.11.2 040903]
         org.netbeans.core.ide/1 [1.3.1 040903]
         com.sun.rave.jwsdpsupport/1 [1.0 040903]
         com.sun.rave.sam/1 [1.0.3 040903]
         com.sun.rave.websvc/1 [1.0.3 040903]
         com.sun.rave.dataconnectivity/1 [1.0.3 040903]
         org.netbeans.modules.properties.syntax/1 [1.11 040903]
         com.sun.tools.appserver/1 [2.0.1 20040903-1052]
         org.netbeans.modules.image/1 [1.11.1 040903]
         org.netbeans.modules.text/1 [1.12.1 040903]
         com.sun.rave.windowmgr/1 [1.1 040903]
         org.netbeans.modules.beans/1 [1.11.2 040903]
         com.sun.rave.jspsyntaxint/1 [1.0 040903]
    Caught java.lang.InstantiationException: java.util.List in BU.instantiateBean for:java.util.List
    java.lang.InstantiationException: java.util.List
         at java.lang.Class.newInstance0(Class.java:293)
         at java.lang.Class.newInstance(Class.java:261)
         at com.sun.rave.insync.beans.BeansUnit.instantiateBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.ressurectLiveBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.resurrect(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.sync(Unknown Source)
         at com.sun.rave.insync.models.FacesModel.sync(Unknown Source)
         at com.sun.rave.insync.ModelSet.syncAll(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.<init>(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.getInstance(Unknown Source)
         at com.sun.rave.outline.OutlineTopComp.projectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.fireProjectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.addProject(Unknown Source)
         at com.sun.rave.project.ProjectManager.openProject(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caught java.lang.InstantiationException: java.util.List in BU.instantiateBean for:java.util.List
    java.lang.InstantiationException: java.util.List
         at java.lang.Class.newInstance0(Class.java:293)
         at java.lang.Class.newInstance(Class.java:261)
         at com.sun.rave.insync.beans.BeansUnit.instantiateBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.ressurectLiveBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.resurrect(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.sync(Unknown Source)
         at com.sun.rave.insync.models.FacesModel.sync(Unknown Source)
         at com.sun.rave.insync.ModelSet.syncAll(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.<init>(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.getInstance(Unknown Source)
         at com.sun.rave.outline.OutlineTopComp.projectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.fireProjectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.addProject(Unknown Source)
         at com.sun.rave.project.ProjectManager.openProject(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caught java.lang.InstantiationException: java.util.List in BU.instantiateBean for:java.util.List
    java.lang.InstantiationException: java.util.List
         at java.lang.Class.newInstance0(Class.java:293)
         at java.lang.Class.newInstance(Class.java:261)
         at com.sun.rave.insync.beans.BeansUnit.instantiateBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.ressurectLiveBean(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.resurrect(Unknown Source)
         at com.sun.rave.insync.live.LiveUnit.sync(Unknown Source)
         at com.sun.rave.insync.models.FacesModel.sync(Unknown Source)
         at com.sun.rave.insync.ModelSet.syncAll(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.<init>(Unknown Source)
         at com.sun.rave.insync.models.FacesModelSet.getInstance(Unknown Source)
         at com.sun.rave.outline.OutlineTopComp.projectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.fireProjectOpened(Unknown Source)
         at com.sun.rave.project.model.Portfolio.addProject(Unknown Source)
         at com.sun.rave.project.ProjectManager.openProject(Unknown Source)
         at com.sun.rave.welcome.WelcomePanel2$1.run(Unknown Source)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

    Hi,
    It appears to be a time out issue.
    1. Delete the server log, because the log file getting bigger it would not start.
    2. How many deployed projects do you see (in the server navigator you can open up the deployed server and see what's out there)? Undeploy some unwanted projects.
    a)Undeploy, You could try that from the server admin interace.
    b)Undeploy from the server navigator-> deploymentserver by right clicking.
    Hope this helps.
    Regards,
    Creator Team.

  • My itunes is up to date on windows vista but my iphone 3gs wont download the new 4.3 sofeware saying that network connection timed out after downloading for 7 minutes. can anyone help?

    my itunes is up to date on windows vista but my iphone 3gs wont download the new 4.3 sofeware saying that network connection timed out after downloading for 7 minutes. can anyone help?

    I have manage to update. You need to disable windows firewall and
    You have any other anti virus (I have kaspersky) you need to disable that as well

  • Missing IN or OUT parameter at index on Data Modeler

    Hi,
    I'm using Data Modeler 2.0.0 build 570 (with Java 1.5.0 (build 1.5.0_15-b04)).
    Usually I import tables from Data Dictionary (Oracle Database 10g Enterprise Edition Release 10.2.0.3.0) into a relational model, I modify them and then I export relational model informations into a Reporting Schema (different oracle schema inside same db).
    I cannot understand why sometimes, during these exports, I get the error "Missing IN or OUT parameter at index"
    Here an extract of the Data Modeler log file:
    2009-09-15 16:00:36,601 [Thread-6] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.sql.SQLException: Missing IN or OUT parameter at index:: 10
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1737)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3376)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1061)
         at oracle.dbtools.crest.exports.reports.RSCheckConstraint.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSColumns.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSRelationalModel.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Does anyone know how to solve this problem?

    Hi,
    the problem is solved in latest published version (build 584). What is your version?
    If you still have issue with build 584 please provide information from log file.
    The constraint is generic if its syntax is not bound to specific database (vendor or version). So if you use syntax introduced in Oracle 10g then you have to define constraint as "Oracle 10g" related and it'll be generated for Oracle 10g and next versions of database.
    Philip

Maybe you are looking for