Windows7 issue with JDev

I got assigned a new windows7 machine for testing. My main machine is also Windows7 and I can run Jdev and apps with no issues on it. I installed jdev on the new Windows7 machine and started it from an Admin prompt, and tried to run a jspx page, I get the following error:
<Feb 17, 2011 1:20:50 PM PST> <Info> <WorkManager> <BEA-002900> <Initializing se
lf-tuning thread pool>
<Feb 17, 2011 1:20:50 PM PST> <Notice> <Log Management> <BEA-170019> <The server
log file C:\PS3\5923_1\Oracle\Middleware\user_projects\domains\base_domain\serv
ers\AdminServer\logs\AdminServer.log is opened. All server side log events will
be written to this file.>
Feb 17, 2011 1:20:52 PM oracle.security.jps.internal.credstore.ssp.CsfWalletMana
ger openWallet
WARNING: Opening of wallet based credential store failed. Reason java.io.IOExcep
tion: C:\PS3\5923_1\Oracle\Middleware\user_projects\domains\base_domain\config\f
mwconfig\bootstrap\cwallet.sso (Access is denied)
java.lang.NullPointerException
I get this for a standalone instance of weblogic server as well. I am on PS3 build of jdev-JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923.
I know the error is related to some windows7 permissions, but not sure what.
Can someone help?
Edited by: neeljain on Feb 17, 2011 4:56 PM

Did you read the tips at http://todayguesswhat.blogspot.com/2010/09/jdeveloper-11gr1-integrated-weblogic.html ?
Tip 3 – Credential Store and Keystore configuration in DefaultDomain of integrated WebLogic Server
Note, DOMAIN_HOME below refers to %JDEV_USER_HOME%\system11.1.1.3.37.56.60\DefaultDomain
The file %DOMAIN_HOME%\config\fmwconfig\jps-config.xml contains the various service provider types and actual instance/implementations of these configured for the domain.
<serviceProviders>
<serviceProvider type="CREDENTIAL_STORE" name="credstoressp" class="oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider">
<description>SecretStore-based CSF Provider</description>
</serviceProvider>
<serviceProvider type="KEY_STORE" name="keystore.provider" class="oracle.security.jps.internal.keystore.KeyStoreProvider">
<description>PKI Based Keystore Provider</description>
<property name="provider.property.name" value="owsm"/>
</serviceProvider>
</serviceProviders>
<serviceInstances>
<!-- JPS Credential Store Service Instance -->
<serviceInstance name="credstore" provider="credstoressp" location="./">
<description>File Based Credential Store Service Instance</description>
</serviceInstance>
<!-- KeyStore Service Instance -->
<serviceInstance name="keystore" provider="keystore.provider" location="./default-keystore.jks">
<description>Default JPS Keystore Service</description>
<property name="keystore.type" value="JKS"/>
<property name="keystore.csf.map" value="oracle.wsm.security"/>
<property name="keystore.pass.csf.key" value="keystore-csf-key"/>
<property name="keystore.sig.csf.key" value="sign-csf-key"/>
<property name="keystore.enc.csf.key" value="enc-csf-key"/>
</serviceInstance>
</serviceInstances>
<jpsContexts default="default">
<!-- This is the default JPS context. All the mendatory services and Login Modules must be configured in this default context -->
<jpsContext name="default">
<serviceInstanceRef ref="credstore"/>
<serviceInstanceRef ref="keystore"/>
<serviceInstanceRef ref="policystore.xml"/>
<serviceInstanceRef ref="audit"/>
<serviceInstanceRef ref="idstore.ldap"/>
</jpsContext>
</jpsContexts>
The credential store instance referenced above, is a wallet-based credential store (also referred to as a file-based credential store), and will essentially be referring to a file named cwallet.sso in the same directory as the jps-config.xml file (%DOMAIN_HOME%\config\fmwconfig)
The keystore instance referenced above is a “JKS” file-based keystore, named default-keystore.jks , and found in the same directory as the jps-config.xml file (%DOMAIN_HOME%\config\fmwconfig)
When DefaultDomain in the integrated WebLogic server is provisioned, cwallet.sso is created, whereas default-keystore.jks is not created!!
You can leverage the orapki command to get a basic listing of the cwallet.sso contents:
C:\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\config\fmwconfig>
c:\Oracle\Middleware\oracle_common\bin\orapki wallet display -wallet cwallet.sso
Oracle PKI Tool : Version 11.1.1.2.0
Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved.
Requested Certificates:
User Certificates:
Oracle Secret Store entries:
Trusted Certificates:
Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: OU=Secure Server Certification Authority,O=RSA Data Security\, Inc.,C=US
Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS incorp. by ref. (limits liab.),O=Entrust.net,C=US
Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: CN=Entrust.net Secure Server Certification Authority,OU=(c) 2000 Entrust.net Limited,OU=www.entrust.net/SSL_CPS incorp. by ref. (limits liab.),O=Entrust.net
Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
Subject: CN=Entrust.net Certification Authority (2048),OU=(c) 1999 Entrust.net Limited,OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.),O=Entrust.net
NA
http://nickaiva.blogspot.com
Edited by: Nick Aiva on Feb 18, 2011 6:42 PM

