This really _IS_ a great project, it puts up with stupid users like me and
even tries to save them from themselves. I apologize to all for my
disparaging remarks. :)

I realized that I didn't have the JDK in my system PATH variable. I thought
I had verified that but I must have been in a caffeine low. install.exe
works now and I was able to successfully start the server. Thanks to all.

I am still working on the CVS part.

Cheers.

Tim

> -----Original Message-----
> From: Tim Barthel [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 9:26 PM
> To: jBoss
> Subject: RE: [jBoss-User] jboss 2.0 missing run.jar, help??
>
>
> First I tried the installer from http://www.jboss.org/binary.htm
> I remember downloading and installing the ZeroG installer and
> then selecting the NT download without the JVM. A download box
> popped up for install.exe. The download finished and the
> instructions say to double click the install.exe after the
> download finished. When I did that, I got the error I originally
> mentioned. I think I tried both the "Start Installer for Windows
> 95,98,NT..." amd the Win 95, 98, NT link further down the page.
>
> I then downloaded the jboss.zip and put it in the same directory
> as the installer downloaded above. I tried the install.exe again
> thinking maybe it needed the zip also but got the same result.
>
> Next I extracted jboss.zip with jdk1.3 jar to c:\usr\local
> because I don't have winzip. I didn't get the structure I wanted
> so I created a jboss2 directory and moved all the extracted files
> and directories to this directory. I then went to the directory
> C:\usr\local\jboss2\jboss\src\bin from a command prompt and
> executed run.bat. It complains about the missing run.jar file.
>
> I tried again using these steps:
> 1)surf to http://www.jboss.org
> 2)click jboss link under modules
> 3)select the binary link under "Have a look at..."
> 4)click the "Download now!" link udner jBoss 2.0 binary ...
> 5)click yes to download and install the ZeroG web installer
> 6)unselect "Include VM in download"
> 7)click "Start Installer for Windows 95,98,NT..." button download
> dialog informs me that I am dowloading to
> c:\IA_Installers\jboss2\install.exe
> 8)another dialogue tells me it is preparing to install
> 9)error dialogue "Can't launch executable" (The InstallAnywhere
> properties file contains invalid information) Try re-installing
> the application.
>
> Is it possible this is an NT only issue?
>
> I will work on getting the code from CVS and see if I can get
> that working.
>
> Tim
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Preston
> > Sent: Tuesday, June 27, 2000 3:09 PM
> > To: jBoss
> > Subject: Re: [jBoss-User] jboss 2.0 missing run.jar, help??
> >
> >
> > What I downloaded that worked was from
> > http://www.jboss.org/jBoss2/install.htm and
> > the Windows 95, 98, NT link on the page.  This one seems to work
> > and all seems to
> > be there.
> >
> > I'm new to jBoss, but  I may see the problem.   This is just a
> > guess. Maybe Ken
> > downloaded the zip file from http://www.jboss.org/binary.htm
> > which points to
> > http://www.jboss.org/binary/jboss.zip    jboss.zip  doesn't have
> > the  run.jar file
> > in it.  Also he says that the build.bat didn't work. If I just
> > run build.bat after
> > extracting contents of zip I get this error:
> >
> > D:\temp\jbossbld\jboss\src\build>REM convenience bat file to build with
> >
> > D:\temp\jbossbld\jboss\src\build>set CLASSPATH=..\..\lib\ant.jar
> >
> > D:\temp\jbossbld\jboss\src\build>set
> > CLASSPATH=..\..\lib\ant.jar;..\..\lib\xml.j
> > ar
> >
> > D:\temp\jbossbld\jboss\src\build>set
> > CLASSPATH=..\..\lib\ant.jar;..\..\lib\xml.j
> > ar;..\..\lib\xmlbeans.jar
> >
> > D:\temp\jbossbld\jboss\src\build>set
> > CLASSPATH=..\..\lib\ant.jar;..\..\lib\xml.j
> > ar;..\..\lib\xmlbeans.jar;..\..\build\classes
> >
> > D:\temp\jbossbld\jboss\src\build>set
> > CLASSPATH=..\..\lib\ant.jar;..\..\lib\xml.j
> > ar;..\..\lib\xmlbeans.jar;..\..\build\classes;..\..\lib\javac.jar
> >
> > D:\temp\jbossbld\jboss\src\build>java -classpath
> > "..\..\lib\ant.jar;..\..\lib\xm
> > l.jar;..\..\lib\xmlbeans.jar;..\..\build\classes;..\..\lib\javac.j
> > ar" org.apache
> > .tools.ant.Main
> > Buildfile: build.xml
> > Project base dir set to: D:\temp\jbossbld\jboss
> > Executing Target: init
> > Executing Target: prepare
> > Executing Target: compile
> > Compiling 1 source files to D:\temp\jbossbld\jboss\build\classes
> > D:\temp\jbossbld\jboss\src\main\org\jboss\tomcat\TomcatService.jav
> > a:18: Class or
> > g.apache.tomcat.startup.Tomcat not found in import.
> > import org.apache.tomcat.startup.Tomcat;
> >        ^
> > 1 error
> > BUILD FATAL ERROR: Compile failed, messages should have been provided.
> >
> > D:\temp\jbossbld\jboss\src\build>pause
> > Press any key to continue . . .
> >
> >
> >
> > Tom Preston wrote:
> >
> > > I just downloaded a new copy of the server and installed into a
> > dir that I just
> > > created:  D:\temp\jboss2.
> > >
> > > I looked in this directory and I found
> > D:\temp\jboss2\bin\run.jar     (i.e.,
> > > it wasn't missing from the distribution).
> > >
> > > I started the server (using jdk1.3 vm) from D:\temp\jboss2 and
> > it started up.
> > > It looks like it is all there to me....
> > >
> > > Ken Jenks wrote:
> > >
> > > > At 10:07 AM 06/27/2000 -0700, you wrote:
> > > > >Ok,
> > > > >
> > > > >I asked one of the guys at telkel (a business analyst) to
> > install the stuff
> > > > >from scratch and run the server.
> > > > >
> > > > >He did not report a problem with the install, nor the
> server running
> > > > >(run.jar is there).
> > > > >
> > > > >Retry it, I will give you the benefit of the doubt (like I
> > did when I said
> > > > >"maybe there is something wrong with the installer").
> > > > >
> > > > >I hate naysayer, they are useless.
> > > >
> > > > Uh, Marc. I just tried it again this morning. No run.jar.
> > Running build.bat
> > > > didn't build run.jar, either.
> > > >
> > > > Nay, I say. It doesn't work. More details this evening.
> > > >
> > > > -- Ken Jenks, http://abiblion.com/
> > > >
> > > >     Tools for reading.
> > > >
> > > > --
> > > > --------------------------------------------------------------
> > > > To subscribe:        [EMAIL PROTECTED]
> > > > To unsubscribe:      [EMAIL PROTECTED]
> > > > Problems?:           [EMAIL PROTECTED]
> > >
> > > --
> > > tcp
> > >
> > > Thomas Preston
> > > Vacation.com, Inc.
> > > Engineering Department
> > > 617.210.4850 x 124
> > >
> > > --
> > > --------------------------------------------------------------
> > > To subscribe:        [EMAIL PROTECTED]
> > > To unsubscribe:      [EMAIL PROTECTED]
> > > Problems?:           [EMAIL PROTECTED]
> >
> > --
> > tcp
> >
> > Thomas Preston
> > Vacation.com, Inc.
> > Engineering Department
> > 617.210.4850 x 124
> >
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
> >



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to