Petstore not working in J2EE1.4.1 beta2(with sunone application server)

Hi,
I have downloaded an installed J2EE1.4_beta2 , which has J2EE SDK, JRE , Sunone application server, and J2ee blueprints sample apps. I have installed properly as per the installation instruction. I am able to run Quickstart application. But when I try to run petstore the following error occurs..
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Populate exception occured :null
     at com.sun.j2ee.blueprints.petstore.tools.populate.PopulateServlet.doPost(Unknown Source)
     at com.sun.j2ee.blueprints.petstore.tools.populate.PopulateServlet.doGet(Unknown Source)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:149)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:282)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.j2ee.blueprints.signon.web.SignOnFilter.doFilter(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:178)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:232)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.j2ee.blueprints.encodingfilter.web.EncodingFilter.doFilter(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:178)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:232)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:206)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2748)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:186)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:512)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:199)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:630)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:463)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:568)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:631)
     at java.lang.Thread.run(Thread.java:536)
root cause
javax.ejb.EJBException: Transaction aborted (possibly due to transaction time out).; nested exception is: javax.transaction.RollbackException: Transaction marked for rollback
     at com.sun.j2ee.blueprints.petstore.tools.populate.XMLDBHandler.endElement(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:546)
     at org.apache.xerces.impl.dtd.XMLNSDTDValidator.endNamespaceScope(XMLNSDTDValidator.java:257)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(XMLDTDValidator.java:1992)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(XMLDTDValidator.java:902)
     at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(XMLNSDocumentScannerImpl.java:533)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1535)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:348)
     at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:539)
     at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:595)
     at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1125)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at org.xml.sax.helpers.XMLFilterImpl.parse(XMLFilterImpl.java:371)
     at com.sun.j2ee.blueprints.petstore.tools.populate.PopulateServlet.populate(Unknown Source)
     at com.sun.j2ee.blueprints.petstore.tools.populate.PopulateServlet.doPost(Unknown Source)
     at com.sun.j2ee.blueprints.petstore.tools.populate.PopulateServlet.doGet(Unknown Source)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:149)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:282)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.j2ee.blueprints.signon.web.SignOnFilter.doFilter(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:178)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:232)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at com.sun.j2ee.blueprints.encodingfilter.web.EncodingFilter.doFilter(Unknown Source)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:212)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:178)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:232)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:206)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2748)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:186)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:512)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:163)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:561)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1018)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:199)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:630)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:463)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:568)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:631)
     at java.lang.Thread.run(Thread.java:536)

Hello,
I have the exact same problem, but i am using JDK1.4.2 and JDKEE1.3.1
have you figured out how to solve the problem ?
By the way, which database server are you using ?
Thanks

