Has anyone had a WebService running on standalone OC4J 101300 / 101310

I am trying to run the most basic of webservices on these containers - what was achieved within minutes on IBM WAS 6.0, JBoss 4.0 and WLS 9.1 is just not getting possible with this release of the container!
Initially thought it was a deployment / code issue - but have been consistently able to take the same WSDL and generate the WebService (and deploy) on other containers except OC4J. The same service runs successfully within JDev embedded OC4J.
Using JDeveloper, I was able to generate both top-down and bottom-up services. Neither got deployed - either through uploading the EAR file, ANT build file, JDeveloper deploy to connections etc...
Even tried changed entries in the server.xml and the default-web-site.xml file - but it is of no use.
No extra libraries were added - same results were obtained even with a fresh install of the container in this environment: WinXP Pro + JDK 1.5.2_09 + OC4J 101300 / 101310.
All these come back with the same error:
06/11/16 20:01:15 SEVERE: ProgressObjectImpl.reportError java.lang.ClassCastExce
ption: com.sun.org.apache.xerces.internal.dom.DeferredElementNSImploracle.oc4j.a
dmin.jmx.shared.exceptions.InternalException: java.lang.ClassCastException: com.
sun.org.apache.xerces.internal.dom.DeferredElementNSImpl
at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(Notif
icationUserData.java:107)
at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:429)
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:123
at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun
(OC4JDeployerRunnable.java:52)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(Deplo
yerRunnable.java:81)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:819)
at java.lang.Thread.run(Thread.java:595)
Caused by: oracle.oc4j.admin.internal.DeployerException: java.lang.ClassCastExce
ption: com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
tionBinder.java:214)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
tionBinder.java:96)
at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(Application
Deployer.java:541)
at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
ployer.java:197)
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
... 4 more
Caused by: java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.
DeferredElementNSImpl
at oracle.j2ee.ws.server.deployment.WebServiceEndpoint.writeRuntimeXml(W
ebServiceEndpoint.java:660)
at oracle.j2ee.ws.server.deployment.WebServiceEndpoint.writeXML(WebServi
ceEndpoint.java:616)
at com.evermind.xml.XMLUtils.writeAll(XMLUtils.java:136)
at oracle.j2ee.ws.server.deployment.WebService.writeEndpoints(WebService
.java:382)
at oracle.j2ee.ws.server.deployment.WebService.writeXML(WebService.java:
374)
at com.evermind.xml.XMLUtils.writeAll(XMLUtils.java:136)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeWebServic
es(WebServicesDescriptor.java:447)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeOrionXML(
WebServicesDescriptor.java:426)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeOrionConf
ig(WebServicesDescriptor.java:401)
at com.evermind.server.J2EEComponent.getDeploymentContent(J2EEComponent.
java:403)
at com.evermind.server.J2EEComponent.storeDeployment(J2EEComponent.java:
494)
at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts
(WrapperClassGenerator.java:93)
at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(
HttpApplication.java:8403)
at com.evermind.server.http.HttpApplication.populateLoaderWithWebService
sDeploymentCache(HttpApplication.java:5465)
at com.evermind.server.http.HttpApplication.populateLoader(HttpApplicati
on.java:5394)
at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplicat
ion.java:5333)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
645)
at com.evermind.server.ApplicationStateRunning.getHttpApplication(Applic
ationStateRunning.java:428)
at com.evermind.server.Application.getHttpApplication(Application.java:5
12)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.cre
ateHttpApplicationFromReference(HttpSite.java:1975)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<in
it>(HttpSite.java:1894)
at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:15
91)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
tionBinder.java:206)
... 8 more
2006-11-16 20:01:15.642 ERROR java.lang.ClassCastException: com.sun.org.apache.x
erces.internal.dom.DeferredElementNSImpl
2006-11-16 20:01:15.764 NOTIFICATION Application UnDeployer for tanfsandbox COMP
LETES.
06/11/16 20:01:15 WARNING: DeployerRunnable.run java.lang.ClassCastException: co
m.sun.org.apache.xerces.internal.dom.DeferredElementNSImploracle.oc4j.admin.inte
rnal.DeployerException: java.lang.ClassCastException: com.sun.org.apache.xerces.
internal.dom.DeferredElementNSImpl
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:126
at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun
(OC4JDeployerRunnable.java:52)
at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(Deplo
yerRunnable.java:81)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExec
utor.java:819)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.
DeferredElementNSImpl
at oracle.j2ee.ws.server.deployment.WebServiceEndpoint.writeRuntimeXml(W
ebServiceEndpoint.java:660)
at oracle.j2ee.ws.server.deployment.WebServiceEndpoint.writeXML(WebServi
ceEndpoint.java:616)
at com.evermind.xml.XMLUtils.writeAll(XMLUtils.java:136)
at oracle.j2ee.ws.server.deployment.WebService.writeEndpoints(WebService
.java:382)
at oracle.j2ee.ws.server.deployment.WebService.writeXML(WebService.java:
374)
at com.evermind.xml.XMLUtils.writeAll(XMLUtils.java:136)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeWebServic
es(WebServicesDescriptor.java:447)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeOrionXML(
WebServicesDescriptor.java:426)
at oracle.j2ee.ws.server.deployment.WebServicesDescriptor.writeOrionConf
ig(WebServicesDescriptor.java:401)
at com.evermind.server.J2EEComponent.getDeploymentContent(J2EEComponent.
java:403)
at com.evermind.server.J2EEComponent.storeDeployment(J2EEComponent.java:
494)
at com.evermind.server.http.WrapperClassGenerator.generateWebServiceArts
(WrapperClassGenerator.java:93)
at com.evermind.server.http.HttpApplication.generateWebServiceArtifacts(
HttpApplication.java:8403)
at com.evermind.server.http.HttpApplication.populateLoaderWithWebService
sDeploymentCache(HttpApplication.java:5465)
at com.evermind.server.http.HttpApplication.populateLoader(HttpApplicati
on.java:5394)
at com.evermind.server.http.HttpApplication.initClassLoader(HttpApplicat
ion.java:5333)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:
645)
at com.evermind.server.ApplicationStateRunning.getHttpApplication(Applic
ationStateRunning.java:428)
at com.evermind.server.Application.getHttpApplication(Application.java:5
12)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.cre
ateHttpApplicationFromReference(HttpSite.java:1975)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<in
it>(HttpSite.java:1894)
at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:15
91)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
tionBinder.java:206)
at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplica
tionBinder.java:96)
at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(Application
Deployer.java:541)
at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDe
ployer.java:197)
at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
... 4 more
2006-11-16 20:01:15.764 WARNING java.lang.ClassCastException: com.sun.org.apache
.xerces.internal.dom.DeferredElementNSImpl
BTW, the service interface is added below:
package botupws;
public class SayHello {
public SayHello() {
public String say(String name) {
return ("Hello" + name);
The WSDL file is added below:
<definitions
name="MyWebService1"
targetNamespace="http://botupws/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://botupws/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns0="http://botupws/types/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
>
<types>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://botupws/types/"
elementFormDefault="qualified" xmlns:tns="http://botupws/types/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/">
<element name="sayElement">
<complexType>
<sequence>
<element name="name" type="string" nillable="true"/>
</sequence>
</complexType>
</element>
<element name="sayResponseElement">
<complexType>
<sequence>
<element name="result" type="string" nillable="true"/>
</sequence>
</complexType>
</element>
</schema>
</types>
<message name="MyWebService1_say">
<part name="parameters" element="tns0:sayElement"/>
</message>
<message name="MyWebService1_sayResponse">
<part name="parameters" element="tns0:sayResponseElement"/>
</message>
<portType name="MyWebService1">
<operation name="say">
<input message="tns:MyWebService1_say"/>
<output message="tns:MyWebService1_sayResponse"/>
</operation>
</portType>
<binding name="MyWebService1SoapHttp" type="tns:MyWebService1">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="say">
<soap:operation soapAction="http://botupws//say"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="MyWebService1">
<port name="MyWebService1SoapHttpPort" binding="tns:MyWebService1SoapHttp">
<soap:address location="http://192.168.5.100:8888/tanfsandbox-BotUpWS-context-root/MyWebService1SoapHttpPort"/>
</port>
</service>
</definitions>
Thanks in advance!

This doesn't help with your specific issue, but it's an example of a WS being generated in JDeveloper then deployed to a separate standalone OC4J 10.1.3.1.0 instance.
The WS was created from a simple Java class like yours, then deployed using JDeveloper remote connection to a separate OC4J instance.
---- Deployment started. ---- 17/11/2006 12:31:49
Target platform is Standalone OC4J 10g 10.1.3 (local).
Wrote WAR file to C:\java\jdev-10131-prod\jdev\mywork\webservices\simplest\deploy\WebServices.war
Wrote EAR file to C:\java\jdev-10131-prod\jdev\mywork\webservices\simplest\deploy\webservices-simplest-WS.ear
Uploading file webservices-simplest-WS.ear ...
Application Deployer for webservices-simplest-WS STARTS.
Copy the archive to C:\java\oc4j-10131-dev\j2ee\home\applications\webservices-simplest-WS.ear
Initialize C:\java\oc4j-10131-dev\j2ee\home\applications\webservices-simplest-WS.ear begins...
Unpacking webservices-simplest-WS.ear
Done unpacking webservices-simplest-WS.ear
Unpacking WebServices.war
Done unpacking WebServices.war
Initialize C:\java\oc4j-10131-dev\j2ee\home\applications\webservices-simplest-WS.ear ends...
Starting application : webservices-simplest-WS
Initializing ClassLoader(s)
Initializing EJB container
Loading connector(s)
Starting up resource adapters
Initializing EJB sessions
Committing ClassLoader(s)
Initialize WebServices begins...
Initialize WebServices ends...
Started application : webservices-simplest-WS
Binding web application(s) to site default-web-site begins...
Binding WebServices web-module for application webservices-simplest-WS to site default-web-site under context root webservices-simplest-context-root
Initializing Servlet: oracle.j2ee.ws.server.JAXRPCServlet for web application WebServices
Binding web application(s) to site default-web-site ends...
Application Deployer for webservices-simplest-WS COMPLETES. Operation time: 3905 msecs
Elapsed time for deployment: 7 seconds
---- Deployment finished. ---- 17/11/2006 12:31:56
Here's the WSDL
<definitions name="HelloWorldService" targetNamespace="http://sab.demo.webservices/">
     <types>
     <schema targetNamespace="http://sab.demo.webservices/types/" elementFormDefault="qualified">
     <element name="sayHelloElement">
     <complexType>
<sequence/>
</complexType>
</element>
     <element name="sayHelloResponseElement">
     <complexType>
     <sequence>
<element name="result" type="string" nillable="true"/>
</sequence>
</complexType>
</element>
</schema>
</types>
     <message name="HelloWorldService_sayHello">
<part name="parameters" element="tns0:sayHelloElement"/>
</message>
     <message name="HelloWorldService_sayHelloResponse">
<part name="parameters" element="tns0:sayHelloResponseElement"/>
</message>
     <portType name="HelloWorldService">
     <operation name="sayHello">
<input message="tns:HelloWorldService_sayHello"/>
<output message="tns:HelloWorldService_sayHelloResponse"/>
</operation>
</portType>
     <binding name="HelloWorldServiceSoapHttp" type="tns:HelloWorldService">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
     <operation name="sayHello">
<soap:operation soapAction="http://sab.demo.webservices//sayHello"/>
     <input>
<soap:body use="literal"/>
</input>
     <output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
     <service name="HelloWorldService">
     <port name="HelloWorldServiceSoapHttpPort" binding="tns:HelloWorldServiceSoapHttp">
<soap:address location="http://localhost:8888/webservices-simplest-context-root/HelloWorldServiceSoapHttpPort"/>
</port>
</service>
</definitions>
So it does work. What the specific problem is with your situation, one of our WS PMs most likely be able to help with.
The error you have:
2006-11-16 20:01:15.764 WARNING java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl
Is strange -- can you check your WAR file and see if there are other libraries in the WEB-INF/lib that may be being loaded?
Do you have xerces-impl.jar or anything like that in the JRE/lib directory of your JDK?
cheers
-steve-

Similar Messages

  • Has anyone had success in running Bootcamp along side vmware Fusion?

    The only program I need windows for is Autodesk REVIT (A 3D CAD House modeling program) I use my mac for everything else.
    REVIT takes up alot of memory and needs a decent video card to run well. When I tried using bootcamp, the program (REVIT) ran smoother than any windows platform we had, but I had no access to any of my mac programs without shutting down and rebooting.
    I tried running vmware fusion and starting my bootcamp partition but everytime I switched from bootcamp to fusion, my windows said I had some major hardware changes and I needed to re-register my windows license. the license issue was also occuring with REVIT.
    I'm wondering if anyone else has had these problems. I am willing to reinstall my windows partition to make it so I can switch from FUSION to BOOTCAMP smoothly. I use BOOTCAMP when I am in crunch mode and FUSION when I want to use my mac applications the same time as REVIT.
    Any help would be appreciated. THANKS

    I haven't had any trouble with Fusion and Boot Camp. I think activation does need to occur once on each side (once in Fusion and once in Boot Camp). Windows use the MAC address of your NIC to determine the hardware, and Fusion generates a MAC for the the virtual NIC that is obviously different from the MAC of your actual NIC in your Mac.
    I bought MacDrive so that I could have access to my HFS partition of my hard drive when booted into Windows. The product works great, but also complains about activation when run in Fusion. MacDrive doesn't seem to want to stay activated in both Fusion and Boot Camp at the same time, so I leave it activated via Boot Camp and not activated for Fusion, since I can use Shared Folders instead. (that and it still seems to work anyway).
    What did you mean by "crunch mode"? On a deadline? Is that because your software is too slow when running XP with Fusion? It seems like running XP through Fusion is the way to go for you 97% of the time, so I would worry about getting your CAD software going in Fusion and not worry so much about Boot Camp.
    Best of luck.

  • Has anyone had a problem running parallels 6.0 on a macbookpro?

    I have a mid 2009 mac book pro. I have been using Parallels 6.0 for the last 6-9 months. Suddenly, in the last week, it doesnt start. I get the following error message
    Make sure that the prl_disp_service process is active and it is not blocked by Firewall. For details, please refer to http://kb.parallels.com/8089. If the problem persists, contact the Parallels support team for assistance.tion via the link,
    When I follow the instructions provided, I cannot run via terminal mode.

    mike137137 wrote:
    Thanks, BobTheFisherman.
    Is there some way that I could have known it was there? Or that I could have found it? Searching on "parallels" found this thread, but not that one.
    You can click on your name and see a list of your posts. Then click on the post of interest.
    When you made that post you were in the Windows Compatility forum, that is why it is there.

  • I recently updated? to Lion from 10.6.8(snow leopard), and things seem to be running slower.  Has anyone had similar problems?  I have Feb 2011 Macbook pro 13" 2.3 Ghz.

    I recently updated? to Lion from 10.6.8(snow leopard), and things seem to be running slower.  Has anyone had similar problems?  I have Feb 2011 Macbook pro 13" 2.3 Ghz.

    As Shootist pointed out, the system uses more power.
    However, initially it will reindex the hard drive for spotlight, which will slow things down temporarily.
    It also must rebuild caches that eventually will speed things up.
    If it has completed indexing the hard drive (no dot pulsing in the spyglass), then there might be something wrong.
    Start by booting into the Recovery HD (a partition created with Lion that has Disk Utility and reinstallation options) by holding down cmd-r when you restart. You can let go when the gray screen appears.
    When it boots, select Disk Utility and Repair the drive.
    If that doesn't speed things up, try re-installing the OS from the same Recovery HD. It won't delete any of your files, but it has helped some people whose Macs ran slow after installing Lion.
    Also, how much memory do you have? Lion needs RAM so maxing your Mac out might also help.

  • Has anyone had deleted photo's from months ago reappear? I have a 3gs running iso4

    Has anyone had deleted photo's from months ago reappear? I have a 3gs running iOS 4.3.2

    Justin,
    Ok, if that's the way it works that's the way it works. Atleast until you suggest a feature change and it gets reprogrammed. And an option (other than the SHOW DATE/SHOW TIME) is not necessary, just the time showing WHEN the channel info disappears.
    I have also seen and heard what looks like RF interference. A small amount of line noise (a couple partial lines only) and crackling that does not happen all the time. Is it possible that some device or appliance in my house or the houses on either side of my home can cause RF interference with the FIOS equipment??
    As for the issue with the guide, IMHO that sux! Basically you are telling me I am forced to pay an extra $8/month just to have the channel guide? Even with basic Cable (Time Warner) a guide was available! How about a guide channel like TWC
    Koz
    Justin wrote:
    1) That is the way it works. There is no option to change this, other than the option to display either the channel number or the time. Actually the time is displayed once the channel is changed when the time in the STB reaches the next minute, so the delay can be very short or up to one minute.
    2) Most of the time I do not see the flash or hear the pop. But occasionally I do, on any channel change, SD or HD. I have never been able to figure out what causes it to start doing that, or what causes it to stop. It starts, does it for a while, and then I realize it is no longer doing it.
    3) No Guide on the DCT-700. Plus no VOD, widgets, or HD. If you want the Guide, you have to get one of the 6xxx or 7xxx STBs.
    Justin
    Verizon FiOS TV, Internet, and phone
    QIP6416-P1, IMG 1.7C, Build 09.83
    Keller, TX 76248

  • I'm running AutoCAD LT 2012 on my powerbook. Has anyone had experience using AutoCAD after installing Mavericks?

    I'm running AutoCAD LT 2012 on my Macbook Pro. Has anyone had experience using AutoCAD after installing Mavericks?

    Autodesk just released an update for AutoCAD 2013: http://forums.autodesk.com/t5/AutoCAD-for-Mac/Autocad-2013-compatibility-with-Ma vericks/m-p/4561479
    I do not know if a similar one will be required for AutoCAD LT so be sure to check their website.

  • Hi, my oldest messages seem to have disappeared, has anyone had this problem?

    Hi, my oldest messages seem to have disappeared, has anyone had this problem? They are older Text Messages I wanted to keep. Is it maybe something to do with running out of space? Will they be saved in an archive somewhere?
    Any help or tips much appreciated!

    Just to clarify, these were standalone single texts, and not the oldest set of texts within a conversation, if that makes sense.

  • Error: Couldn't unmount disk -- when trying to verify/repair external hard drives.  Has anyone had this problem and solved it?

    I have a number of hard drives that my Mac Book Pro no longer 'recognises' at least for very long.  When I turn them on the deskstop icon shows up but then shortly afterwards I get a message saying that it has been unplugged incorrectly.  I haven't unplugged it any of them.  When I try to run very/repair disk before they disappear I get the error in the subject line above.  Has anyone had this problem and if so how did you rectify it?

    The drive is malfunctioning and needs to be replaced, or you have some other hardware fault.
    Make a "Genius" appointment at an Apple Store.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • Has anyone had a problem installing PSE Elements 8.

    I have installed PSE Elements 8 from a new boxed CD onto a new Dell running Windows 7 Professional (64 Bit).
    PSE has loaded without any warnings and I get to the welcome screen OK. Organiser works fine but if I try and start Edit it just circles around back to the Edit prompt. I have tried getting in via Fix in Organiser which then advises Loading Elements workspace but then drops me back to menu.
    I have tried all the Tech Note suggestions but after hours of trying am still no further forward.
    I even downloaded and installed the trial version but I this performs in the same way.
    All suggestions welcome.  Thanks

    No luck.
    PE Editor does not open with Ctrl/Alt/Shift nothing...zilch
    Running PE Editor from this point using Open produces error message. PE Elements has stopped working - Close Program.
    Thanks anyway.
    Problem has now been escalated to senior tech team within Adobe.
    Date: Mon, 1 Mar 2010 02:47:01 -0700
    From: [email protected]
    To: [email protected]
    Subject: Has anyone had a problem installing PSE Elements 8.
    The only other suggestion is try re-setting the Editor preferences as this often fixes conflicts. You will also be able to check that this part of the application installed correctly.
    Hold down the windows key to the left of Alt and press the letter E to launch Explorer
    In the left side pane click on Computer
    In the right pane double click on Program Files, then double click Adobe, then double click Photoshop Elements 8.0
    Use the right hand  scroll bar to move down the list of files and locate Photoshop Elements Editor With one hand holding down all three keys CtrlShiftAlt right click on the Editor file in the list and select open.
    You should see a pop up box with the words Delete Adobe Photoshop Elements Settings File?
    Click on Yes
    Close down Elements and re-open it in the normal way.
    Please let us know if that works.
    >

  • Has anyone had a problem with Draft Emails getting sent with Mac OS 10.8.2? It just happened to me and sent a few drafts out to a potential employer I planned on sending out torrow.

    Has anyone had a problem with Draft Emails getting sent with Mac OS 10.8.2? It just happened to me and sent a few drafts out to a potential employer I planned on sending out tomorrow.

    Hi, one question & one suggestion...
    What possible things are connected at home but not at the store, inlude every cable, etc.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Has anyone had issues with Administration\Data Import/Export\Data Import???

    Has anyone had issues with Administration\Data Import/Export\Data Import???
    I have a client who has recently upgraded from V2007 to V8.81. They were succesfuly  using this standard function to import supplier prices to their master price list, but now it has failed?
    I have looked at the file they are importing and it appears to be fine.
    On closer inspection, it did contain approx 46,000 entries, so I took the first 1,000 and created a test file, which imported fine.
    The only issue I found was Speed, with the test file of 1,000 records taking about 30 Mins to import. This appeared to get slower and slower the further through the file it got!
    Based on this, I have estimated that the whole file would takle about 13 hours to import. The client say that when they used to run it on version 2007 it was far quicker?
    In practice, it does appear to run, but the speed is the issue. Having said this, I set the whole file to run last night (over night)and this morning it had appeared to hang after about 2,307 rows, with nothing else being updated.
    Has anyone any ideas or is aware of performance issues like this?
    Thanks,
    Ian

    Always an option, but would you give your clients access to this tool?
    Not sure really.
    I have uploaded a copy of their database onto my test system and run the same routine. Its equally as SLOW
    I can't gauage if its an issue with 8.81 that 2007 didn't have, as I only have the client's word on it, however I have no reason to disbelieve them.
    Kind regards,
    Ian

  • Has anyone Had an iphone start expanding out of its own case. I took it to the apple store and they said that is normal to tell you the battery is bad.

    Has anyone Had an iphone start expanding out of its own case. I took it to the apple store and they said that is normal to tell you the battery is bad.

    We need to know more about your system, please download EtreCheck and run the report and please post it on your next reply. Then we can see how your system is configured, what apps are on it and look for anything obvious. We will look forward to seeing your report.

  • Has anyone had a positive Ovi experience?

    Has anyone had a positive Ovi experience, particularly when dealing with support. I've tried twice now. The first time it took two weeks and many emails before I got my application. This time, again after two weeks, they sent the wrong application version (peggle) and are now not responding to emails.Given that applications are supposed to be redownloadable now, I don't understand the difficulty.
    People will forgive a lot of faults if the customer service is good. The Ovi support seems to be rather slow and uncertain. I realize that only people with problems will postbut even so, it appears that there are problems to be addressed.

    My experience with Ovi store has been good (using N97). Smooth downloads and installations. One setting that I am glad the Ovi store client has, is to provide the "Install to Phone Memory/Mass Memory/Memory Card" option. I set it once and dont have to worry about installations getting installed into my phone memory. People complain about the lack of a huge number of apps available on Ovi store and compare it with Apple's app store. Well i think that Ovi store will grow with time as well..just like the Apple's app store. Its only a matter of time.
    I guess the "Ovi Experience" should encompass all things Ovi and hence, the Ovi Suite which in turn contains other stand alone apps. If I have to summarize, Ovi Suite has been a huge disappointment. I fail to understand when companies take one of their perfectly working existing products (in this case Nokia PC Suite) and in the name of adding more features and (supposedly) enhanced user experienc, absolutely clutter it up with all sorts of additional components and packages. I was seriously annoyed when i saw a huge list of Nokia Ovi XYZ components getting installed on my computer.Well I know the answer to that could be to uncheck the items i dont want to install but in that case, at least privde a small description next to the component regarding what it actually does or why would i need it. Dont expect that in the middle of an installation , i should be googling to find out what nokia media server does or why should I install Nokia One Touch Access and pleaes dont assume that I should be knowing them beforehand since they are very cool features ....this could be the user's first experience with Nokia. I could still let all of this pass if this collections of tools or apps or whatever could actually do what its meant for. I used Nokia Music that comes with the Ovi Suite to transfer music to my newly bought N97. It managed to do only once (which also proves that there was nothing wrong with the installation/my laptop/my phone) The next time i tried, Nokia Music just fails to detect my phone. The funny thing is that the Ovi Suite does recognize my phone when I connect it in PC Suite mode. As if that was not enough, uninstallation and re-installation was another area where the Ovi Experience has been a bad one. If there is an uninstaller packaged with the suite, then can someone please educate me as to why do I have to run use PC Suite Cleaner to remove all traces of the previous installation? Please Nokia, either dont include the uninstaller if I have to download another app for removal OR add this feature into the unistaller itself and If you think its not possible, then there is something seriously messed up with your product and you need to go back to your SRS documentation.
    Hmmmm it looks like my tone has been a bit harsh but I have been really really frustrated by the Ovi Suite. I hope Nokia does come up with a better version of the Ovi Suite because after looking at various forums including Nokia support discussions, it appears that a lot of users are facing similar problems. I was very happy to get my hands on my N97 but a week into such problems and I am already missing my BB. After all, what good is a shiny multimedia brick with 32 gb memory if you dont get to use the multimedia features?
    Message Edited by metalhead936 on 27-Nov-2009 08:03 AM

  • Has anyone had any of the iLife programs crash on them? especially imovie 6

    Has anyone had any of the iLife programs crash on them?
    I have had my new intel imac 20" for 2 weeks now and i like it a lot...
    except I have been getting crashes on imovie (especially), and garageband.
    I have had about 10 crashes total so far in about 2 weeks.
    Is this sound normal?
    thanks, technoreid

    How much spare hard disc space have you got? ..Could your disc be so clogged that there's no room for any more movie?
    You'll need about 10% of your total hard disc space - e.g; 6GB for a 60GB hard disc - to be kept empty for your Mac to do its "housekeeping" (..creating temporary files, indexing things, and so on..) and iMovie footage uses about 13GB per hour of video.
    So if you have a 60GB hard disc, and it's only got 15GB spare, then 6GB of that will really be needed by the Mac itself, giving you about 9GB of usable space, and if you import half an hour of video (6GB) and start cutting it around and editing the audio too, and duplicating a few clips, and adding stills, you're soon going to run out of space!
    If your Mac's disc is almost full, you'll probably need to get an external FireWire disc ..say a 160GB or similar size.. then format it as 'Mac OS Extended' (..by selecting that add-on disc and using the 'Erase' tab in the Disk Utility program..) and then you can copy your project over to that new, empty disc, and continue editing it there.

  • Has ANYONE had any success installing 2.0?

    Before I take the plunge, has anyone had success updating to 2.0? I am sure there must be some who are enjoying themselves now, so if you have been successful, was there a trick or are some people simply having problems?

    Yes - I just upgraded to 2.0 about an hour and a half ago. I was fighting an issue with not being able to backup my phone prior to the upgrade (unknown error -43, which I finally tracked down to iTunes not playing nicely with a redirected Application Data folder). I ended up backing up the phone on my laptop and running the upgrade from there. Entire process took about 30 minutes to download the update, upgrade the phone, restore my settings, etc. - and it even activated immediately upon completion, and I had two new text messages that came through right away . . .

