Re: [Newgenlib-users] SOLVED Why the jar reference in in LaunchApplication is "localhost"
Brought to you by:
siddartha-verus
|
From: John J. <jjk...@ya...> - 2008-07-20 09:39:20
|
Hi Friends
I was success in starting LauncApplication from the local host
I downloaded the LaunchApplication and used javaws from the command to launch it
thanks to all who had helped
Joseph John
--- On Sun, 20/7/08, John Joseph <jjk...@ya...> wrote:
> From: John Joseph <jjk...@ya...>
> Subject: Re: [Newgenlib-users] Why the jar reference in in LaunchApplication is "localhost" not the IP address of the server
> To: new...@li...
> Date: Sunday, 20 July, 2008, 6:47 AM
> Hi Meher
> Thanks for the advice , I did the chanes in the ENV_VAR.txt
> , now instead of localhost , when I load the "javaws
> LaunchApplication"
> It tries to load the applet but not success , I am adding
> the Launch File and Exception message
> Guidance requested
> Thanks
> Joseph John
>
>
>
> #####
> Launch File is
> #####
> <?xml version="1.0"
> encoding="UTF-8"?>
>
> <jnlp spec="1.0+"
> codebase="http://192.168.21.71:8080/newgenlibctxt"
> href="http://192.168.21.71:8080/newgenlibctxt/LaunchApplication">
>
>
> <information>
>
> <title>NewGenLib</title>
>
> <vendor>KIIKM and VSPL</vendor>
>
> <Hi Meher
> Thanks for the advice , I did the chanes in the ENV_VAR.txt
> , now instead of localhost , I could see my server IP
> address , homepage
> href="http://www.newgenlib.com"/>
>
> <description>New generation in library
> automation</description>
>
> <description
> kind="short"></description>
>
> <icon
> href="http://192.168.21.71:8080/newgenlibctxt/newgenliblogo.GIF"/>
>
>
> <offline-allowed/>
>
> </information>
>
> <security>
>
> <all-permissions/>
>
> </security>
>
> <resources>
>
> <j2se version="1.4"/>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/client.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/Date_selector.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/jdom.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/jh.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/marc4j.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/MARCComponent.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/normalizer.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/poi-2.0-pre3-20030728.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/itext-1.02b.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/PredictionAlgorithm.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/activation.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/commons-email-1.0.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/mail.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/SendLogFileComponent.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/looks-2.0.4.jar"/>
>
>
> <jar
> href="http://192.168.21.71:8080/newgenlibctxt/OfficeLnFs_2.4.jar"/>
>
>
> </resources>
>
> <applet-desc
>
>
> documentBase="http://192.168.21.71:8080/newgenlibctxt"
>
>
> name="NewGenMain"
>
>
> main-class="newgen.presentation.NewGenMain"
>
> width="800"
>
> height="600">
>
> </applet-desc>
>
> </jnlp>
>
>
> #########
> Exception
> #########
> JNLPException[category: Download Error : Exception:
> java.io.IOException: Server returned HTTP response code:
> 503 for URL:
> http://192.168.21.71:8080/newgenlibctxt/LaunchApplication :
> LaunchDesc: null ]
> at
> com.sun.javaws.cache.DownloadProtocol.doDownload(DownloadProtocol.java:662)
> at
> com.sun.javaws.cache.DownloadProtocol.getLaunchFile(DownloadProtocol.java:752)
> at
> com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(LaunchDownload.java:141)
> at
> com.sun.javaws.Launcher.downloadResources(Launcher.java:1011)
> at
> com.sun.javaws.Launcher.handleApplicationDesc(Launcher.java:375)
> at
> com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:218)
> at com.sun.javaws.Launcher.run(Launcher.java:165)
> at java.lang.Thread.run(Unknown Source)
>
>
>
> --- On Thu, 17/7/08, Meher Siddartha E
> <ems...@gm...> wrote:
>
> > From: Meher Siddartha E <ems...@gm...>
> > Subject: Re: [Newgenlib-users] Why the jar reference
> in in LaunchApplication is "localhost" not the IP
> address of the server
> > To: jjk...@ya...
> > Date: Thursday, 17 July, 2008, 10:58 AM
> > On the server where Jboss application server is
> running,
> > please go to
> > /usr/NewGenLibFiles/SystemFiles/ENV_VAR.txt and set
> the
> > server IP
> > address in that text file
> >
> > On Thu, Jul 17, 2008 at 7:57 AM, John Joseph
> > <jjk...@ya...> wrote:
> > > Hi Siddartha
> > > Thanks for the reply
> > > Here I am confused
> > > I have newgenlib installed in Linux and working
> , I
> > am able to check it by url
> > >
> http://192.168.21.71:8080/newgenlibctxt/Opac2_0.jsp
> > >
> > > Now I want to start the client part in Windows
> > /Linux
> > > For this do I need to install any other software
> other
> > than Java on the client
> > >
> > > Regarding the XP client machine , I have not
> > installed anything else
> > > So I am confused when u mentioned about
> > "C:/NewGenLibFiles/SystemFiles/ENV_VAR.txt"
> > > Advice requested
> > > Thanks
> > > Joseph John
> > >
> > >
> > >
> > > --- On Wed, 16/7/08, Siddartha E M
> > <sid...@ne...> wrote:
> > >
> > >> From: Siddartha E M
> > <sid...@ne...>
> > >> Subject: Re: [Newgenlib-users] Why the jar
> > reference in in LaunchApplication is
> "localhost"
> > not the IP address of the server
> > >> To: "John Joseph"
> > <jjk...@ya...>
> > >> Date: Wednesday, 16 July, 2008, 7:05 PM
> > >> Please change the IPADDRESS value in
> > >> C:/NewGenLibFiles/SystemFiles/ENV_VAR.txt
> > >> to the ipaddress of the server
> > >>
> > >>
> > >> On Wed, Jul 16, 2008 at 6:16 PM, John Joseph
> > >> <jjk...@ya...> wrote:
> > >>
> > >> > Hi
> > >> > I am trying to LaunchApplication
> , by
> > >> >
> > >>
> >
> http://192.168.21.71:8080/newgenlibctxt/LaunchApplication
> > >> >
> > >> > For XP users , while launcing the link
> "
> > >> >
> > >>
> >
> http://192.168.21.71:8080/newgenlibctxt/LaunchApplication"
> > >> >
> > >> > It start "Java Web Start" ,
> but
> > the jar
> > >> referece in LaunchApplication is
> > >> > "localhost" not the IP address
> of
> > the
> > >> server.
> > >> > Thanks
> > >> > Joseph John
> > >> >
> > >> >
> > >> >
> > >> > ##
> > >> > The "LauncApplication" file
> have
> > this
> > >> content
> > >> >
> > >> > <?xml version="1.0"
> > >> encoding="UTF-8"?>
> > >> > <jnlp spec="1.0+"
> > >>
> >
> codebase="http://localhost:8080/newgenlibctxt"
> > >> >
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/LaunchApplication">
> > >> > <information>
> > >> >
> <title>NewGenLib</title>
> > >> > <vendor>KIIKM and
> > VSPL</vendor>
> > >> > <homepage
> > >>
> href="http://www.newgenlib.com"/>
> > >> > <description>New
> generation in
> > library
> > >> automation</description>
> > >> > <description
> > >>
> kind="short"></description>
> > >> > <icon
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/newgenliblogo.GIF
> > >> > "/>
> > >> > <offline-allowed/>
> > >> > </information>
> > >> > <security>
> > >> > <all-permissions/>
> > >> > </security>
> > >> > <resources>
> > >> > <j2se
> > version="1.4"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/client.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/Date_selector.jar
> > >> > "/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/jdom.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/jh.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/marc4j.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/MARCComponent.jar
> > >> > "/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/normalizer.jar"/>
> > >> > <jar href="
> > >> >
> > >>
> >
> http://localhost:8080/newgenlibctxt/poi-2.0-pre3-20030728.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/itext-1.02b.jar"/>
> > >> > <jar href="
> > >> >
> > >>
> >
> http://localhost:8080/newgenlibctxt/PredictionAlgorithm.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/activation.jar"/>
> > >> > <jar href="
> > >> >
> > >>
> >
> http://localhost:8080/newgenlibctxt/commons-email-1.0.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/mail.jar"/>
> > >> > <jar href="
> > >> >
> > >>
> >
> http://localhost:8080/newgenlibctxt/SendLogFileComponent.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/looks-2.0.4.jar"/>
> > >> > <jar
> > >>
> >
> href="http://localhost:8080/newgenlibctxt/OfficeLnFs_2.4.jar
> > >> > "/>
> > >> > </resources>
> > >> > <applet-desc
> > >> >
> > >>
> >
> documentBase="http://localhost:8080/newgenlibctxt"
> > >> > name="NewGenMain"
> > >> >
> > >>
> > main-class="newgen.presentation.NewGenMain"
> > >> > width="800"
> > >> > height="600">
> > >> > </applet-desc>
> > >> > </jnlp>
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > Unlimited freedom, unlimited
> storage.
> > Get it now,
> > >> on
> > >> >
> > >>
> >
> http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
> > >> >
> > >> >
> > >>
> >
> -------------------------------------------------------------------------
> > >> > This SF.Net email is sponsored by the
> Moblin
> > Your Move
> > >> Developer's
> > >> > challenge
> > >> > Build the coolest Linux based
> applications
> > with Moblin
> > >> SDK & win great
> > >> > prizes
> > >> > Grand prize is a trip for two to an Open
> > Source event
> > >> anywhere in the world
> > >> >
> > >>
> >
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > >> >
> > _______________________________________________
> > >> > NewGenLib-Users mailing list
> > >> > New...@li...
> > >> >
> > >>
> >
> https://lists.sourceforge.net/lists/listinfo/newgenlib-users
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> Siddartha E.M.,
> > >> Chief Executive Officer,
> > >> Verus Solutions
> > >
> > >
> > > Check out the all-new face of Yahoo! India.
> Go to
> > http://in.yahoo.com/
> > >
> > >
> >
> -------------------------------------------------------------------------
> > > This SF.Net email is sponsored by the Moblin Your
> Move
> > Developer's challenge
> > > Build the coolest Linux based applications with
> Moblin
> > SDK & win great prizes
> > > Grand prize is a trip for two to an Open Source
> event
> > anywhere in the world
> > >
> >
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> > > _______________________________________________
> > > NewGenLib-Users mailing list
> > > New...@li...
> > >
> >
> https://lists.sourceforge.net/lists/listinfo/newgenlib-users
> > >
> > >
> >
> >
> >
> > --
> > Siddartha E.M.,
> > Chief Executive Officer,
> > Verus Solutions
>
>
> Unlimited freedom, unlimited storage. Get it now, on
> http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html/
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move
> Developer's challenge
> Build the coolest Linux based applications with Moblin SDK
> & win great prizes
> Grand prize is a trip for two to an Open Source event
> anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> NewGenLib-Users mailing list
> New...@li...
> https://lists.sourceforge.net/lists/listinfo/newgenlib-users
Explore your hobbies and interests. Go to http://in.promos.yahoo.com/groups/
|