Similar Messages

  • Hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad/ TOUCHPAD is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    Did you download and install the Windows Support software? If you did, did you use the Boot Camp Control icon to set up the trackpad how you want it?
    http://www.apple.com/support/bootcamp/
    https://discussions.apple.com/community/windows_software/boot_camp

  • Trying to get my fcp project to burn to dvd at the highest quality? Ive used compressor and then tried to put it in dvdsp put its not working. I am having problems with the audio or when i burn it , i cant play the dvd? any help would be appreciated

    Ive used compressor and then tried to put it in dvdsp put its not working. I am having problems with the audio or when i burn it , i cant play the dvd? any help would be appreciated

    I suspect you are attempting to burn an HD DVD, which will not play on a DVD player...
    But if you provide more details such as the settings you are applying in Compressor, then we would be able to provide you more accurate information.
    How are you adding the files to Compressor?
    In FCP, what are your footage properties (command-9) and sequence settings (command-0)

  • I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I want to run a streaming quotes program on Scottrade. They tell me that their product does not work if I have more than one Java application on my Mac. How do I delete the older versions? Thanks

    I have the same problem, they never told me that, just that the newest version of Java "locks" up streaming quotes.

  • Control key not working on MB Pro while connected to windows 2008 server through 2x client. Any ideas? Works on windows through parallels.

    Control key not working on MB Pro while connected to windows 2008 server through 2x client. Any ideas? Works on windows XP through parallels desktop.

    Hello...
    It seems I got it fixed!! I had been trying the Fixit tool from
    http://support.microsoft.com/kb/306759  while typing up there :))))
    This tool is for changing RDP port but running it fixed my problem (I kept the port 3389 intact)!!
    Hope it helps someone.

  • I have a 2010 mac book pro and track pad is not working well, is there a problem with that year?

    I have a 2010 mac book pro and track pad is not working well, is there a problem with that year. I heard that the 2011's had track pad trouble.

    All recent versions of Mac OS X use bash, so avoiding Mavericks won't help you with that problem (which isn't a problem for most users).
    iWeb is another matter. My advise: migrate your website to Wordpress first and start thinking about upgrades later.

  • Quicktime not working after loading Lion. It is in Applications folder. It is dark when trying to play. Audio is there, no video. Is something set wrong?

    Quicktime not working after loading Lion. It is in Applications folder. It is dark when trying to play. Audio is there, no video. Is something set wrong?

    It is supposed to be dark.
    Is it all videos that don't display or just some. You may have installed something like Perian or Flip for Mac that translates the video codecs for Quicktime. They may need updating.

  • My sleep/wake button is now not working and than I faced problems with my sound, now my iphone speakers aren't working? What shall I do?

    My sleep/wake button is now not working and than I faced problems with my sound, now my iphone speakers aren't working? What shall I do?

    The problem isn't solved after the restore, shall I bring my phone to the AppStore? Will they give me a new one? Or I should pay for that. Warranty is until December 2013;)

  • Last update to ios6 - worst ever, facetime does not work as it used to, problems with skype

    last update to ios6 - worst ever, facetime does not work as it used to, problems with skype, losing connection or no9t connecting facetime to face time. Do something with it.

    I'm not sure yet, but It may be as simple as "settings", "FaceTime" "Off"

  • My iphone has a problem, it simply does not work, the screen is all black with a few colorful scribbles and images blend, I used it only took 6 days and returned to service when operated only 7 more days and it happened again the same thing, what do I do?

    My iphone has a problem, it simply does not work, the screen is all black with a few colorful scribbles and images blend, I used it only took 6 days and returned to service when operated only 7 more days and it happened again the same thing, what do I do?

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • With IOS6 3G does not work.  This has already happened with IOS5.1, was only solved with IOS5.1.1.  More anyone have this problem? How do you solve?

    With IOS6 3G does not work.
    This has already happened with IOS5.1, was only solved with IOS5.1.1.
    More anyone have this problem? How do you solve?

    This response is a little late as I just read about your problem. I have a 2012 Dodge Charger and a 2012 Chrysler Town and Country and both worked flawlessly with the iPhone 5s my wife and I had. However, we just upgraded to the iPhone 6 and Uconnect will receive calls but you cannot answer them. You can callout successfully, however. the annoyance being the inability to answer incoming calls in the HandsFree mode.

  • Everytime i plug my iphone into my computer it says device not recognized i was syncing my phone and it got interupted and has not worked since i have iphone 4 with 4.1 software lol what can i do to not lose everything

    Everytime i plug my iphone into my computer it says device not recognized i was syncing my phone and it got interupted and has not worked since i have iphone 4 with 4.1 software lol what can i do to not lose everything

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Since upgrading iPhone 4S to new OS it has not worked. Now over 10 days with no phone, talked to Apple Care in Colorado and Australia over 10 hrs on phone 7 consultants. All that has to happen is for someone at Apple Care to reset a password? Help

    Since upgrading iPhone 4S to new OS it has not worked. Now over 10 days with no phone, talked to Apple Care in Colorado and Australia over 10 hrs on phone 7 consultants. All that has to happen is for someone at Apple Care to reset a password? Phone and Apple ID don't recognise each other. This is nuts!

    The phone will not recognise Apple if passwords or secret questions

  • Need HELP !! Could not start SunOne Application Server 7

    Installed SunOne application server on Windows-XP professional. Failes to start the appserver. I get the following messages in the log files. Could some one help me?
    [28/Mar/2003:20:44:42] INFO ( 3664): CORE1116: Sun ONE Application Server 7.0
    [28/Mar/2003:20:44:47] INFO ( 3664): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [28/Mar/2003:20:44:49] INFO ( 3664): ADM0002:System MBean initialized:[ias:type=controller]
    [28/Mar/2003:20:44:50] INFO ( 3664): ADM0002:System MBean initialized:[ias:type=configurator]
    [28/Mar/2003:20:44:50] INFO ( 3664): ADM0001:MBeanServer initialized successfully
    [28/Mar/2003:20:44:51] INFO ( 3664): ADM0005:Timestamp files for configuration created for:[admin-server]
    [28/Mar/2003:20:44:53] INFO ( 3664): ADM0005:Timestamp files for configuration created for:[server1]
    [28/Mar/2003:20:44:53] INFO ( 3664): ADM0102: Starting a thread for tracking manual changes
    [28/Mar/2003:20:45:26] WARNING ( 3664):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(InitialNamingClient.java:905)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostInfo(InitialNamingClient.java:724)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(InitialNamingClient.java:700)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBInitRef(InitialNamingClient.java:668)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1237)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] WARNING ( 3664):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] SEVERE ( 3664): NAM5002: Exception in SerialContextProviderImpl InsertSerialContextProvider().
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:203)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5082: Exception running j2ee services: [java.rmi.RemoteException]
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5093: Error executing J2EE server
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1433)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    ... 2 more
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:45:50] SEVERE ( 3664): CORE3186: Failed to set configuration
    [28/Mar/2003:20:45:54] INFO ( 3336): CORE1116: Sun ONE Application Server 7.0
    [28/Mar/2003:20:46:00] INFO ( 3336): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.0_02] from [Sun Microsystems Inc.]
    [28/Mar/2003:20:46:17] INFO ( 3336): JMS5023: JMS service successfully started. Instance Name = domain1_server1, Home = [C:\Sun\AppServer7\imq\bin].
    [28/Mar/2003:20:46:48] WARNING ( 3336):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(InitialNamingClient.java:905)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostInfo(InitialNamingClient.java:724)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(InitialNamingClient.java:700)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBInitRef(InitialNamingClient.java:668)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1237)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] WARNING ( 3336):
    com.iplanet.ias.cis.channel.tcp.TCPNativeException: -5973:EndPoint.JNI_getValidAddressNative: PR_GetHostByAddr() Failed
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddressNative(Native Method)
    at com.iplanet.ias.cis.connection.EndPoint.getValidAddress(EndPoint.java:239)
    at com.iplanet.ias.cis.connection.EndPoint.<init>(EndPoint.java:101)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:73)
    at com.iplanet.ias.cis.connection.EndPoint.getEndPoint(EndPoint.java:78)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:129)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] SEVERE ( 3336): NAM5002: Exception in SerialContextProviderImpl InsertSerialContextProvider().
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:203)
    at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:76)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:80)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:685)
    at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:621)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1155)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:823)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1245)
    at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:1129)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:3006)
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:47)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5082: Exception running j2ee services: [java.rmi.RemoteException]
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5093: Error executing J2EE server
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1433)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Caused by: java.lang.RuntimeException
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:564)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    ... 2 more
    Caused by: java.rmi.RemoteException
    at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:61)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:363)
    ... 3 more
    [28/Mar/2003:20:47:12] SEVERE ( 3336): CORE3186: Failed to set configuration

    I was facing a similar problem. I had installed the Sun One 7.0 app server on Win NT with an already existing JDK instead of the bundled one.
    I just updated the /etc/hosts file with my machine IP and DNS name and it worked !!!
    The other alternative I had in mind was to reinstall the app server with the bundled jdk.

  • I recently tried to burn some photos to a disc.  It did not work, but then I ended up with a .fpbf folder on my desktop.  Can't trash it, and when trying to burn again, I get this "... can't be burned because the original items can't be found". Help???

    I recently tried to burn some photos on a CD. For some reason, It did not work.  Now I have a .fpbf folder on my desktop. I can't seem to get rid of it.  I tried dragging it to the trash, but then I get a box asking my to type my password it, so Finder can make the changes.  Doing so, does nothing at all.  And when I try to burn another CD from the same .fpbf file, I get a the following message: "There are 35 items that can’t be burned because the original items can’t be found. Skip the items and continue burning?".   When I skip and continue burning, nothing shows up on the CD.  In the meantime, the .fpbf folder is still in my desktop.  I tried changing the aliases on each pic, but it still doesn't work.  Any ideas of how I can remove this folder from my desktop?
    Thank you.

    Beavis2084,
    Thank you for your detailed explanation but something is seriously wrong with my computer. Although the method you have described is very similar to the one I tried in step 2 from my second post, I have since "done things" which may have complicated matters—or suggests that my computer has a more serious problem.
    Here's what I did:
    1). Installed Onyx and discovered that I had a .plist file (com.apple.iphotomosaic.plist) that was causing a Syntax error: "Conversion of data failed. The file is not UTF-8, or in the encoding specified in XML header, if XML." After doing some research online, I was given the understanding that downloading the iLife update 9.0.3 (I installed the more recent version, 9.0.4) would solve this problem because it would also fix some system issues. So, I downloaded it...and when it didn't solve the problem, I decided to just deleted that .plist file.
    2). I read your knew post and decided to follow your directions, even though I realized they were basically the same steps I followed in the 2nd method I mentioned earlier. I say "basically" because, for some reason, after inserting a blank disc, my computer does not open the disc in the Finder. Instead, it places the blank disc's image on the Desktop, even though the Finder's Preferences and the System's Preferences are set to have it open in the Finder—nothing should be on my Desktop! (Note: When transferring the items (all folders) I want to burn to the blank disc, I did not use the Option-Click-Drag method as before, I used the Click-Drag method, which created the curved arrow in the lower left corner of each item.)
    Now, for the result of "method 2," the method we basically have in common, the computer goes through the burn stage but, in the verify stage, tells me that it is unable to verify the disk, suggests that my DVD may be unreliable and that I should try another disc, and then tells me about some "fork" (?) error (-43).
    I don't know what to do anymore...

Maybe you are looking for

  • Monitor out of range problem

    I have a G5 dual 2.3 with a Sony monitor (analog) connected to the DVI port by the converter that came with the Mac. I have a problem in that certain games set the default resolution to a setting that is out of range of the monitor. Specifically, the

  • Mysql query (search multiple tables in database)

    I have 12 tables in a database - january through to december. I need to search all 12 tables for 'keyworrd' phrases submitted by the user through a search form. Must be a more streamlined way of doing it than below using 'UNION'. I have incorporated

  • Iec 61000 magnetic sensor

    Not really a LabVIEW question, but I'm trying to quote a project that calls for a "magnetic sensor", that appears, from the requirement document to be used in testing the UUT per IEC 61000-4-3. I'm reluctant to download the mentioned document, as it

  • Pricing customization in crm

    Hi all, can any one tel me abt the wht customization is required in crm, once pricing is uploaded from r/3 to crm. Thanks kumar

  • How to maintain messageId when using proxy services and mq??

    Hi I am a novice to oracle service bus and trying few transformations by configuring proxy services. Let me explain the problem I'm facing: I have created a business service and a proxy service and configured them in a synchronous way. I'm using MQ a