Maybe you are looking for

  • Can no longer edit in Photoshop CS5

    I recently uninstalled Lightroom 2.7 in favor of using my recently installed Lightroom 3.  I did the same in terms of unintalling Photoshop CS3 in favor of using only my recently installed version of Photoshop CS5.  As a result, coincidentally or oth

  • NOKIA E51 - Is it possible to search contacts in a...

    I have a new Nokia E51, very great device, but I have to manage 2243 contacts (!). The (new) actual searching contacts way is just crazy for me: if I try to write the word john... the phone shows me hundreds of contacts with that part of word. I'd li

  • Can X301 support multiple external monitors?

    Hi, I'm looking at buying a X301, but I'd like the ability to drive 2 external monitors at 1600x1200 (the native resolution of those devices).  Does anyone know if the X301 can do that?  If I need a specific external dock to do that, can someone poin

  • Choppy video when streaming from web-site

    I have tried to stream video from the site http://portevergladeswebcam.com/ (this is for watching cruise ships and other maritime traffic and the site claims to be "High Definition Video").  If anyone wants to look at this site, do it in the daytime!

  • Defalut Document Type assignment for PR after MRP RUN

    Hi, I want to know we have 6 types  of different document types , i want to know after MRP RUN i want to assign a document type how to do setting for this  like for each plant i want to assign diffrent document  type after MRP RUN, also if we have no