Similar Messages

  • Graphics issue with Jdev and Ubuntu Maverick

    Hi,
    I just upgraded one machine Dell Optiplex 755 to Ubuntu Maverick 10.10 with Java 1.6.0.23 and Oracle JDeveloper 11g 11.1.1.3.0. Since then, my Jdev is not working properly from a graphic point of view. When you start it , it doesn't show all the icons in the console. You have to pass the mouse over them to be shown, and as soon as you minimize/maximize the window, those are hidden again. It's like Java or Jdev are not sending the correct commands to repaint the screen.
    I don't have any similar graphic issue with any other application like openOffice or Oracle SQL datamodeler. But I do have the same issue with the Oracle SQL developer application, the icons are not shown unless you pass the mouse over them and they disappear if you minimize/maximize the window. Jdev and SQL Developer have a similar interface so I think is related with Java and these specific interfaces.
    The drivers of the graphic card, ATI Radeon HD 2400 XT, are up to date and I already tried with different tweakings in the graphical properties.
    Does any of you have any suggestion/solution?
    This didn't happen with an Ubuntu 9.10 and old versions of java and Jdev installed in the same machine.
    Greetings and thank you.
    Edited by: user13698736 on Feb 14, 2011 2:26 AM

    Hello,
    I have changed my graphic card. i mean, replace ATI Radeon by Gforce.
    Thanks

  • Application server connection issue with jdev

    Hi,
    we have a fusion application instance, deployed in amazon cloud. I am able to connect to this instance/console using the browser.
    I am able to login to weblogic - console, so credentials and everything is correct, now when I am giving same information in jdeveloper and trying connecting using jdev.
    its failing 7 out or 9 tests which jdev do for connectivity. We have checked the proxy settings, but its not an issue, no proxy settings there.
    Now we have almost check all forms and connection issues, but no help yet. Looking for immediate support.
    Thanks in advance for any support.
    -Vipin

    Hi Oliver,
      Thanks for the quick response, this is ouput
    Testing JSR-160 Runtime           
    ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime     
    ... skipped.
    Testing JSR-88                    
    ... skipped.
    Testing JSR-88-LOCAL              
    ... skipped.
    Testing JNDI                      
    ... skipped.
    Testing JSR-160 Edit              
    ... skipped.
    Testing HTTP                      
    ... success.
    Testing Server MBeans Model       
    ... skipped.
    Testing HTTP Authentication       
    ... success.
    2 of 9 tests successful.
    Thanks
    Vipin Kumar

  • Install Issue with JDev 10.1.2

    JDev appeared to install correctly but when I launch the jdev.exe it get a pop up that says "Java Virtual Machine Launcher: could not find main class" - the app then opens but I can't seem to add any java source files to a project and I get a java.lang.NullPointerException at oracle.jdeveloper.model.JProjectConfiguration.getJdkClassPath
    Anyone have a clue? I did very the settings in the jdev.conf file to be accurately pointing the install location for my jdk.

    Yes, do not install it to the Desktop, because the path contains spaces, in 'Documents and Settings' part. ... I spent whole Saturday to solve that problem. If this product is so great then why does it treat the user this way? -- Thanks for who provided help. - Priit

  • Issue with the appearance of the Components in jspx page in Jdev 11.1.2.1

    Hi all
    I am facing a very strange issue in Jdev 11.1.2.1
    I am developing a adf application where in my jsx page in design mode the page's component are showing as boxes type.Starting with the template tag.
    I didnot get this issue anytime.Ewerything was working fine suddenly in the middle of the development this happend.And teh pages when run show up nicely in the browser.I am getting this in all the pages in the project.
    I am including one of the pages source please help me out.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    >
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>

    Thanks for the reply ,im checking with it .i would also like to mention that in addition to the above said behaviour i am seeing this for the command buttons that are present in my page.
    unable to load tag .NameSpace xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    Tag :commondutton..
    I have included the namespace on the page and i dont understand why is it throwing me this errror.
    Can i know ,what libraries are required and for this namespace to be loaded.It should automatically load the libraries even if it is unable to load.
    Please help me.
    Rajesh.

  • Issue With Apps Adapter JDev 11.1.1.3

    Hi ,
    We are facing some issue with Oracle Apps Adapter with Jdev 11.1.1.3. The wrappers for PLSql APIs were not properly generated.
    If anyone having such issue/solution pls share the same.
    Thanks In Adv
    Venkata Madhu

    Hi Anuj,
    I sent email to ur official id with the issue details. 1 query i have here, Can i generate wrapper using 10g Adapter and consume in OSB 11.1.1.3?.
    Also some funny issues we are facing with API's. If the API create/modified, immediately we couldn't able to generte the wrapper if generate also, the response is not in xsd defined format.
    But if we re-generate the wrapper after sometime, it work with no issues. Don't why.
    Regards
    Venkata Madhu

  • Af:treeTable displayRowKeys issue with MDS (jdev version 11.1.1.4)

    Hi,
    I've an MDS enabled application, and I'm facing the below mentioned issue with setting af:treeTable displayRowKeys.
    Issue: I'm trying to set displayRowKeys pro-grammatically for an user scenario where I've to expand/collapse the tree table data to/from a desired level. But with MDS enabled my code for setting the displayRowKeys doesn't work if an ADF out-of box operation like expand, expandAll etc is performed even if once in the session, which works absolutely fine when MDS is not enabled.
    This is critical issue in a customer environment and appreciate any pointers on how I could disable this customization!
    I've gone through the internet but nothing seems to the point. The oracle documentation on subject I found is really old, and it talks about an attribute "dontPersist" on af:treeTable which no longer exists in my jdev version 11.1.1.4.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/ad_persist.htm#BABGGHCH
    I've seen another forum post on the same but it is still unanswered:
    Re: TreeTable disclosedKeys/selectedKeys not working with MDS
    I'm going for a new post hoping more visits and replies!
    Regards,
    Pramod Gujjeti

    Hi,
    if this is a critical issue with a customer of yours, wouldn't it be best to run this against customer support than here on the forum ? This would make sure the issue is properly analyst and filed as a bug if it turns out to be a product problem. Unless the adf-config.xml file is configured to also persist the display row key in MDS, the behavior points to an issue that needs customer support to be involved
    Frank

  • JDev 10.1.3.3 - issues with imported Business Components

    Hi,
    I have got some issues with importing Business Components in JDev 10.1.3.3.
    I cannot discover/use the imported components.
    What I did is the folowing:
    1. In a existing project I extended the default base-classes to create our own layer
    2. created a project called ModelShared
    2a. configured the project to use the base-classes I created in step 1
    2b. created an entitybased-viewobject (RefCodesByDomain)
    2c. created bc deployment-descriptors
    3. created a project called RelatieModel in the same workspace as ModelShared
    3a. added dependencies to the deployment-descriptors as well as the project created in step 2
    3b. configured the project to use the base-classes I created in step 1
    3c. imported business components
    Although I did not recieve any errors during the import of business components, I am unable to add the vo (RefCodesByDomain) to a service.
    I do see the package which contains the vo but is has no entries.
    Importing the business components to a new BC Project in a seperate workspace did succeed (I could reuse the vo).
    I tested a little further and the folowing occurred:
    4. I created a new vo in the ModelShared Project
    5. I deployed the ModelShared
    6. Restarted JDeveloper
    7. Got the folowing error message in the console window when expanding a service in my datacontrol pallette:
    INFO: oracle.adf.share.config.ADFConfigFactory No META-INF/adf-config.xml found
    1-sep-2008 13:23:27 oracle.adf.dt.controls.DataControlsTreeWillExpandListener treeWillExpand
    FINER: THROW
    java.lang.NullPointerException
            at oracle.adf.dt.objects.JUDTViewReferenceAccessorDefinition.init(JUDTViewReferenceAccessorDefinition.java:108)
            at oracle.adf.dt.objects.JUDTViewReferenceAccessorDefinition.<init>(JUDTViewReferenceAccessorDefinition.java:98)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.createViewObjectDefinition(BC4JDataControlDefinition.java:228)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.addViewObjects(BC4JDataControlDefinition.java:208)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.loadStructure(BC4JDataControlDefinition.java:110)
            at oracle.adfdt.internal.meta.bc4j.BC4JDataControlDefinition.getStructure(BC4JDataControlDefinition.java:407)
            at oracle.adf.dt.controls.treemodel.jsr227.JSR227DataControlTreeNode.loadChildNodes(JSR227DataControlTreeNode.java:129)
    8. In my other "fresh" bc project I was able to use the newly created vo.
    9. When I added a VO to my shared project, all projects that are refering to the shared project loose their vo's in the data-controlpannel
    Do you have any suggestions?
    Regards,
    Romano

    Hi,
    since this appears to be a WebCenter related issue, I suggest to try the Webcenter forum WebCenter Portal or to log a bug
    Frank

  • Does anyone else have issues with firefox 5 totally crashing a windows7 laptop? This has happened now THREE times, each time wiping all data from the user that it was installed on.

    I recently upgraded to FF5 on a windows7 laptop. I havent had any previous issues with system crashes. But within HOURS of installing, my whole OS crashed, and after about an hour of "cannot start windows" the laptop "repaired" itself, wiping all data and a user. I reinstalled, and it crashed again. I want to go back to version 3.16, as I had no issues with that version.

    god, i love it when i find answers to my own questions!  here is a work-around, not really a fix because you have to run this daemon that constantly performs read operations to prevent the drive from going into low power mode - which seems to be the source of this problem.  caution: this will drain your battery if you leave computer awake while not plugged in, but this solution darn well beats the issues i was having before with spinning beachball every couple minutes.. i was going crazy!  it only eats about 2-3% of cpu usage and i have not had the problem since i installed this daemon which sits in Library\LaunchDaemons (if you want to remove it later.)  also the developer leaves his email in the install file and he is very helpful.
    here is a link to the crucial thread where i found this solution:
    http://forum.crucial.com/t5/Solid-State-Drives-SSD/M4-512gb-Macbook-Pro-15-i7-2- 3-2011/td-p/45848/page/12
    here is a link to the file itself:
    download here

  • Issues with BAM Connection in JDeveloper

    I have issue with Jdeveloper BAM connection.
    After BAM & OiD configuration, I can't test BAM connection in Jdeveloper. Jdev reports BAM configuration error.

    I've created new one.
    Actually, I have to return to Windows auth, cause cust should make report develoopment.
    Could you provide any information how BAM connection shold be connfigured? I'll make next try.

  • Layout issue with af:tree component

    I am using af:tree component but I am finding layout issue with it. I have a requirement where in I need the tree to stretch to the available space but a horizontal and a vertical scrollbar comes up automatically. Is there a way to handle this issue?

    User, without your jdev version it's hard to help.
    Have you embedded the tree component in a stretch layout?
    Timo

  • Performance issue with Jdeveloper

    Hi Guys,
    I am experiencing strange performance issue with Jdeveloper 10.1.3.3.0.4157. There are many other threads regarding the performance issue in this forum, but the problem I have is a little bit different.
    I have two computers: one is Athlon 3200+ with Vista and another one is P4 dual core 6400 with XP (service pack 2). Both of them have 2GB memory.
    I am running the same simple project on both computer, but only the one with Vista has the problem. The problem is very similar to the problem mentioned in the thread:
    Re: IDE has become extremely slow?
    But it's much worse. It only happens only on JSF pages. Basically, any operations on the JSF pages are very slow. Loading the page, changing the attributes of a button in source editor, or even clicking the items in the design view take forever to run.
    The first weird thing is that it may use 100% CPU, but it never recover, which means the 100% CPU usage never stops or when it stops, the Jdeveloper stops responding.
    The second weird thing is that the project is not big. Actually, it's very small. The problem started to happen since last week. There are not big changes during the period. The only thing I can say is that we created two more JSF pages.
    The third weird thing is that the same project never happened on the P4+XP box. When I open the project on the P4+XP box, it’s always fast and no CPU spike.
    Any advises are welcome!
    Thanks,
    Steven

    Hi Guys,
    I re-made a simple test project for this problem and now I now always reproduce the problem in JDeveloper on both system (XP & Vista). Everytime I open this jspx file in the source editor and try to scroll up/down the source file, or manually delete an attribute, JDeveloepr will hang and the CPU usage is 0%.
    Here is the content of the test file:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html binding="#{backing_streettypedetail.html1}" id="html1">
    <afh:head title="streettypedetail"
    binding="#{backing_streettypedetail.head1}" id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_streettypedetail.body1}" id="body1">
    <af:messages binding="#{backing_streettypedetail.messages1}"
    id="messages1"/>
    <h:form binding="#{backing_streettypedetail.form1}" id="form1">
    <af:panelForm binding="#{backing_streettypedetail.panelForm1}"
    id="panelForm1">
    <af:inputText value="#{bindings.streetTypeID.inputValue}"
    label="#{bindings.streetTypeID.label}"
    required="#{bindings.streetTypeID.mandatory}"
    columns="#{bindings.streetTypeID.displayWidth}"
    binding="#{backing_streettypedetail.inputText1}"
    id="inputText1">
    <af:validator binding="#{bindings.streetTypeID.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.description.inputValue}"
    label="#{bindings.description.label}"
    required="#{bindings.description.mandatory}"
    columns="#{bindings.description.displayWidth}"
    binding="#{backing_streettypedetail.inputText2}"
    id="inputText2">
    <af:validator binding="#{bindings.description.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.abbr.inputValue}"
    label="#{bindings.abbr.label}"
    required="#{bindings.abbr.mandatory}"
    columns="#{bindings.abbr.displayWidth}"
    binding="#{backing_streettypedetail.inputText3}"
    id="inputText3">
    <af:validator binding="#{bindings.abbr.validator}"/>
    </af:inputText>
    <f:facet name="footer">
    <h:panelGroup binding="#{backing_streettypedetail.panelGroup1}"
    id="panelGroup1">
    <af:commandButton text="Save"
    binding="#{backing_streettypedetail.saveButton}"
    id="saveButton"
    actionListener="#{bindings.mergeEntity.execute}"
    action="#{userState.retrieveReturnNavigationRule}"
    disabled="#{!bindings.mergeEntity.enabled}"
    partialSubmit="false">
    <af:setActionListener from="#{true}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    <af:commandButton text="Cancel"
    binding="#{backing_streettypedetail.cancelButton}"
    action="#{userState.retrieveReturnNavigationRule}"
    id="cancelButton">
    <af:setActionListener from="#{false}"
    to="#{userState.refresh}"/>
    </af:commandButton>
    </h:panelGroup>
    </f:facet>
    </af:panelForm>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_streettypedetail-->
    </jsp:root>
    Can anybody take a look at the file and let me know what's wrong with it?
    Thanks in advance.
    Steven

  • Developing with JDev 10.1.3.0.1 for BPEL 10.1.2.0.2

    Hi,
    Does anyone knows if it is possible or adviseble to develop with JDev 10.1.3.0.1 to deploy the processes in OC4J BPEL 10.1.2.0.2?
    If it is, is there any issues involved?
    Tks

    in general you could develop bpel 10.1.2.02 compliant processes, but it would create a bunch of possible hazards you could run into - deployment structure, new services, workflow and so on .. add'ly you cannot deploy from jdev 10.1.3.1 to bpel 10.1.2.0.2 server -- all in all not really recommendable, and not really supported too :D
    /clemens
    SOA Product Management

  • ITunes and iPhone 4 sync issues with Windows 7 64 bit

    I am getting several errors with sync'ing iTunes to my iPhone on windows7 64bit. I reinstalled iTunes, I did a repair on iTunes, even tried a RESTORE on iPhone, but it gives me so many errors one after another after another.
    1. Some of the items were NOT copied to iPhone "iPhone" because one ore more errors occured.
    2. Attempting to copy to the disk "iPhone" failed. An internal device error occured.
    3. The iPhone "iPhone" can NOT be synced. An unknown error occured (0xE8004006).
    4. The iPhone "iPhone" can not be synced. The required file can not be found.
    5. The iPhone "iPhone" can not be synced. A duplicate filename was specified.
    6. The iPhone "iPhone" can not be synced. An internal device error occured.
    These errors keep appearing one after the other.
    I have fully uninstalled iTunes and ALL Apple programs from my PC, rebooted, disabled antivirus/firewall software, etc.
    I have tried changing time zones.
    I have created a new user account on same laptop and still have same issues with iTunes.
    Restore fails with error "Unable to read file or file is corrupt".
    Yet iTunes works fine on a 32bit operating system of Windows 7.
    The problem is that I upgraded my laptop and the new laptop is Win7 64bit. I have ALL the newest drivers, and I checked to ensure it was not a BIOS or CHIPSET driver causing issues. All windows updates are up to date and current.
    I have been trying for over a week with every piece of trouble shooting I can find to make this work.
    Any help or further information would be VERY GREATLY APPRECIATED.
    Thanks in Advance

    I too am having the exact same issues on the same laptop! I spent an hour last night with "supervisor" in tech support who didn't solve my problem but did close the ticket (210757099 for any Apple people that might read this). Thanks a lot Ben!
    I have seven ipod/iphone/ipad devices so I am very familiar with how to sync. In the last few weeks, version 10.2 of iTunes (I'm up to 10.2.1.1) has gotten less and less reliable in successfully sync'ing to the devices. It started out with my 3GS, but my iPhone 4 was fine. Then I got an iPad2 and now NOTHING will sync properly. Every time I plug one in (or press the sync button) it wants to do a restore from the backup made the last time it sync'd. It does that, reboots the device and sync's.
    I've gotten a ton of errors, here's a sample.
    iBooks couldn't be installed on my iPhone unknown error 0xE800000C
    Textie couldn't be installed on my iPhone, unknown error 0xE8000013
    "failed required file not found" - This is one of my favorite error messages. It demonstrates how Apple is becoming like Microsoft. It is 100% accurate and totally useless. It would be helpful if it told me the NAME of the file that was not found...
    unknown error 0xE8004006
    "duplicate file found" - Again, in true Microsoft form, it didn't tell me the NAME of the file that was duplicated.
    I tried everything discussed in the following thread but it did not work.
    http://discussions.apple.com/thread.jspa?threadID=2401822
    Stopping the enhanced USB controller didn't work. Mine is the Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller (version 9.1.1.1020).
    A few days ago I got hundreds of errors in a sync. When it completed, a dialogbox came up asking if I wanted to send this crash report to Apple, I said yes. So, crash reports are now automatically being sent. You can see evidence of this in the %appdata%\Apple Computer\Logs directory.
    This section of the log looked interesting because it says it couldn't connect to USB mux port 32498
    [4404 @ Tue Mar 22 09:05:05 2011] [(unknown facility) iTunes.exe] AMDServiceConnectionReceiveMessage (thread 4232): Could not receive size of message: 0 No error
    [4404 @ Tue Mar 22 09:05:05 2011] [(unknown facility) iTunes.exe] readthread (thread 4232): Could not receive message: 0xe8000001
    [4404 @ Tue Mar 22 09:05:05 2011] [(unknown facility) iTunes.exe] AMDServiceConnectionSendMessage (thread 2504): Could not send message size: No error
    [4404 @ Tue Mar 22 09:05:05 2011] [(unknown facility) iTunes.exe] connect_toport (thread 5700): Could not connect to USB mux port 32498 for device 3: Input/output error
    [4404 @ Tue Mar 22 09:05:05 2011] [(unknown facility) iTunes.exe] MobileDeviceConnectlocked (thread 5700): Could not connect to lockdown port on device
    Just grasping at straws here....

  • [SOLVED] adf faces demo doesn't work with jdev 10.3.1.2

    Has anybody tried to run the ‘Introduction to adf faces/trinidad using jdev’ demo at
    http://www.oracle.com/technology/obe/obe1013jdev/10131/trinidad/adf_faces_trinidad.htm
    with jdev 10.1.3.2 studio?
    I am trying it and I am getting this error
    500 Internal Server Error
    java.lang.NoSuchMethodError: oracle.adf.view.faces.context.AdfFacesContextFactory.createContext(Loracle/adf/view/faces/webapp/wrapper/ContextWrapper;Loracle/adf/view/faces/webapp/wrapper/RequestWrapper;)Loracle/adf/view/faces/context/AdfFacesContext;
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterHelperImpl.startFilter(AdfFacesFilterHelperImpl.java:112)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:111)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:105)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.1) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Message was edited by:
    mauro avon

    We don't automatically migrate the adf-faces-api.jar since in a 10.1.3.x ADF Faces application this JAR is not part of your project's WEB-INF/lib directory.
    The issue must be specific to migrating this Apache Trinidad example.

Maybe you are looking for

  • Laptop won't power on

    Hi, My toshiba laptop recently got some moisture in it.  I dried it out and it now comes on.  However, when it came up, it kept saying that there were errors which prevented it form coming up and that I needed to do a repair.  I ran the toshiba revov

  • Recovering photos and videos

    is it possible to recover photos and videos that were deleted and deleted from trash?

  • How to configure log4j in oracle bpm

    we can put log4j.jar in obpm and can use that as a logger, But I dont know the concepts of log4j. Can anyone please help me know what all we need to do to configure this, what relations are there between log4j.jar, log4j.properties, where to keep the

  • QT Player 7.0.2 crashes when encoding from MJPEG into H.264

    Another interesting thing about QT 7.0.2 (first one was 10GB bug, check my earlier thread here) - it crashes when the user switches to another account and back while the QT Player encodes MJPEG video into H.264. How to reproduce this bug, step by ste

  • Infotype Log                           Points are sure for any hints . :)

    Hi In my company some one delete the 90* infotype from PM01 now can i know who (which id) is deleted and when . Please it is bit urgent. Prash. <b>Points are sure for any hints .</b><b></b>