Problems starting project after migrating to JDeveloper 11

Hello,
when starting a my project via Webstart a Exception appears.
I have an application created in JDeveloper 10 using Java 1.5. Now we have to change to java version 1.6,
so i tried the following steps:
1.     install JDeveloper 11 120
2.     install Java 1.6
3.     migrate BC4J/ADF project in JDev 11 (automatically)
4.     fix some problems that occured with java 1.6 after starting the programm
5.     build two jar files, one containing the project files, one containing the libraries
6.     used tomcat 6 to start the project with a jnlp file from ROOT directory
7.     the login appears but after using submit the following problem appears
     (the problem didn't appear when starting the project in JDev):
15.12.2011 08:57:30 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
INFO: oracle.adf.share.config.ADFConfigFactory Reading META-INF/adf-config.xml
Parameter EnvInfoProvider is NOT instanceof 'EnvInfoProviderImpl'
JBO-30003: Der Anwendungs-Pool (com.trivadis.eis.dbmodel.DBModelModuleLocal) konnte aufgrund folgender Exception kein Anwendungsmodul auschecken:
oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Fehler beim Öffnen von JDBC-Verbindung.
at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:271)
at oracle.jbo.uicli.mom.JUMetaObjectManager.createDataControl(JUMetaObjectManager.java:668)
at oracle.jbo.uicli.mom.JUMetaObjectManager.createApplicationObject(JUMetaObjectManager.java:600)
at moenkemoeller.eis.CESIApp.setupBC4JApplication(CESIApp.java:304)
at moenkemoeller.eis.CESIApp.<init>(CESIApp.java:89)
at moenkemoeller.eis.CESIApp.main(CESIApp.java:356)
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.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
## Detail 0 ##
oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-26061: Fehler beim Öffnen von JDBC-Verbindung.
at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:336)
at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:87)
at oracle.jbo.server.ConnectionPool.getConnection(ConnectionPool.java:66)
at oracle.jbo.server.ConnectionPoolManagerImpl.getConnection(ConnectionPoolManagerImpl.java:56)
at oracle.jbo.server.DBTransactionImpl.establishNewConnection(DBTransactionImpl.java:915)
at oracle.jbo.server.DBTransactionImpl.initTransaction(DBTransactionImpl.java:1160)
at oracle.jbo.server.DBTransactionImpl.initTxn(DBTransactionImpl.java:5910)
at oracle.jbo.server.DBTransactionImpl2.connect(DBTransactionImpl2.java:120)
at oracle.jbo.common.ampool.DefaultConnectionStrategy.connect(DefaultConnectionStrategy.java:194)
at com.trivadis.eis.client.ConnectionStrategyImpl.connect(ConnectionStrategyImpl.java:22)
at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolConnect(ApplicationPoolMessageHandler.java:478)
at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:367)
at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:7777)
at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4074)
at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2161)
at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)
at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:271)
at oracle.jbo.uicli.mom.JUMetaObjectManager.createDataControl(JUMetaObjectManager.java:668)
at oracle.jbo.uicli.mom.JUMetaObjectManager.createApplicationObject(JUMetaObjectManager.java:600)
at moenkemoeller.eis.CESIApp.setupBC4JApplication(CESIApp.java:304)
at moenkemoeller.eis.CESIApp.<init>(CESIApp.java:89)
at moenkemoeller.eis.CESIApp.main(CESIApp.java:356)
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.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
... (several more identical "oracle.jbo.JboException: JBO-29000: JBO-29000: JBO-29000: JBO-26061: Fehler beim Öffnen von JDBC-Verbindung."-Exceptions
Trace message truncated for length over 10K
#### Java Web Start Error:
#### JBO-30003: Der Anwendungs-Pool (com.trivadis.eis.dbmodel.DBModelModuleLocal) konnte aufgrund folgender Exception kein Anwendungsmodul auschecken:
15.12.2011 08:57:48 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig
INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
We tried several solutions, found on various forums:
1. copy adf-config.xml to every META-INF-directory
2. add "-Djps.app.credential.overwrite.allowed=true" to the jnlp-file
3.
but none of this solved the problem.
Any Help or suggestion would be highly appreciated.
Thanks, Stefan.

It would seem that the AM tries to open a connection, but cannot.
Don't think that the adf-config.xml is of vital importance, our Swing application has none either.
You could enable the JBO debug output (-Djbo.debugoutput=console). That output should give you a fairly good idea of what's going on.
Sascha

Similar Messages

  • Problem with printing after migrating from 3.5 to 4.1

    Hello everyone,
    I'm currently working on an application that was recently migrated (by someone else) from Flex 3.5 to Flex 4.1 and I discovered the printing doesn't work properly anymore. So I tried to find out what the problem was and after many tries, I came to the conclusion that the problem was within the following line:
    printJob.addObject(myPrintView,FlexPrintJobScaleType.MATCH_WIDTH);
    (Of course "myPrintView" is not the real name used in the app but that's not important)
    I searched on the Internet and this line is supposed to work in 4.1, isn't it? However, the printed version cuts my PrintAdvancedDataGrid approximately in half. I tried to change the width property from myPrintView but the grid is still cut at the same place, its cells are just distorted.
    FYI, you can find a part of the code right here:
    var printJob:FlexPrintJob = new FlexPrintJob();
                        if (printJob.start()) {
         //A lot of code to build the print view
    myPrintView.width=1280;
    printJob.addObject(myPrintView,FlexPrintJobScaleType.MATCH_WIDTH);
    printJob.send();
    myPanel.removeChild(myPrintView);
    Any help would be appreciated.
    Regards,
    Gudril

    While looking for a solution on the Internet I found some people having troubles because of the structure of their AdvancedDataGrid. My problem doesn't come from any example I've seen but maybe it's still linked to that, so here's an AdvancedDataGrid that's being printed in my app:
                                                    <mx:PrintAdvancedDataGrid dataProvider="{dataRayon}" sortExpertMode="true" id="dataGridRayon" width="100%" itemClick="dispatchEvent(new KpiEvent(DATAGRID_RAYON_CLICK,event));" itemDoubleClick="dispatchEvent(new KpiEvent(DATAGRID_RAYON_CLICK,event));" creationComplete="resizeGridRayon();" >
                                                      <mx:columns>
                                                                <mx:AdvancedDataGridColumn id="rownumRayon"  width="25"  sortable="false" labelFunction="getRowNumRayon" fontWeight="bold"/>
                                                                <mx:AdvancedDataGridColumn id="rayonCoRgrp" textAlign="center" width="75" headerText="{resourceManager.getString('rentabilitePanel', 'CODE')}" dataField="co_rgrp_produits" />
                                                                <mx:AdvancedDataGridColumn textAlign="left" width="240" headerText="{resourceManager.getString('rentabilitePanel', 'SOUS_SECTEURS')}" dataField="libelle" id="hTDataGridRayon" />
                                                                <mx:AdvancedDataGridColumn id="rayonMeVenteHt" textAlign="right" width="100" headerText="{resourceManager.getString('rentabilitePanel', 'MONTANT_VENTE_HT')}" dataField="meVenteHt" formatter="{currencyFormatter}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'meVenteHt');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonMargeAvtDem" textAlign="right" width="75" headerText="{resourceManager.getString('rentabilitePanel', 'MARGE_AVT_DEM')}" dataField="margeAvtDem" formatter="{currencyFormatter}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'margeAvtDem');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonPMargeAvtDem" textAlign="right" width="80" headerText="{resourceManager.getString('rentabilitePanel', 'POUR_MARGE_AVT_DEM')}" dataField="margeAvtDemP" formatter="{pourcentageFormatterFloat}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'margeAvtDemP');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonDemarqueHt" textAlign="right" width="100" headerText="{resourceManager.getString('rentabilitePanel', 'DEMARQUE_HT')}" dataField="demarque" formatter="{currencyFormatterFloat1Dec}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'demarque');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonPDemarqueHt" textAlign="right" width="85" headerText="{resourceManager.getString('rentabilitePanel', 'POUR_DEMARQUE_HT')}" dataField="demarqueP"  formatter="{pourcentageFormatterFloat}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'demarqueP');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonMargeAprDem" textAlign="right" width="100" headerText="{resourceManager.getString('rentabilitePanel', 'MARGE_APR_DEM')}" dataField="margeAprDem" formatter="{currencyFormatter}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'margeAprDem');}}"  />
                                                                <mx:AdvancedDataGridColumn id="rayonPMargeAprDem" textAlign="right" width="115" headerText="{resourceManager.getString('rentabilitePanel', 'POUR_MARGE_APR_DEM')}" dataField="margeAprDemP" formatter="{pourcentageFormatterFloat}" sortCompareFunction="{function(obj1:Object, obj2:Object):int{return mySortFunc(obj1, obj2, 'margeAprDemP');}}"  />
                                                      </mx:columns>
                                            </mx:PrintAdvancedDataGrid>
    I also realised I wasn't very clear on the outcome of my doPrint() function. When I said the grid was cut in half, I was talking about half the columns not showing on the printed version, not half the rows. Actually even a column being cut in half. I hope these precisions made my problem a bit clearer and somebody will be able to help me in any way (even just hints).
    Thanks for your help.
    Regards,
    Gudril

  • Problem in mapping after migration from 3.x to 7.x infosource

    HI Experts,
    I have a problem while mapping the data source 2lis_03_bf to info cube 0ic_cs01.
    we have a flow like this now after  migration done.
    Datasource->transfer rules->infosource->transformation->info cube
    Now we dont require infosource and its respetive transformation, we are going to map directly from data source to info cube.but we have routines available in info cube related transformation.i.e. coming from infosource to info cube .
    I would like to create a new transformation directly from Datasource to info cube but all the source fields are not available in target cube. How to map them.do i have to map all the target fields or i have to map according to the transfer rules target fields. what is the funda to make a transformation and mapping the source and target fields.
    Could anyone please through some light here..
    Thanks much in advance.

    sunil kumar wrote:
    Hi,
    >
    > As said above convert transfer rules to transformations (right click on transfer rules -> additional prop -> create transformation)
    >
    > Then right click on datasource -> Migrate
    >
    > After doing this, your datasource will be linked to Infocube directly with one transformations automatically.
    >
    > Regards,
    > Sunil
    Hi Sunil & Sravan,
    THanks for ur quick reply.As you said click on transfer rules and create transformation.As i can see in my system i have a transformation from data source to infosource .i.e. starting with RSDS_  and then another transformation from info source to info cube.i.e. starting with TRCS_  .  what i did was created a transformation by right click on info cube and by giving data source name as 2LIS_03_BF .this is a manual transformation i am mapping manually.Is this a correct way? Please tell me how to do it.
    as i have to do this immediately.
    Thanks in advance

  • Problem with rules after migration

    After migration of some mailboxes from Exchange 2007 to 2010 we have a problem managing rules. When trying to create or look at rules from OWA we get an Mapi error (See below). Also, When checking the problem user rules from Exchange Management
    Console "get-inboxrule -mailbox <User>", it fails with a Doctor Watson error (also below) Witch is similar to the one from OWA. 
    Any help would be much appreciated. 
    Mapi Error:
    MapiExceptionNotFound: Unable to query table rows. (hr=0x8004010f, ec=-2147221233) Diagnostic context: Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=104] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=1366][latency=15] Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropGetRulesTable [63] Lid: 27962 ROP: ropSetColumns [18] Lid: 27962 ROP: ropQueryRows [21] Lid: 31418 --- ROP Parse Done --- Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=53] Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=168][latency=0] Lid: 23226 --- ROP Parse Start --- Lid: 27962 ROP: ropLtidFromId [67] Lid: 17082 ROP Error: 0x8004010F Lid: 17505 Lid: 21921 StoreEc: 0x8004010F Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 26426 ROP: ropLtidFromId [67] Lid: 43747 dwParam: 0x5 Lid: 55653 StoreEc: 0x8004010F Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0x8004010F Lid: 30894 Lid: 24750 StoreEc: 0x8004010F Lid: 29358 Lid: 27950 StoreEc: 0x8004010F Lid: 32190 Lid: 21950 StoreEc: 0x8004010F Lid: 27070 Lid: 22974 StoreEc: 0x8004010F Lid: 18686 Lid: 1136 StoreEc: 0x8004010F Lid: 24318 Lid: 32510 StoreEc: 0x8004010F
    Doctor Watson:
    WARNING: An unexpected error has occurred and a Watson dump is being generated: MapiExceptionNotFound: Unable to query
    table rows. (hr=0x8004010f, ec=-2147221233)
    Diagnostic context:
    Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=104]
    Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=1366][latency=15]
    Lid: 23226 --- ROP Parse Start ---
    Lid: 27962 ROP: ropGetRulesTable [63]
    Lid: 27962 ROP: ropSetColumns [18]
    Lid: 27962 ROP: ropQueryRows [21]
    Lid: 31418 --- ROP Parse Done ---
    Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=53]
    Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=168][latency=0]
    Lid: 23226 --- ROP Parse Start ---
    Lid: 27962 ROP: ropLtidFromId [67]
    Lid: 17082 ROP Error: 0x8004010F
    Lid: 17505
    Lid: 21921 StoreEc: 0x8004010F
    Lid: 27962 ROP: ropExtendedError [250]
    Lid: 1494 ---- Remote Context Beg ----
    Lid: 26426 ROP: ropLtidFromId [67]
    Lid: 43747 dwParam: 0x5
    Lid: 55653 StoreEc: 0x8004010F
    Lid: 1750 ---- Remote Context End ----
    Lid: 26849
    Lid: 21817 ROP Failure: 0x8004010F
    Lid: 30894
    Lid: 24750 StoreEc: 0x8004010F
    Lid: 29358
    Lid: 27950 StoreEc: 0x8004010F
    Lid: 32190
    Lid: 21950 StoreEc: 0x8004010F
    Lid: 27070
    Lid: 22974 StoreEc: 0x8004010F
    Lid: 18686
    Lid: 1136 StoreEc: 0x8004010F
    Lid: 24318
    Lid: 32510 StoreEc: 0x8004010F
    MapiExceptionNotFound: Unable to query table rows. (hr=0x8004010f, ec=-2147221233)
    Diagnostic context:
    Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=104]
    Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=1366][latency=15]
    Lid: 23226 --- ROP Parse Start ---
    Lid: 27962 ROP: ropGetRulesTable [63]
    Lid: 27962 ROP: ropSetColumns [18]
    Lid: 27962 ROP: ropQueryRows [21]
    Lid: 31418 --- ROP Parse Done ---
    Lid: 55847 EMSMDBPOOL.EcPoolSessionDoRpc called [length=53]
    Lid: 43559 EMSMDBPOOL.EcPoolSessionDoRpc returned [ec=0x0][length=168][latency=0]
    Lid: 23226 --- ROP Parse Start ---
    Lid: 27962 ROP: ropLtidFromId [67]
    Lid: 17082 ROP Error: 0x8004010F
    Lid: 17505
    Lid: 21921 StoreEc: 0x8004010F
    Lid: 27962 ROP: ropExtendedError [250]
    Lid: 1494 ---- Remote Context Beg ----
    Lid: 26426 ROP: ropLtidFromId [67]
    Lid: 43747 dwParam: 0x5
    Lid: 55653 StoreEc: 0x8004010F
    Lid: 1750 ---- Remote Context End ----
    Lid: 26849
    Lid: 21817 ROP Failure: 0x8004010F
    Lid: 30894
    Lid: 24750 StoreEc: 0x8004010F
    Lid: 29358
    Lid: 27950 StoreEc: 0x8004010F
    Lid: 32190
    Lid: 21950 StoreEc: 0x8004010F
    Lid: 27070
    Lid: 22974 StoreEc: 0x8004010F
    Lid: 18686
    Lid: 1136 StoreEc: 0x8004010F
    Lid: 24318
    Lid: 32510 StoreEc: 0x8004010F
    + CategoryInfo : NotSpecified: (:) [Get-InboxRule], MapiExceptionNotFound
    + FullyQualifiedErrorId : Microsoft.Mapi.MapiExceptionNotFound,Microsoft.Exchange.Management.RecipientTasks.GetInb
    oxRule
    -FireLite

    Hi,FireLite,
    What kind of the migration?
    If it was cross forest or involved PST files then rules rarely come across correctly and should be recreated.
    If it was simply install Exchange 2010 and use move mailbox, then rules should have moved with the mailbox.And please provide more information like below:
    1)Does this rule problem happen to all moved mailboxes or just part of them?
    2)Would you please verify that you have successfully moved these problem mailbox?
    3)Can you manage the rule in outlook for them?Have you tried to create a new rule to see if it works for these mailbox in OWA or Outlook?
    Please try to move the mailbox back to Exchange 2007,then move it to another mailstore,after that migrate it again to Exchange 2010 to see if it works.
    And here are some resolved cases with similar error for your reference.
    http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/3c795b8f-0b60-4346-b8f1-eb8c4f9c9cb0
    http://social.technet.microsoft.com/Forums/en/exchangesvradminlegacy/thread/3cf2360f-0a4c-4c7e-87c9-6726e3dc34fd
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • Problem in Themes after Migrating from APEX 4.0 to 4.2

    Dear Friends,
    Recently we migrated from APEX 4.0 to 4.2. There were no errors during migration. But after migration we observed that any application with Simple Red (Theme No.1) and Scarlet (Theme 21) stopped working properly. i.e. Template button Red will not perform any task. Even changed the template of the button doesn't work.
    Can any one suggest steps to solve the problem?
    Thanks in Advance.
    Krunal

    Hi Prabodh,
    This is the error i am getting
    Timestamp: 11/30/2012 5:03:02 PM
    Error: TypeError: ((f.event.special[r.origType] || {}).handle || r.handler).apply is not a function
    Source File: http://testserver:8000/i/libraries/apex/minified/desktop_all.min.js?v=4.2.0.00.27
    Line: 3
    No i didn't modify any template.

  • Problem (FRM-40654) after migration to 9i

    Hi all!
    I have a problem with some 6i-forms after migration from 8 to 9i database:
    FRM-40654: data changed from an other user
    ->after inserting a dataset
    Is there an other transaction / commit behaviour?
    Many Regards,
    Oliver

    Is this a migration issue? "Data changed by another user"
    is also available in forms6i. This error is usually raised when you want to change some data which has already been changed by some body else since your last query.

  • Problems with saving after Migration on ApEx 2.2

    Hi,
    we migrated from HTMLDB 2.0 to ApEx 2.2.
    Now our end-users have problems.
    They want to save their changes and after pressing the change button an empty page appears.
    So they go back with the internet explorer back-button and press the save button again. Now the changes are saved in the database.
    Does anybody have the same problem?
    Is there a solution to fix this problem?
    Thank you in advance
    Ulrike

    Yes thank you very much. This is the solution.
    But it's a pitty that we have to change the CSV endcoding option for all our applications after migration manually.
    Kind regards Ulrike

  • T61p- problem starting laptop after shut down or standby

    Hi,
    I'm facing problem with my T61p laptop, whenever I’m hibernating or shutting down or putting it on standby mode.
    Well hibernate never work whenever i try, it show me  "unable to complete API, insufficient system resource" so after that I never used this feature.
    From the last 2 month, 3 out of 5 times when I try to wake it up from standby mode via pressing the power button nothing happen and finally I have to forcefully shut down the system and then it works which corrupted my local oracle data file
     Now recently, the last working shut down option also started creating problem for me. after successfully shut down laptop last night, this morning I tried starting but nothing is happening, I tried repeatedly 3 /4 hours and luckily  it booted now
    But same issue is still there as I verified one more time after shutdown it again and now working on laptop is all depends on my luck
    Anybody have any pointer on this issue ?
    Thanks in advance
    --Anuj

    Welcome to Apple Discussions
    Did you let iTunes restore it? Has the problem continued? The article below discusses how to put your iPod into a recovery mode so you can fix it.
    http://support.apple.com/kb/HT1808
    As to your warranty, you no longer have one. Apple will, for a fee, repair your iPod if it needs repairing. There are independent shops who can do it as well - just Google them.

  • Problem with servlet after migrating from OC4J to WebLogic 10.3

    I come across a problem when I was migrating from jDev 11g TP4 to production version in that step also server got changed from OC4J to webLogic.
    I am running java http servlet along other jspx pages. When everything was on OC4J there was no problem whit security on this servlet ( servlet was under same authorization automatically, and I was able to create new application module on this servlet by createRootApplicationModule
    ) but when I changed to WebLogic 10.3 I come across a numerous problems. First one is solved i managed to put the servlet under same authorization as jspx pages by
    *&lt;servlet&gt;*
    *&lt;servlet-name&gt;report&lt;/servlet-name&gt;*
    *&lt;servlet-class&gt;path.to.class&lt;/servlet-class&gt;*
    *&lt;security-role-ref&gt;*
    *&lt;role-name&gt;name&lt;/role-name&gt;*
    *&lt;role-link&gt;valid-users&lt;/role-link&gt;*
    *&lt;/security-role-ref&gt;*
    *&lt;/servlet&gt;*
    but when I trying to create new application module I get JBO-30003 error which is Caused by:
    oracle.adf.share.security.ADFSecurityAuthenticationException: JAAS login error.
    Invalid null input: name
    Has anybody any idea what I am doing wrong?
    Thank you for your help, Rok Kogov&scaron;ek

    for example:
    web.xml
    <security-role>
    <role-name>yourrole</role-name>
    </security-role>
    weblogic.xml
    <security-role-assignment>
    <role-name>yourrole</role-name>
    <principal-name>wlsuser</principal-name > <!-- wlsuser is define at wls console-->
    </security-role-assignment>

  • Problem starting Adobe After Effects CS5 Trial

    Hey there,
    I have a huge problem starting AE5 Trial and well I looked around several Discussions about the problem without anything that'd help me.
    I used to work with an older version of AE, borrowed by my filmbuddy, on my old desktop without any problem.
    Now with my new laptop, I downloaded the CS5 Trial version and it hangs with initializing Mediacore. I'd really like to buy the new AE version, but well, if it doesn't work at trial level on my laptop, why should the full version work?
    So when starting AE the startup screen appears it hangs with "initalizing MediaCore", so I have to click on that screen that something happens ... now the startup screen is dark colored and I have to wait for 10 min that something new is happening.
    Now it says: "Warning: QuickTime is not installed on this system, some components will not work correctly. So I can press and AE actually starts, but I'm not able to import or export QuickTime movies. And btw. AE works pretty lame, don't know why (my OS is Windows Ultimate 7, 64 bit btw. ^^ )
    So well I tried to deactivate my firewall, no change
    I tried to delete the MediaCore plug-ins (program files - AE CS5 - Media Core plug-ins - common) one by one or all ... no change
    I tried reinstalling QuickTIme and AE, different orders, still nothing happens
    There may be several helpful Threads about this, but the problem is, its mostly specific to Mac and I can't find the equivalent way for Windows
    I'd appreciate any help
    Thanks for your kind attention

    Yeah CS5.5 from the adobe website. At least I think so - my internet connection is to slow to download anything, so a friend got it for me
    The point: permissions problem with preferences folder or corrupt preferences - I don't know why, but I don't have the AppData\Roaming path/folders
    just worked through this discussion: blockage of TCP communication with QuickTIme - I don't quite get the point with the rule ... what steps do I have to follow in Windows Firewall? but well I deactivated it anyway and it still didn't work.
    Aaand I don't find the preference files on windows ... user/...
    gosh I want to work with this program error-free ^^

  • How to start over after migration mess

    I recently used migration assistant to transfer my data from my old iMac and operating system to my new iMac operating 10.7.3.
    The results are mess, mostly it seems from transferring 2  users over.  Now I want to remove everything and start over.  This time I will only transfer my account. How do I remove the mess and start over?

    Use one of the options in the green box of Problems after using Migration Assistant.

  • Problem starting Itunes after upgrading

    Hi I have a major proble which I can't figure out. I just upgradet to the new version of Itunes and have succesfully instaled it but after i open the application it starts with the ..agree/dissagree box and then it gives a message "aplication cannot be opened. An unknown error ocured(50)." If any body has an idea what the problem is and how i can fix it it will save my life! tank you

    OK. This solved it for me. See my post above. I found the solution below under a similar thread "Mac Itune issues." It worked just as stated.
    Bulu86
    New! Re: Mac Itune issues
    Posted: Oct 13, 2006 9:32 PM in response to: Bawls07
    Go to Macintosh HD > Library > Receipts
    Trash any files that say iTunes and empty the trash
    Then run the iTunes installer (I had to redownload it)
    It should work then! Mine did I even installed the newest version again and it's all ok.

  • Both users on start up after migration

    Hi
    I just transfered using migrations asisstant files from my macbook pro to my mac pro. It all seems to be working fine except when I boot up the machine it goes straight to the mac pro user profile and no option to choose the one off my laptop. Id like to have both as an option so dont one to delete one. Just want to be able to choose which one to log in as on start up. Can anyone help?
    thanks

    Assuming that mac pro is an admin account, after you log in, go to the Accounts preferences and unlock it.  Click the login options near the bottom above the lock.  Then turn automatic login off.  Select the radio button choice just below there (list of users I guess).
    Now when you boot or logout you will always be presented with a login screen to choose which account to log in as.

  • Problem with project after upgrading to 10.1 and moving libraties to external drive

    I need to make some updates to a project I created over a year ago prior to upgrading to 10.1.  Also since creating, I moved my Final Cut Libraries off to an external drive.  The only about 25% of the clips in the project appear to be linked to the original media even though all appear to be in the Original Media folder.  I have tried as a test to put the original video files into a folder outside of any FCP files and used that to use the "Relink Media" function under "Edit"  The attached link to a pdf doc shows the error message I get.  I have no idea how to proceed from here to recover this important project.
    Running Yosemite
    https://www.dropbox.com/sh/96zy244yeh3mjb7/AADGTQRjeJPBlRmQ4L5f9Xcna?dl=0

    Russ
    I copied the Original Media folder to a new location and then relinked to the new folder.  The process ran without error.  However that did not fix the problem.  The clip content isn't there for 80% of the clips.  The system was rendering in the background for hours.  I went to bed.  When I got up and checked using the view background tasks it stalled at some point.  I tried exporting the XML and importing into a new library.  I got a waring message about an unrecognized cross dissolve transition.  When I opened the project in the new library the time line looked exactly the same and it behaved exactly as the original project. Thoughts? 

  • Compile error after migration from JDeveloper 11.1.1.4 to 11.1.2

    Hi,
    I have recently downloaded JDeveloper 11.1.2 and I need to migrate from 11.1.1.4.
    I got the following error message:
    Error: An unreported error occurred in Appc. No errors were reported, but the tool returned a failure result code:1.
    Can somebody suggest me how do I go about this?
    Regards

    see {thread:id=2241934}

Maybe you are looking for

  • Error: can't find libjava.so

    First the facts: 1. I can use my java and javac tool from anywhere on the tree. 2. My compilation works without a problem also the running of java classes. 3. Every time I try to install a program from a copmany called Navini for Solaris. #./install.

  • India Localization Invoice Distribution DFF has No Values

    Hi, We are implementing India Localization. In AP, while entering Invoices, the Distrbution DFF contains no values. This is inspite of creating tax codes, taxes, Threshold setups and selecting the OU. Pls suggest why I'm unable to find the Tax ID val

  • Change email address in icloud

    I have an email that was hacked.  I have my iphone and ipad set up using that particular email.  I was able to change my email and all of my Apple related emails go to my new email address. However, when I went to my settings on my phone it is still

  • Need a current copy of Adobe Flash Player

    I installed a current copy of Adobe Flash Player but I'm still getting the message I need a current copy, WHY?

  • How to use Voipbuster on N80?

    Has anyone did this? I have an account on Voipbuster that I would like to use on a N80. Please share.