Cant start the Jenkins webstart JNLP app

5 views
Skip to first unread message

Erik Ramfelt

unread,
Sep 1, 2011, 7:39:34 AM9/1/11
to jenkin...@googlegroups.com
I just tried to run the webstart jenkins app (on Meet Jenkins page),
but it wont start and all i get is an exception [1]. I can run other
webstart apps, also I can start the jenkins.war that is referenced in
the JNLP file [2].

Any ideas on what could be wrong or to look into it? Im running Mac OS 10.6.8

Regards
//Erik

[1]
java.lang.NullPointerException
       at com.sun.javaws.Launcher.executeApplication(Launcher.java:1900)
       at com.sun.javaws.Launcher.executeMainClass(Launcher.java:1847)
       at com.sun.javaws.Launcher.doLaunchApp(Launcher.java:1609)
       at com.sun.javaws.Launcher.run(Launcher.java:138)
       at java.lang.Thread.run(Thread.java:680)

[2]
<!-- See http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/syntax.html
for the syntax -->
<jnlp spec="1.0+">

 <information>
   <title>Jenkins</title>
   <vendor>Jenkins project</vendor>
   <homepage href="http://jenkins-ci.org/"/>
   <offline-allowed/>
 </information>

 <security>
   <all-permissions/>
 </security>

 <resources>
   <j2se version="1.5+"/>
   <jar href="http://mirrors.jenkins-ci.org/war/latest/jenkins.war"/>
   <!--jar href="http://ftp.osuosl.org/pub/hudson/war/latest/hudson.war"/-->
   <!-- create a prominent Windows service installation link -->
   <!--property
name="hudson.lifecycle.WindowsInstallerLink.prominent" value="true"
/-->
 </resources>

 <application-desc main-class="JNLPMain" />
</jnlp>

Reply all
Reply to author
Forward
0 new messages