HT3311 Problem submitting podcast (hosted on GoDaddy) to i Tunes Store - host parameter null

Why do I get following reply from iTunes Store when I attempt to publish my podcast:
"We had difficulty reading this feed. Host parameter is null." ?
This is my podcast website:
http://www.einarpetterson.org/Ars_et_Medicina/Podcast/Podcast.html
I have validated the following feed with Feed Validator.  It is ok.  (there are some minor suggestions for changes which should not be criical)
http://www.einarpetterson.org/Ars_et_Medicina/Podcast/rss.xml
When I write this feed URL in the box for suscribing to podcasts in ITunes  (Advanced/Suscribe to podcast menues),  iTunes finds my podcasts and downloads them successfully (and fast).  All the podcasts downloaded that way work fine.
So, if the rss reed is validated, and works in iTunes,  why am I not able to publish my podcasts in iTunes Store?
My hosting service is GoDaddy.com.   I see from other articles on this support forum (Apple) and on GoDaddy´s support forum, that other people have had the same problem.   Sometimes their problem apparently just disappeared (and iTunes Store finally just stopped writing "We had difficulty reading this feed.  Host parameter is null"  everytime they tried to submit their podcasts to iTunes.  I have now tried submitting this and other podcasts (hosted on GoDaddy) many, many times for several days, but always get the same irritating negative message.
Does anyone out there understand what the problem could be?   As far as I can see from reading other descriptions of this same problem, no one has yet provided an adequate explanation of what is causing this "glitch" (as some call it). 
I want to publish several podcast series on iTunes Store which are now hosted on GoDaddy.com.   Many other MobileMe users like me, will in the next 30 days have to move their websites from MobileMe to other hosting services.   GoDaddy.com is a large hosting service.   This problem might appear often during the next month.  I therefore believe that Apple and GoDaddy should attempt to find out why this problem occurs, and do something about it.   It seems from other descriptions of this problem, that it often occurs with people using GoDaddy hosting service.  Have not read or analyzed all descriptions of this problem on the net, but there are enough descriptions to support a hypothesis that there is some communication difficulty between iTunes Store and GoDaddy hosting service. (? - at least some others have made this hypothesis, like I do)

TEST OF SUBMISSION OF 16 RSS FEEDS TO ITUNES STORE "SUBMIT PODCAST" PAGE
I have now tested all my podcast rss feeds which are now stored on GoDaddycom hosting service in three ways:
1) Feed validator
2) iTunes (Menu: Advanced/suscribe to podcast)
3) iTunes Store "Submit Podcast Page"
Results:
All 16 rss feeds are valid according to Feed Validator.  There are some small insignifcant suggestions for improvements which are not critical.
All 16 rss feeds function in iTunes (Advanced/suscribe to podcasts)
None of the 16 rss feeds can be successfully submitted to iTunes Store "submit podcast" page.  The same error occurs in all cases:
"We had difficulty reading this feed. host parameter is null"
The following 5 of these 16 podcasts were submitted while the websites were hosted by MobileMe.  No problems with submission.  All accepted and now on iTunes.  These podcast sites are now transferred to GoDaddy.com (with same domain as earlier  - einarpetterson.org - and all function.  I can change pages, make alterations etc.
Here are the 5 rss feeds.
http://www.einarpetterson.org/New_Perspectives_on_Baroque_Art_and_Culture/Podcas ts/rss.xml
http://www.einarpetterson.org/Utopia/Podcast/rss.xml
http://www.einarpetterson.org/Dystopia/Video_Podcast/rss.xml
http://www.einarpetterson.org/Dystopia/Podcast/rss.xml
http://www.einarpetterson.org/Ekskursjonsemner/Podcast/rss.xml
The following 11 podcasts now hosted on GoDaddy webhosting service can not be submitted successfully to iTunes Store despite the fact that their rss feeds are validated by Feed Validator and work on iTunes (and probably on most  other rss readers)
http://www.einarpetterson.org/Orientering_utenlandskurs_VS2011/Podcast/rss.xml
http://www.einarpetterson.org/ViK_VS2009/Verk_i_Kontekst_VS2009/rss.xml
http://www.einarpetterson.org/ViK_VS2010/Podcast/rss.xml
http://www.einarpetterson.org/KUN2_4009_tidlig_kristen_kunst_HS2009/Podcast/rss. xml
http://www.einarpetterson.org/KUN2_4011_Middelalderen_i_Italia_HS2009/Podcast/rs s.xml
http://www.einarpetterson.org/KUN2_4092_New_York_VS2010/Podcast/rss.xml
http://www.einarpetterson.org/PropFide_VS2009/Propaganda_Fide_VS2009/rss.xml
http://www.einarpetterson.org/PropFide_VS2009/Propaganda_Fide_VS2009/rss.xml
http://www.einarpetterson.org/Propaganda_Fide_VS2012/Podcast/rss.xml
http://www.einarpetterson.org/Ars_et_Medicina/Video_Podcast/rss.xml
http://www.einarpetterson.org/Ars_et_Medicina/Podcast/rss.xml
THIS PROBABLY MEANS THAT IT IS EITHER VERY DIFFICULT, OR IMPOSSIBLE FOR ANYONE WHO IS USING GODADDY.COM AS A WEBHOSTING SERVICE (WITHOUT USING THEIR VIRTUAL OR DEDICATED SERVER OPTIONS WHICH ARE VERY EXPENSIVE) TO PUBLISH ANY PODCASTS ON ITUNES STORE.
I may have made some error in my submission to ITunes Store, but do not think so.  If anyone discovers that I have made a simple and stupid error, please tell me.  If I have not made an error, one should probably not use GoDaddy.com as a webhosting service if one ever wants to publish podcasts to iTunes Store.
It would be interesting to hear if anyone in this forum who is using GoDaddy.com webhosting service has recently (or ever) managed to succesfully submit a rss feed to iTunes Store submit page.  If so, I would like to hear about it.

Similar Messages

  • Host parameter null.

    Hi,
    We are trying to fire a SOAP request and print the response but its throwing this error �host parameter null�.
    hc.executeMethod(post) is failing. the strXMLRequest seems to be correct
    Exception in thread "main" java.lang.IllegalArgumentException: host parameter is null
    The piece of code iim using is:
    String strURL = "http://athenec:47112/oms/XMLAPI/login";
    URI u = new URI(strURL);
    PostMethod post = new PostMethod();
    String strXMLRequest = new String(baos.toByteArray());
    post.setRequestBody(strXMLRequest);
    post.setURI(u);
    post.setPath("/");
    post.setRequestHeader("Content-type", "text/xml");
    System.out.println("post url is " post.getURI() " post is " +post.getQueryString());     
    HttpClient hc = new HttpClient();
    System.out.println("Came here");
    int iResultCode = hc.executeMethod(post);
    System.out.println("passed here");
    The logs are as follows
    post url is http://athenec:47112/ post is null_
    Came here
    passed here
    iResultCode = 404
    Can anybody help me out ??

    your PostMethod takes the Url as the parameter. Check you are using the proper URl i.e like http://host:port/name?params like that

  • Host parameter null and convert SOAP to HTTPUrl

    Hi,
    We are trying to fire a SOAP request and print the response but its throwing this error
    Exception in thread "main" java.lang.IllegalArgumentException: host parameter is null
    The piece of code is:
    HttpClient hc = new HttpClient();
    System.out.println("Came here");
    int iResultCode = hc.executeMethod(post);
    executeMethod(post) is failing but when I print the value of post, its �org.apache.commons.httpclient.methods.PostMethod@fd54d6�
    Can anybody throw some light on this error and how to solve it??
    Also, there�s another issue.
    We are upgrading from Weblogic 7.2 to 9.1
    Earlier we were able to pass the request and get the response in HTTPUrl form but now after upgrading, its getting passed in SOAP format. Is there any way to bypass the SOAP and get it in HTTPUrl format or what are the configurations to be made to adapt to the SOAP format?
    connection =(HttpURLConnection) url.openConnection();
         This line was returning HTTPUrl format, now its coming in SOAP format

    your PostMethod takes the Url as the parameter. Check you are using the proper URl i.e like http://host:port/name?params like that

  • Anyone have a problem submitting podcast to a personal domain with iWeb 08?

    I created a new website with several podcasts and published fine to a personal domain. Works great. When I try to submit the podcasts to iTunes through iWeb I get the following error message:
    "We had difficulty reading this feed. Bad http result code:401"
    Anyone else get this? Is the personal domain messing with the feed?
    Any help appreciated.

    Well... I have mine from godaddy...
    In iWeb06 the redirect was a long URL... now it's shorter (or so it seems).
    GoDaddy still handles the redirect - like it did before.
    The change happens in the CSS scripting (HTML?) where iWeb thought it needed to send the RSS to www.threeboysproductions.com it wasn't taking in iTunes.
    Forcing iWeb to rewrite the RSS script to web.mac.com/captmench.
    People wanting to go to www.tbp.com still can... and see it as such. The subscribe at iTunes won't matter.
    Good luck,
    CaptM

  • I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted??

    I used to have a podcast that had been accepted on Itunes, but my I began to have problems with my host, so I changed host and created a new podcast, and I submitted my new podcast, Apple refused, and now says the feed has already been submitted? Maybe Itunes thought that I was someone trying to copy my old podcast because I kept the same name, I tried to change the names but it looks like I'm on a blocked list...

    There is a procedure for changing the feed URL for a podcast, which it seems you haven't followed: you have to add a special tag to the old feed - just submitting a new feed will have exactly the effect you describe. The proper method is described here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move

  • Having problems getting podcast on iTunes, tried to resubmit and got an already submitted error

    Having problems getting podcast on iTunes, tried to resubmit and got an already submitted error. How can I get the podcast on iTunes?

    You didn't need to get it removed: you can make any changes to a feed that you want, changing, adding or deleting episodes, and iTunes will pick them up.
    However, in the present situation you have fallen over a bug in the submissions process. The workaround is changing the title; as this hasn't worked you need to change the feed URL if possible, and also you could change the contents of the 'link' tag.
    If you can't get it sorted you could try emailing Support at podcasts 'at' apple.com and asking them to reinstate you (give them all the details) - their responses are a bit variable, but they may help you.

  • Iweb/itunes problem - host parameter is null

    i use iweb to publish and host our website. everything works fine, except... i have never been able to successfully publish a podcast to itunes through iweb. the error message in itunes is that the host parameter is null. i'm really scratching my head on this, because why would iweb offer an application that does not sync up with itunes automatically? please help!

    The feed appears to be OK: it references a media file:
    http://www.undergroundfellowship.info/undergroundfellowship/Media/uftv.intro.m4v
    However making this URL into a link in an html page and then downloading from the the link produces not the m4v file but an html file called uftv.intro.m4v.html which references the media file:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>www.undergroundfellowship.info </title>
    </head>
    <frameset rows="100%,*" border="0">
    <frame src="http://web.me.com/growingdeeper/undergroundfellowship/Media/uftv.intro.m4v " frameborder="0" />
    <frame frameborder="0" noresize />
    </frameset>
    <!-- pageok -->
    <!-- 02 -->
    <!-- 7.9-->
    </html>
    I don't know how this is happening, or how this page is being generated, but it's what is causing the problem.

  • Host Parameter is null / Podcast submission

    Hi there!
    I'm starting a new podcast, in the hope that it will be avaliable via iTunes soon! but I hit a brick wall when I submitted my XML/rss feed to itunes and the following error message occured...
    "We had difficulty reading this feed. host parameter is null"
    What does it mean and how do i get rid of it?
    here is my xml file >>> http://www.intfi.in/rss/intfi.xml
    Any info wouldbe greatly appreciated!
    +The Squire+ ^_^

    pyrotech13 - your feed appears to be valid.
    LBesquire: there are some minor errors in your feed. The 'lastpubdate' doesn't have a timezone (and is earlier than the date of the last episode) - also your dates are variously GMT or +0100. The 'itunes:subtitle' for both episodes is too long - they should be limited to 255 characters.
    None of these errors is likely to be serious. Both feeds can be subscribed to manually from the 'Advanced' menu and work OK. I can't say why submitting them is failing, unless perhaps there is a temporary glitch in the system. Certainly the error message doesn't make much sense - it would suggest a failure to communicate with your servers. I should leave it for a day and try again. Do come back if you continue to have failures.

  • Problems connecting to MySql on GoDaddy

    Hi!
    Don't know if it's the right place to ask, but I'm stuck with a problem.
    I've just bought my domain from GoDaddy.com and set a MySql database there. However, when I try to login to the server using the following info my Java application refuses to create a connection.
    String urlDatabase = "jdbc:mysql://mysql server/databasename"; String user = "databasename"; // on godaddy the db and user are the same String password = "mypassword";
    The same code used to connect to the database works clean and smooth on my local machine.
    After I construct the connection string it throws me the following errors:
    The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1119) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2257) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:784) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:354) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:284) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at magenta.model.database.connectionpool.JDCConnectionPool.getConnection(JDCConnectionPool.java:62) at magenta.model.database.connectionpool.JDCConnectionDriver.getConnection(JDCConnectionDriver.java:36) at magenta.main.Main.<init>(Main.java:20) at magenta.main.Main.main(Main.java:39)
    I have to say that in phpmyadmin, from GoDaddy, the user appears to login to a different IP than that where the database is stored.
    It says somenthing like this:
    # Server: testdatabase11.database server.com (IP1 via TCP/IP)
    # User: testdatabase11@IP2
    Don't know if that may be the cause of my problem though.
    I emailed them some hours ago but still didn't get any answer.
    Any help will be highly appreciated!

    I have a similar problem, I have a paid GoDaddy hosting account, ssh is enabled, and I can access the database from a php script run at home so its not an internet issue... I can't figure out what the problem is, but the program is crashing when I get to the createStatement() command... Any ideas anyone?
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    public class sqltest extends Activity {
                    Connection conn=null;
              try {
                   // from http://help.godaddy.com/topic/319/article/262
                   conn = DriverManager.getConnection(
                                       "jdbc:mysql://profiles.db.1111111.hostedresource.com:3306/dbname",
                                       "dbname", "password");
              } catch (SQLException e1) {
                   // TODO Auto-generated catch block
                   e1.printStackTrace();
              try {
                   // Create a result set containing all data from mysql_all_table
                   Statement stmt = conn.createStatement();
                   ResultSet rs = stmt.executeQuery("SELECT * FROM *");
    }PS: I'm technically doing this in android, but I think the problem is pure java...

  • Problems uploading podcast

    Hi,
    I'm getting the message XML feed error -1: Premature end of file on step1 of uploading any of our podcasts, both old and new.
    The xml has been succesfully validated by feedvalidator.org and w3c feed validation.
    Examples of podcast feed
    http://www.bnr.nl/radio/bnr-paul-van-liempt/?widget=rssfeed&view=podcastFeed&con tentId=1907437
    http://www.bnr.nl/radio/bnr-jazz/?widget=rssfeed&view=podcastFeed&contentId=1907 437

    Is this error arising on attempting to submit to the iTunes Store? Both feeds can be subscribed to manually in iTunes and work there perfectly well, and I can't see any obvious problem with the coding.
    You could try this alternative URL for submitting podcasts:
    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/publishPodcast
    If that doesn't work, you might have fallen over a server glitch - give it a day or so and try again.
    If it continues to fail, we have seen cases where requests to a server appear to fail when coming from the iTunes Store but not from broswers or the iTunes application. You could try asking the people running your server if they could look at the logs at the time you make a submission attempt and see whether this tells them anything.
    If you have further queries it's best to ask in the Producing Podcasts forum.

  • Problems downloading podcasts.........

    Just installed the latest version of iTunes and all the podcasts I subscribed to I can no longer download. I get the following error message
    +"There was a problem downloading 'podcast'. An unknown error occurred(-39).+
    +Please check that the URL is correct and the connection to the network is is active and try again."+
    Strange thing is though it only applies to the ones I subscribe to. Any other podcasts I can download like normal. I've even tried unsubscribing then subscribing again but this still doesn't work.
    Any ideas?

    I too am having that problem in much the same configuration!
    I managed to get my podcastings by continuasly asking the Itunes to download.
    Rughly about 20 times-
    Dont anyone know what couses the problem!
    Leo

  • Problem starting logical host on eGate 5.1.0

    I'm having problem starting logical host for eGate 5.1.0 on Linux platform, and I cant see where is the problem lies. Is there anybody here that can give me some hint or guide?
    Below is the error message from the log.
    [#|2006-08-22T17:57:28.506+0800|WARNING|IS5.1|javax.enterprise.resource.jms|_ThreadID=11; ThreadName=STCMS process monitoring;|STCMS process ended unexpectedly with exit code 1; initiating application server restart|#]
    [#|2006-08-22T17:57:28.567+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=11; ThreadName=STCMS process monitoring;|sending restart notification to server...server|#]
    [#|2006-08-22T17:57:28.721+0800|WARNING|IS5.1|javax.enterprise.system.tools.admin|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|core.tmp_folder_deletion_failed|#]
    [#|2006-08-22T17:57:28.722+0800|INFO|IS5.1|javax.enterprise.resource.jms|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|stcms.alert_shutting_down|#]
    [#|2006-08-22T17:57:28.722+0800|INFO|IS5.1|javax.enterprise.resource.jms|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|stcms.broker_shutting_down|#]
    [#|2006-08-22T17:57:31.020+0800|INFO|IS5.1|javax.enterprise.system.container.web|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Creating virtual server server|#]
    [#|2006-08-22T17:57:31.039+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|IS AVK Instrumentation disabled|#]
    [#|2006-08-22T17:57:31.045+0800|INFO|IS5.1|javax.enterprise.system.core.security|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-08-22T17:57:31.117+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC JTS Extension] The last agent commit optimization is enabled.|#]
    [#|2006-08-22T17:57:32.315+0800|INFO|IS5.1|com.stc.corba.any.UtilDelegate|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC CORBA Extension]EE/SE Corba Util delegate loaded|#]
    [#|2006-08-22T17:57:33.730+0800|INFO|IS5.1|com.stc.corba.any.UtilDelegate|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC CORBA Extension]Enabling SE Corba support|#]
    [#|2006-08-22T17:57:34.007+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5082: Exception running j2ee services: [java.lang.RuntimeException: java.lang.ExceptionInInitializerError]|#]
    [#|2006-08-22T17:57:34.008+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=0;|CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:351)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:754)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:233)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:222)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         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:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:374)
         at com.sun.enterprise.iiop.ORBMonitoring.<init>(ORBMonitoring.java:48)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:236)
         ... 9 more
    Caused by: java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:368)
         ... 11 more
    Caused by: java.lang.NullPointerException: No MBeanServer was returned by the MBeanServerFactory
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.getMBeanServer(MonitoringRegistrationHelper.java:83)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<init>(MonitoringRegistrationHelper.java:60)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<clinit>(MonitoringRegistrationHelper.java:55)
         ... 14 more
    |#]
    [#|2006-08-22T17:57:34.012+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5092: J2EE server reported following error: [java.lang.ExceptionInInitializerError] |#]
    [#|2006-08-22T17:57:34.012+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5093: Error executing J2EE server |#]
    [#|2006-08-22T17:57:34.013+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=1;|CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: com.sun.appserv.server.ServerLifecycleException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:235)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:222)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         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:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: com.sun.appserv.server.ServerLifecycleException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:763)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:233)
         ... 7 more
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:351)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:754)
         ... 8 more
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:374)
         at com.sun.enterprise.iiop.ORBMonitoring.<init>(ORBMonitoring.java:48)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:236)
         ... 9 more
    Caused by: java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:368)
         ... 11 more
    Caused by: java.lang.NullPointerException: No MBeanServer was returned by the MBeanServerFactory
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.getMBeanServer(MonitoringRegistrationHelper.java:83)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<init>(MonitoringRegistrationHelper.java:60)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<clinit>(MonitoringRegistrationHelper.java:55)
         ... 14 more
    |#]
    [#|2006-08-22T17:57:34.023+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Server Startup failed. Exiting...|#]
    [#|2006-08-22T17:57:34.023+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Server shutdown in progress...|#]
    [#|2006-08-22T17:57:34.024+0800|INFO|IS5.1|javax.enterprise.system.container.web|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|WEB0303: Stopping Tomcat.|#]
    [#|2006-08-22T17:57:34.025+0800|WARNING|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=2;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException: WEB0106: An error occurred while stopping the web container
         at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:536)
         at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:65)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:400)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:255)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         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:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: LifecycleException: WEB0103: This web container has not yet been started
         at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:529)
         at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:528)
         ... 9 more
    |#]
    Hopefully somebody can help me as I'm stuck with it for few days already. Thank you.

    This is what I got when I try to start the server from the directory logicalhost/is/domains/domain1/bin/
    ./startservAug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger <init>
    INFO: Setting URL to http://localhost:18000
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    INFO: Opening connection to http://localhost:18000
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    INFO: Connection to http://localhost:18000 opened successfully.
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    SEVERE: Connection refused
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
    at com.stc.is.util.pinger.HttpOKPinger.isAlive(Unknown Source)
    at com.stc.is.util.Ping.main(Unknown Source)
    Aug 23, 2006 7:23:55 PM com.stc.is.util.Ping main
    INFO: IS is not alive.
    Startup failed.
    any clue what is it about?

  • Laserwriter problem: the network host is busy ...

    HI,
    My Intel iMac is connected to a LaserWriter 16/600 PS.  I have used this printer for many years.  I have always worked even with my Intel iMac.  This morning trying to use it as usual I got a print error message, telling me: "reversible problem: the network host «10.0.1.4» is busy (see below)":
    I restarted my iMac and my printer in this order, and still got the same message.   No changes has been made to my network.  What could be the problem ?
    Regards.
    Robert Lespérance

    Hi,
    The «Host is down» message is back again ...  For a reason I don't understand, I am unable to print to my LaserWriter 16/600 PS anymore. 
    I have been using this printer in the present environnement for 2 years without any problem.  For a month or so, my iMac seems to loose contact with the printer.  Playing around with the cables and restarting the computer as done until now, but I don't understand what really gets my back in communication with the printer.
    This morning I have tried to be more cautious of my steps to see what can be the way back, but I was not able yet to reconnect to the printer.
    I closed the printer, disconnected the cable to the router, restarted the computer and opened the printer ...  Nothing did it.  
    Who or what is the intruder messing the communication ?

  • HT1351 Having problems downloading Podcasts to Nano.  I had the Nano checked at the Genius Bar- OK.  Reinstalled iTunes.  Any suggestions?

    Having problems downloading Podcasts to my Nano.  I re-installed iTunes but that didn't help.  I am not very computer literate.  Can anyone help?

    Nevermind, I finally figured it out.  There was a different screen on iTunes. 

  • Just downloaded iOS6 onto my iphone4 and now my playback repeatedly cuts out after a few seconds--a particular problem with podcast playback. Anyone else out there have this problem??

    Just downloaded iOS6 onto my iphone4 and now my playback repeatedly cuts out after a few seconds--a particular problem with podcast playback. Anyone else out there have this problem??

    bump

Maybe you are looking for

  • Reg "created by" and "updated by" fields in Data Manager

    Hi,     I just want to know if we have any solution for the "Create By" and "Update By" issue in data manager. Because in my system i have two users. The 1st user created the record and later if the 2nd user edits any field then only the "Update By"

  • Lion on macbook 5.2??

    Will Lion, and all the features including gestures work on my macbook? I've had my macbook since late sep/early oct 2009. I've a built in track pad with the bar at the bottom. Any help gratefully received!

  • DVD Player hangs when Fast Forward (F9) or Rewind (F7) buttons pushed

    When I push and hold down the fast forward and rewind keys in DVD Player, the video does indeed fast forward and reverse. But when I push and immediately release, the picture freezes, and the computer hangs. Cannot do shut down, have to do shut down

  • Works in 2009, Link errors in 2013 SP1

       I have a system that runs rack mount test instruments.  I have a system DLL that performs different generic  functions for me and also included custom driver functions for the instrumentation.  This DLL is built and the different driver .h/.fp fil

  • Apps password unknown

    While running fndcpass to change passwords for a new clone, the apps password somehow was set to an unknown value. I know the old apps password, but am not able to successfully connect to the database with it. (I can connect with that password to the