Maybe it´s my ears

Guys, maybe it´s my ears, but it seems the EQ in my iPhone is not working. I transferred some jazz from iTunes to my phone. It already had the "jazz" EQ setting in iTunes.
On the iphone, I turned my EQ on, switched back and forth through all the presets, and the sound seems the same to me.
Any points?
Cheers,
Paulo

Is this through headphones or the iPhone speaker?
The equalizer really isn't going to do a whole lot for mono playback on the speaker.

Similar Messages

  • Deploy an EAR and an external ADFlib

    I have an ADF project (in JDev 11.1.1.3) with it's respective EAR file. I have also some ADFlibs and JARs. All my project works OK (deploying it to Weblogic) but when re-deploying the project the ADFlibs and JARs are also re-deployed, maybe due to the EAR assembly and dependences.
    My question is:
    Is possible to only re-deploying the project's EAR file without re-deploying the other ADFlibs and JARs, and without losing the EAR's dependences??? If possible, how can I should do it????
    Thanks.

    We had the similar requirement in our project:-
    Take a look at the following post for the required inputs:
    Shared Libraries in JDeveloper 11g
    For more details:
    http://andrejusb.blogspot.com/2010/07/deploying-adf-applications-as-shared.html
    http://andrejusb.blogspot.com/2010/07/redeploy-and-version-adf-shared.html
    Thanks,
    Navaneeth

  • ADF 11g application on Weblogic 10.3 + JDBC connection to Oracle XE

    Hello! i'm using Jdev 11g (not tp4) and i have Adf applicarion which uses BC4J, thereofre in jdev exists connection to DB.
    When i start my application in Jdev, it starts Weblogic and deploys my application. And all works fine!
    When i want to execute my Weblogic as standalone server, using Weblogic domain Administration console, i deploy my application as WAR archive
    before deploy, i've been created JDBC DataSource in Weblogic server, using Weblogic webinterface (connection test was OK)
    and now, when i start my application, entering application Url in internet explorer, i see that exception has ariced, her is the stack trace
    {color:#0000ff}<17-Oct-2008 18:30:49 o'clock EEST> <Error> <HTTP> <xc002600109> <AdminServer> <ACTIVE ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1224257449182> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@1410e0d - appName: 'nano', name: 'nano.war', context-path: '/nano', spec-version: '2.5', request: weblogic.servlet.internal.ServletRequestImpl@8f5e03[
    GET /nano/faces/untitled3.jsp?_adf.ctrl-state=1797442774_7 HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-gb,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Cookie: oracle.uix=0^^GMT+3:00; JSESSIONID=wShvL4vT9h40V7TSNH9D84p3v4h48S992vJyWK6p0hnWflfZVpc2!652912999; ADMINCONSOLESESSION=r440L4XpGDJhhX3G1slmFdSzV3xSH51xGzhy912nTnpP2Zv1yVrQ!652912999
    Pragma: no-cache
    Cache-Control: no-cache
    ]] Root cause of ServletException.
    java.lang.NullPointerException
    at oracle.adf.model.bc4j.DCJboDataControl.findVariable(DCJboDataControl.java:2934)
    at oracle.adf.model.binding.DCVariableImpl.resolveSourceVariable(DCVariableImpl.java:69)
    at oracle.adf.model.binding.DCVariableImpl.getVariableKind(DCVariableImpl.java:162)
    at oracle.jbo.common.VariableManagerImpl.doGetVariables(VariableManagerImpl.java:125)
    at oracle.jbo.common.VariableManagerImpl.getVariablesOfKind(VariableManagerImpl.java:259)
    at oracle.jbo.common.VariableManagerImpl.getVariables(VariableManagerImpl.java:253)
    at oracle.jbo.common.VariableValueManagerImpl.doPassivateVariables(VariableValueManagerImpl.java:499)
    at oracle.jbo.common.VariableValueManagerImpl.getPassivatableVariables(VariableValueManagerImpl.java:439)
    at oracle.adf.model.binding.DCBindingContainer.buildFormToken(DCBindingContainer.java:4523)
    at oracle.adf.model.binding.DCBindingContainerState.buildStringBuffer(DCBindingContainerState.java:56)
    at oracle.adf.model.binding.DCBindingContainerState.toString(DCBindingContainerState.java:590)
    at oracle.adf.model.binding.DCBindingContainer.getStateToken(DCBindingContainer.java:4293)
    at oracle.adfinternal.controller.application.model.SaveStateTokenListener.afterPhase(SaveStateTokenListener.java:54)
    at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:529)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:118)
    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:166)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:122)
    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:68)
    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:51)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:354)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:203)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    {color:#000000}i have learned about deployment descriptors and i have made additional files and changed web.xml file:
    {color:#ff0000}web.xml:
    {color:#000000}....{color}
    {color} <resource-ref>
    <description>Nano Datasource</description>
    <res-ref-name>Nano_DB_connection</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    {color:#ff0000}weblogic.xml:{color}
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
    <resource-description>
    <res-ref-name>Nano_DB_connection</res-ref-name>
    <jndi-name>Nano_DB_connection</jndi-name>
    </resource-description>
    </weblogic-web-app>
    {color:#ff0000}weblogic-jdbc.xml:{color}
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <jdbc-data-source xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-jdbc.xsd" xmlns="http://www.bea.com/ns/weblogic/jdbc-data-source">
    <name>Nano_DB_connection</name>
    <jdbc-driver-params>
    <url>10.5.25.169</url>
    <driver-name>oracle.jdbc.OracleDriver</driver-name>
    <properties>
    <property>
    <name>user</name>
    <value>chaosdb</value>
    </property>
    <property>
    <name>servername</name>
    <value>10.5.25.169</value>
    </property>
    <property>
    <name>portnumber</name>
    <value>1521</value>
    </property>
    <property>
    <name>sid</name>
    <value>XE</value>
    </property>
    </properties>
    </jdbc-driver-params>
    <jdbc-data-source-params>
    <jndi-name>Nano_DB_connection</jndi-name>
    <scope>Application</scope>
    </jdbc-data-source-params>
    </jdbc-data-source>
    in BC4J project Model.jpx tells that bc4j uses connection named Nano_DB_connection.
    in Weblogic datasource name is the same
    Question: how to bind my application in weblogic to existed connection/datasource in weblogic?
    how Jdev deploys and configures Weblogic server, that it works fine, but when i start THE SAME server manually, deploy application using JDEV the application execution failed (see above exception)
    maybe i should use EAR profile instead of WAR, to deploy all connections and other stuff to weblogic?
    {color:#ff0000}please help!!!{color}
    {color}{color}

    Hi,
    Did you configure your application module to use a JDBC data source? To do this, right-click the app module in the navigator, select Configurations and in the dialog that comes up change the connection type to JDBC Data Source and enter your data source name - which should be the same as the data source you created on the weblogic server.
    Also, I do suggest you create an EAR file - this is what we've tested and certified with. You can find more details in the deployment chapter of the fusion developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/deployment_topics.htm#CHDJJDDG.
    Hope this helps
    Blaise

  • Ipod nano in ipod sock...no scratches

    I seem to read nothing but complaints everywhere about the nano and scratches. What a lame deal to have a scratched up ipod! However I personally have not had this trouble at all. I have been carrying my nano half the time (I have had it for weeks now) in my small jeans pocket like Jobs at the keynote. The other half the time in my pocket with my keys, change, earbuds and everything else in that pocket. However in both these places it was in my ipod sock. Which is entirely too big for it, but it seems to even be an odd way of showing it off. When you pull that sock out of your pocket to show somebody and it looks like an empty sock people's mouth's drop when you pull the nano out and tell them what it does. Regardless, my point is.... I have not gone out of my way to be easy on the thing, I use it like I would anything else. I took the plastic off the screen and everything. Not one scratch on the thing. I do not have a black ipod though, which I know has most the complaints. But so far this thing seems easier for me to not scratch than my other ipods that scratched up right away. Which those got scratched while being in the sock I might add.
    For the record, I did not post this in attempt for people to disregard what others are complaining about...there posts are just as valid as mine. I am just sharing my experience with the nano and the sock.
    on a small note...my motorola rokr phone's screen is the one Iratating me. It smudges like something I have never seen befor. Maybe I have oily ears or something...ha, ha, ha

    Joseph,
    Thanks for your positive post. I am glad to hear your good experience with the support. I have also had my goods and my bads with support. Overall I am most pleased with these forums. Although they can't send new product or fix most hardware in the forums, they seem to help the most. People like me will post little things (tips) they have learned with a product (like using the socks) that alot of people think at first are stupid but later on prove usefull. Then you have the level 3,4,5 posters that fix all the problems that people like me screw up on their computer (these people are awesome!). Last of all you have the people that complain. I have done my fair share of it expecially with the nano vs camera connector. But if it wasn't for people complaining their wouldn't be a new nano coming to your probley. I also wouldn't have known to be aware of the scratching issues. Although I have not had that problem doesn't mean I couldn't.
    People also do have to realize you see alot of negative's in these forums, but thats because this is where people learn to go if they have problems. Its not a chat room. Apple sent out a whole lot more nano's then the post's upset here with them. Even if there was a thousand or two posts on scratched nanos, thats nothing compared to how many people didn't post. I believe the 1% you are refering to is also 1 tenth of 1 percent refering to the cracked screens, not the scratching. As far as I know apple claimed this is the same material that they used with the fourth gen ipod and its not defective. Again though I am not defending apple as they should replace any products that are truly defective.
    As far as the pledge wipes...I have never gone that far. I just use the ipod sock to wipe mine off. I know it seems rough but it works for me with no scratch's. I have also never even dreamed about buying a black ipod. Although they look awesome and apple puts them out, black anything scratch's easy. We all know that. If you bought a white car and a black car which one are you going to drive through a rough car wash or drive down a dusty road. Once you do are you going to demand a refund. I just meaning you find life easier with light colored products. Black products require entirely too much care for me.
    Again the purpose of this post is not to disagree with anybody who has had scratching issues. Hopefully mine doesn't end up that way anytime soon.
    Speaking of complaining this article and the interpretation of their poll in this article are driving me nuts.
    http://applexnet.com/index.php?name=News&file=article&sid=1607
    maybe its just me?

  • Best backpack for school and mba 13 inch notebook?

    Hi,
    I am sorry if this is not in the right section. I am new the this forum.i am looking for a nice backpack to keep my schoolbooks in as well as my notebook, ipad and ipod touch. I was looking at the incase nylon backpack but am not sure if that is good to fit a 13 inch mba,ipad,2 1.5 inch binders as well as some other things to fit in the small pockets like a smartphone,ipod touch,pens,pencills,some usb connector cablers and maybe even over the ear headphones. I am looking at the incase backpacks but if there is anything better for my needs that you guys know of please let me know. Thanks in advance.

    Welcome to Apple Discussions!
    Whichever backpack you get make sure:
    1. The computer is padded with at least an inch of foam padding on all 6 sides.
    2. The straps are set so that not matter what you put in your bag, your back does not hurt lifting it up.
    3. Test your bag with some books of a typical weight to see if it might get too heavy.
    4. Make sure the books and power adapter are OUTSIDE the foam protection.
    5. Make sure that the screen has no chance of jamming into the keyboard.
    6. Shut down your Mac before transporting it. There have been reports of closed lids still resulting in a Mac waking from sleep, and overheating the Mac. Also the potential exist that a jarring action if it is awake unknowingly to cause a hard drive head crash. While normally it shouldn't happen since the sudden motion sensor can prevent such things, it isn't a perfect means of preventive medicine.
    7. Don't let any loose filaments or pencil lead, or other small particles get inside the foam cover. Clear it carefully of all debris when removing the notebook.
    8. Always lay the backpack so that the computer is on top of any books, and not underneath them, as the pressure might be enough to get through the foam, and hurt the computer.
    9. Make sure the bag is never left unattended for even a second, unless you are in a secure place that only you have access to. Same with the notebook.
    10. Don't make it obvious that it is a computer bag. Black bags are especially obvious.
    Good luck!

  • Idea - X-Fi's successor - proper 3D sou

    Howdy all.
    Just thought I'd try and stir some discussion about what the successor to X-Fi should look like.
    I don't know about you, but I find the whole 5. and EAX stuff really overhyped for gaming. Doesn't matter whether I'm using 5. speakers or headphones, the results are nowhere near realistic. At best I can get an idea if a sound is coming from the left side or the right side, and even then it sounds wrong.
    So here's the idea then - how about implementing 3D sound properly in the successor to X-Fi?! It's actually pretty hard and requires a lot of processing grunt with low latency; see
    http://www.aip.org/pt/nov99/locsound.html
    http://www.jvrb.org/3.2006/589
    http://www.helsinki.fi/~ssyreeni/dsound/dsound
    I'm thinking a set of headphones that you wear, perhaps with a built-in head tracker that tells the sound card where your head is pointing. The sound card, which has been trained with your 'head transfer function', uses this information to process the various EAX sound sources in real time and adjust them so that they actually do seem to be coming from the correct spot.
    Sounds like the perfect reason to buy an add-on soundcard instead of just using the on-motherboard 5. sound. I'd sure pay extra for it, if it actually worked.
    Cheers
    Richard

    So I gather that means you agree that
    "With headphones X-Fi CMSS-3D externalizes the audio by creating ten virtual speakers around you, above you and below you for an experience that's so real you'll forget you're wearing headphones."
    Maybe your head and ears are shaped very differently to mine, but it sure doesn't sound at all realistic to me. Turning on CMSS-3D Headphone just makes things sound like they're coming from either left-ish, right-ish, or inside-my-head-ish.

  • NOKIA 6300 ACCOUSTIC SQUEAL

    Hi,
    After several incidents of getting a high-pitched squeal from the earpiece of my NOKIA 6300 when making/receiving calls I have taken it to a Nokia Care Centre in Melbourne for assessment and they have replaced the earpiece, which hopefully fixes this SERIOUS FAULT.
    I will be closely monitoring the phone for a recurrence of this event as the sound is so loud (as expressed by many unique users of this model in different threads on this website's forum) that it can cause temporary hearing loss and maybe even damage the ears.
    Unfortunately NOKIA haven't made any sort of official announcement about this problem in this model and I am seriously considering reporting this to RECALLS AUSTRALIA and CONSUMER AFFAIRS due to the potentially serious nature of this type of fault.

    i have had 2 brand new 6300's and both have never had this issue , purchased from O2-UK, i would imagine if this was a known fault nokia would know about it and the NCP would have told you at the time.
    hope your new earpiece is workign fine now
    NokIA 5310XM V5.81 - 06-02-08 - RM-303 - 8GB microSD

  • Dealing with the sensor issue

    Based on 100% consistent results testing 4 demo phones at the Apple store today, plus the genius' phone as well as my own - not to mention responses I've gotten here, I think most problems people have with the proximity sensor is because the sensor goes to a lower power (or fewer pulses) when you have it on your ear.
    Some normal movements can cause the power to go even lower so that even when on your ear, the screen can turn on if your ear canal is deep enough and you place the sensor right over that.
    Video proof at http://picturehawaii.blogspot.com/201009_01archive.html
    Most important test, so far, is third from the top on that page.
    With this experience in mind and knowing some people see no real-life problems, I would suggest considering the following things:
    1. Are kids having a problem (smaller ears may be a big benefit considering the problem).
    2. Do women have the problem as much as men (maybe smaller ears or maybe hair over the ear makes a difference).
    3. What is the shape of your ear? Don't know how to guide you in making such comparisons, but it is likely a factor.
    As you consider these things, there are some results I can't explain - unless it is just random chance. Key one is why do some people get improvement with 4.1 and others have it get worse? I sure don't know.

    I know. I have a 3G which never had this problem.
    But how do you know it is a hardware problem? I've clearly shown the distance CHANGING and no one has given an explanation for how the things I did in testing would cause that by hardware.
    Another user posted how the sensor power or pulses are reduced and that would be controlled by software.
    Not saying hardware can't be involved as well, but I think the tests show software is a major factor.
    But I'm open to an explanation for how the hardware would be affected by what I'm doing.
    Oh, and while I did a lot of tests with the card, I've started working today on doing it with my fingers and the results are NOT good.
    As I expected, the card is probably more reflective than skin so the tests I've done so far with my finger shows the screen turning off at a lower distance to start and even lower as the test progresses.
    Unfortunately, measurement is going to be even more imprecise this way. A finger isn't as flat for one thing, and it is harder to be sure it is directly over the sensor. That may also reduce the distance.

  • Error while deploying ear-file to J2EE via NWDS/SDM

    Hi everybody,
    i have a problem deploying an ear-file. I was looking for similar cases in forums, but didn't find anything. My application is developed by jsp/servlets. The deployment aborts with following error-massage:
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.warcom.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason: java.io.IOException: Stream closed
    I don't know what the reason could be. The application is running on tomcat. And I can deploy other applications to j2ee with nwds/sdm.
    Maybe somebody had or has the same problem. Or somebody knows the answer for the problem. Please help, points will be regarded. Thanks in advance.
    best regards
    Lu

    Hi,
    I checked the log-files, but there are no helpful informations, but:
    07/04/23 12:08:04 -  Start updating EAR file...
    07/04/23 12:08:04 -  start-up mode is lazy
    07/04/23 12:08:20 -  com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
                         com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
                          java.io.IOException: Stream closed
    and
    Apr 23, 2007 12:08:20... Error: Aborted: development component 'Dokusunddownloads'/'sap.com'/'localhost'/'2007.04.23.12.07.47'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
    com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
    java.io.IOException: Stream closed
    thanks,
    Lu

  • Out of Memory Error While deploying as EAR file

    Hai,
    I was trying to deploy an EAR file of size 63 MB which inturn containing about 60 EJB.jars. No WARs. application.xml has all the entries for the JARs. While I am deploying it is giving Out of Memory Error. Is there any way to tweak this problem. I am using my own hand written java application which uses the SunONE deployment APIs for deployment. Can u please tell how to tackle this problem. I am running my application through a batch file which uses jdk1.4.
    Please help me regarding this issue.

    You can set the initial heap size and maximum heap size for the JVM, either in the app-server admin console, or maybe in one of your scripts. You look-up the syntax!...
    I had this error yesterday. I too had run out of memory (150Mb). You simply need to allocate more to the app-server.

  • I am officially through the roof. And maybe halfway to the moon.

    So, more than two months ago, I downloaded 7.5, hoping that I would once and for all be able to access the store again (because of 7.4.3's 11333 error), only to discover that it corrupted my sound card. As soon as I restarted my computer after I installed my iTunes 7.5, the "Found New Hardware" box popped up, trying to install something for my NVIDIA Audio Device. It said it could not be installed properly. I didn't think anything of it, until I opened my iTunes and it said it detected a problem with my audio configuration. I realized that my computer no longer produced any sound. Nothing. I was pretty confused at this point. I asked for help online, but nothing helped. I tried uninstalling and re-installing quicktime but that did not work.
    However I COULD connect to the store, which made me sort of happy. I redeemed an iTunes card but decided not to buy anything right then and there.
    I quick-restored to before I downloaded 7.5, and this time my computer said it could not detect my sound device AT ALL. After some quick research I tried the quicktime reinstall and it fixed everything -- but, I was back to old 7.4.3, not able to access the store.
    So, I waited and waited and waited, over two months, hoping to finally be able to access the store again and listen to songs from my computer at the same time. I was overjoyed to find out that they had finally come out with iTunes 7.6. It was a miracle! I set a quick restore point in case it corruped my audio card again, and, hoping they had resolved the problem, downloaded and installed 7.6. I restarted my computer...and...dun dun dun....
    The "Found New Hardware" thign popped up again. I was instantly suspicious. I clicked "next" and once I saw the "NVIDIA" word I knew that it must not be a coincidence. Once I opened my iTunes and saw the "Detected a problem with your audio configuration" error smoke was pouring from my ears.
    I told myself, self, calm down, just download your songs now, revert back to iTunes 7.4.3 by quick-restoring, and listen to them happily....even thoguh I was so not up for doing that.
    So, I went to the iTunes store, it was working! I redeemed yet another iTunes card, which I got for Christmas (which need I say was about a month ago), I type in the name of a song I want to download...click "buy song"...then this new user agreement thing popped up. A little interruption in my moment of shining joy (just imagine a little halo over my head with a harp playing in the background, then the record player making a sudden stop...). I click 'OK" and then clicked "buy song" again...
    "Windows could not complete your iTunes store request. An unknown error occurred (5002). Please try again later."
    I shot straight up through the roof. Ears steaming, face red, temper hot as lava. Words cannot express my sheer and utter disappointment.
    Can someone. Please. Help me. I have officially lost all of my patience with Apple. Two months I have been waiting and still no fix for the sound card problem. And now, another error to be overjoyed by. I don't know what to say.
    I'll be back after I quick restore and re install iTunes. In the mean time, please help.
    Message was edited by: Sigaven

    Suggestion:
    When i downloaded 7.6 it completely froze my computer. I had to go to add/remove programs and complete uninstall itunes, quicktime, the bujoir service, apple update, and portable device manager- and then rebooted.
    I then reinstalled 7.6; however, then it would not play any audio with video). I uninstalled quicktime version 7.4 and reinstalled version 7.31 and then my audio worked with my videos.
    I am unsure if the version of quicktime is related to your audio problem; but the above is something you could try as many users using version 7.6 cannot use the newer version of quicktime with version 7.6. the newer version of quicktime (7.4) does mess up audio (at least with videos- unsure about audio tracks) --- maybe its cause; maybe not; but something to think about.
    I must say itunes 7.6 as well as even previous versions are very buggy (but 7.6 is worst i have seen so far). I share your frustration.

  • Is it possible to install ODSI 10.3g as a web application via a WAR or EAR?

    I only know how to install it from the single .exe that installs WebLogic and ODSI in one shot. My customer has an automated process for rolling out WebLogic servers and would like to know if ODSI can be installed from an EAR or WAR. Does anyone here know if that's possible? Have any hints on where to start looking for something like this?
    Thanks.
    Edited by: user10592709 on Oct 6, 2009 12:28 PM

    It is difficult to respond to questions that ask how to implement a specific (impossible) solution, rather than ask how to fulfill a particular requirement (scripted install). Please visit the "How to Ask a Question" announcement in this forum if you want more on that.
    ODSI does not specify how it is implemented (war, ear, extension to WLS), and therefore there is no documentation on the subject.
    For installation options, please refer to the installer documentation. I suspect there is no documentation describing how to install ODSI without using the installer.
    Is there some reason they are not using the silent installer and then a template? ( "Because they have built their own Opsware installer" is not an acceptable answer)
    How does the Opsware installer work? If it leverages the WLS silent installer, then it seems obvious that changing it to leverage the WLS+ODSI silent installer would work. If it uses a zipped-up WLS installation (or template), then it seems obvious that changing it to leverage a zipped-up WLS+ODSI installation would work. There really aren't any other possibilities, are there?
    It seems unlikely that Opsware scripts that install WLS would somehow start installing WLS+ODSI without being modified. I don't know why there is any expectation that they would. I don't know why there is resistance to modifying the scripts. These are really customer questions - not ODSI questions.
    There is nothing stopping you or your customer from installing WLS, then installing WLS+ODSI beside it, then doing a 'diff', and then scripting the changes. Except maybe that the WLS+ODSI installer already does this, and then you wasted your time building something that already exists.

  • Problems deploying ear file created with ant build script

    Hi All,
    I'm using Jdeveloper 11G and Weblogic 10.3. When I build my application and run it within Jdeveloper, it works fine. However, we have a requirement to run ANT build script and create a deployable .ear file that can be manually deployed to any Weblogic Server.
    I created my ant build script and it compiles/builds fine - the .ear file looks good. However, when I attempt to deploy it, it fails with
    javax.faces.webapp.FacesServlet for servlet Faces Servlet could not be loaded because the requested class was not found in the classpath .
    java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet.
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:551)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
         Truncated. see log file for complete stacktrace
    >
    <Nov 2, 2011 2:43:43 PM MDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1320266599219' for task '3'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "Faces Servlet" failed to preload on startup in Web application: "###"
    I am not sure how to tell weblogic where to find the classes needed. I have a pretty huge classpath used when compiling - should I be putting the classpath in the manifest (?) - I don't think I should need to include the .jar files manually in the .ear file - since all the libraries should already be available in weblogic - or is that a misconception?
    Please help!!

    I answered my own question -
    I had to manually add the following to the WEB-INF/lib to get the error to go away:
    ${ORACLE_HOME}/modules/javax.jsf_1.1.0.0_1-2.jar and
    ${ORACLE_HOME}/oracle_common/modules/oracle.jsf_1.2.9/glassfish.jsf_1.0.0.0_1-2-15.jar and
    ${ORACLE_HOME}/oracle_common/modules/oracle.jsf_1.2.9/glassfish.jstl_1.2.0.1.jar
    that solved my problem. However, I think it'd be great if I could somehow just specify (in the weblogic-application.xml maybe?) that my application is using the above modules without having to copy the jar files into my WEB-INF/lib - any suggestions?
    Thanks

  • How to specify Single in memory instance of a jar in an ear

    i have an ear, containing 3 wars and 2 jars. these jar files are utility jar. and one of them has business logic lets say it application.jar. All the three wars use this jar. When ever a war file uses this jar, it gets its seperate memory instance. i want to make all the three wars use same single in memory instance of application.jar. but i dont know how to specify it. i am using websphere6.1. it will be great if someone can help me. thnx
    Ehtsham

    It's a pity !
    My problem is I tryed to save a FXG file containing images into a swf that will be able to change images sources dynamically.
    To do that, I create an empty FLA document (using JSFL), I import the FXG file into the scene.
    If I export my file into SWF in which I have injected this ActionSctipt :
    for (var x = 0; x < numChildren; x++)
      var e = getChildAt(x);
      trace(e + " " + e.name +" is "+getQualifiedClassName(e));
    I have this trace : [object MovieClip] _IMG_ is flash.display::MovieClip
    I think I cannot change the source of a MovieClip using ActionScript. Maybe I'm wrong ?
    So I would like to replace these objects (using JSFL) with UILoaders and setting the same x,y,width,height,source and then I will be able to change their sources using ActionScript.

  • Where to go and what to learn ? Maybe a FastTrack ?

    Hi to all the wise beans and the newbies,
    I am going through each of the threads one by one looking at tips/common errors et al and really am getting bored as this is not growing me much. (There's just so many times you can ask the same question :-) ).
    My main problem is ' How do I think Java ? '. How to become fluent and fluid without taking shortcuts with perl, shell etc etc
    Having exposure to Java since 1996 I have never had a passion for it until over the recent past 2 years but not being employed specifically as a Java Developer makes it more difficult for me to concentrate on the thinking part or designing of a java based project.
    RTFM wise is what has brought me back round to Java - Read lots of design patterns, understands OOP, installed and deployed EARs to EJB containers, absolutely loves eclipse etc etc etc
    But no real hardcore junkie java coding.
    Where can I go to see or get involved in some big project ? - dont mention sourceforge :p
    Or can someone advise as to whats the best web/ejb framework that I should get to know ?
    Or maybe I am missing the fundamentals : Practice makes perfect and that instead of reading : CODE : But what should I code is the question !
    Message was edited by:
    BeanBag

    Beanie,
    There's two tonnes of open source projects out there who are allways looking for a good developer... especially experienced pro's. Java experience not required, just bring you're thinking cap and an industrial size tin of instant expresso.
    furinstance Open Office are doing a lot of new functionality in java, but you need good C/C++ to have anychange of understanfing their existing god-who-wrote-this-crap libraries.
    In the meantime might I recommend one more FM to R (a good one) Bruce Eckel's Thinking in Java
    Keith.

Maybe you are looking for