Problem with the Windows installation

229 views
Skip to first unread message

parkbenchbruce

unread,
Mar 19, 2011, 6:08:40 AM3/19/11
to Constellio
Guys,

I downloaded, installed and followed the instructions in step 4. Run
the startup script : start_constellio. It wanted Java VM 1.6 which I
downloaded.

The localhost command did not work so I suspected that either a
firewall or the IIS was off. Checked the settings in Vista and saw
IIS was off. Turned it on. Still no luck with localhost command. I
ping it and it was there so I tried http://127.0.0.1 and IIS was
there. Tried http://127.0.0.1/constellio and received not found page
with the following details:

Found your discussions with the updated java runtime
http://wiki.constellio.com/index.php/Requirements
and downloaded jdk-6u24 but still the same result.

IIS The resource you are looking for has been removed, had its name
changed, or is temporarily unavailable
Module IIS Web Core
Notification MapRequestHandler
Handler StaticFile
Error Code 0x80070002

Requested URL http://127.0.0.1:80/constellio
Physical Path C:\inetpub\wwwroot\constellio
Logon Method Anonymous
Logon User Anonymous
Thanks,
Bruce

Nicolas Bélisle

unread,
Mar 19, 2011, 9:47:18 AM3/19/11
to const...@googlegroups.com
Just to be sure, have you tried the following URL:  http://localhost:8080/constellio
Constellio runs on the 8080 port. Also, it does not need IIS.

Else, try running from the command line and see if any stacktrace/error message comes up.

--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes Constellio.
Pour envoyer un message à ce groupe, adressez un e-mail à const...@googlegroups.com.
Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse constellio+...@googlegroups.com.
Pour plus d'options, consultez la page de ce groupe : http://groups.google.com/group/constellio?hl=fr


parkbenchbruce

unread,
Mar 19, 2011, 8:21:41 PM3/19/11
to Constellio
Nicolas,
Thanks for the reply. I have tried the url:http://localhost:8080
returns IE cannot find page.

So it is either the location or is being blocked.
The http://localhost command is also showing IE cannot find page. The
loopback using
http://127.0.0.1 shows IIS welcolme screen and
http://127.0.0.1:8080 or http://127.0.0.1:8080/constellio returns IE
cannot find page.

The batch file fires off a Java runtime environment. My batch file is
The start Constellio batch file is
@echo off
rem
---------------------------------------------------------------------------
rem Start script for Constellio
rem
---------------------------------------------------------------------------

set CONSTELLIO_HOME=%~dps0
set CONSTELLIO_DATA=%CONSTELLIO_HOME%data
set CATALINA_HOME=%CONSTELLIO_HOME%tomcat

rem If JRE_HOME is not defined, manually set JRE_HOME for Tomcat using
the JVM
if "%JRE_HOME%"=="" for /f "delims=" %%A in ('java JreHomeProperty')
do set JRE_HOME=%%A

rem Set any default JVM options
set JAVA_OPTS=-Dfile.encoding=UTF8 -Xmx1024m -XX:MaxPermSize=160m -
server -Dconstellio.home=%CONSTELLIO_HOME% -Dderby.system.home=
%CONSTELLIO_DATA%

echo Starting Tomcat Application Server
call "%CATALINA_HOME%\bin\startup.bat"

any thoughts? I do like Constellio
Thanks,
Bruce



On Mar 20, 12:47 am, Nicolas Bélisle <nicolas.beli...@doculibre.com>
wrote:
> Just to be sure, have you tried the following URL:http://localhost:8080/constellio
> Constellio runs on the 8080 port. Also, it does not need IIS.
>
> Else, try running from the command line and see if any stacktrace/error
> message comes up.
>
> <http://localhost:8080/constellio>Ref.http://wiki.constellio.com/index.php/Getting_Started
>
> Regards,
>
> Nicolas
>
>
>
> On Sat, Mar 19, 2011 at 6:08 AM, parkbenchbruce <bgr...@gmail.com> wrote:
> > Guys,
>
> > I downloaded, installed and followed the instructions in step 4. Run
> > the startup script : start_constellio. It wanted Java VM 1.6 which I
> > downloaded.
>
> > The localhost command did not work so I suspected that either a
> > firewall or the IIS was off.  Checked the settings in Vista and saw
> > IIS was off.  Turned it on.  Still no luck with localhost command.  I
> > ping it and it was there so I triedhttp://127.0.0.1and IIS was
> > there.  Triedhttp://127.0.0.1/constellioand received not found page
> > with the following details:
>
> > Found your discussions with the updated java runtime
> >http://wiki.constellio.com/index.php/Requirements
> > and downloaded jdk-6u24 but still the same result.
>
> > IIS The resource you are looking for has been removed, had its name
> > changed, or is temporarily unavailable
> > Module IIS Web Core
> > Notification MapRequestHandler
> > Handler StaticFile
> > Error Code 0x80070002
>
> > Requested URLhttp://127.0.0.1:80/constellio
> > Physical Path C:\inetpub\wwwroot\constellio
> > Logon Method Anonymous
> > Logon User Anonymous
> > Thanks,
> > Bruce
>
> > --
> > Vous recevez ce message, car vous êtes abonné au groupe Google
> > Groupes Constellio.
> > Pour envoyer un message à ce groupe, adressez un e-mail à
> > const...@googlegroups.com.
> > Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse
> > constellio+...@googlegroups.com.
> > Pour plus d'options, consultez la page de ce groupe :
> >http://groups.google.com/group/constellio?hl=fr- Hide quoted text -
>
> - Show quoted text -

Nicolas Bélisle

unread,
Mar 19, 2011, 8:23:45 PM3/19/11
to const...@googlegroups.com
Hi Bruce, 

What's the output when you run the batch file in console ?

Also, do you have anything using the 8080 port ?

Regards, 

Nicolas

parkbenchbruce

unread,
Mar 22, 2011, 2:46:21 AM3/22/11
to Constellio
Nicolas,

I tried different machines and we found that the shortcut on the
desktop Constellio did not work but if you navigate to the Program
files/constellio/start.bat file and execute it it fires up Tomcat.
The batch file on the desktop might be blocked in the environment.

Bruce

On Mar 20, 11:23 am, Nicolas Bélisle <nicolas.beli...@doculibre.com>
wrote:
> Hi Bruce,
>
> What's the output when you run the batch file in console ?
>
> Also, do you have anything using the 8080 port ?
>
> Regards,
>
> Nicolas
>
>
>
> On Sat, Mar 19, 2011 at 8:21 PM, parkbenchbruce <bgr...@gmail.com> wrote:
> > Nicolas,
> > Thanks for the reply. I have tried the url:http://localhost:8080
> > returns IE cannot find page.
>
> > So it is either the location or is being blocked.
> > Thehttp://localhostcommand is also showing IE cannot find page.  The
> > loopback using
> >http://127.0.0.1shows IIS welcolme screen and
> >http://127.0.0.1:8080orhttp://127.0.0.1:8080/constellioreturns IE
> > > > there.  Triedhttp://127.0.0.1/constellioandreceived not found page
> > > > with the following details:
>
> > > > Found your discussions with the updated java runtime
> > > >http://wiki.constellio.com/index.php/Requirements
> > > > and downloaded jdk-6u24 but still the same result.
>
> > > > IIS The resource you are looking for has been removed, had its name
> > > > changed, or is temporarily unavailable
> > > > Module IIS Web Core
> > > > Notification MapRequestHandler
> > > > Handler StaticFile
> > > > Error Code 0x80070002
>
> > > > Requested URLhttp://127.0.0.1:80/constellio
> > > > Physical Path C:\inetpub\wwwroot\constellio
> > > > Logon Method Anonymous
> > > > Logon User Anonymous
> > > > Thanks,
> > > > Bruce
>
> > > > --
> > > > Vous recevez ce message, car vous êtes abonné au groupe Google
> > > > Groupes Constellio.
> > > > Pour envoyer un message à ce groupe, adressez un e-mail à
> > > > const...@googlegroups.com.
> > > > Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse
> > > > constellio+...@googlegroups.com.
> > > > Pour plus d'options, consultez la page de ce groupe :
> > > >http://groups.google.com/group/constellio?hl=fr-Hide quoted text -

Nicolas Bélisle

unread,
Mar 22, 2011, 11:15:16 AM3/22/11
to const...@googlegroups.com
From the console, can you provide the output when you run the Desktop shortcut ?

Thanks, 

Nicolas

parkbenchbruce

unread,
Mar 23, 2011, 2:38:34 AM3/23/11
to Constellio
Nicolas,
The DOS output from running start_constellio.bat

Starting Tomcat Application Server
Using CATALINA_BASE: "C:\CONSTE~1\CONSTE~1\tomcat"
Using CATALINA_HOME: "C:\CONSTE~1\CONSTE~1\tomcat"
Using CATALINA_TMPDIR: "C:\CONSTE~1\CONSTE~1\tomcat\temp"
Using JRE_HOME: "C:\Program Files\Java\jre6"
Using CLASSPATH: "C:\CONSTE~1\CONSTE~1\tomcat\bin\bootstrap.jar"

on another machine we had tomcat run

Thanks,
Bruce

On Mar 23, 2:15 am, Nicolas Bélisle <nicolas.beli...@doculibre.com>
> > > > Thehttp://localhostcommandis also showing IE cannot find page.  The
> > > > loopback using
> > > >http://127.0.0.1showsIIS welcolme screen and
> > > > > > there.  Triedhttp://127.0.0.1/constellioandreceivednot found page
> > > > > > with the following details:
>
> > > > > > Found your discussions with the updated java runtime
> > > > > >http://wiki.constellio.com/index.php/Requirements
> > > > > > and downloaded jdk-6u24 but still the same result.
>
> > > > > > IIS The resource you are looking for has been removed, had its name
> > > > > > changed, or is temporarily unavailable
> > > > > > Module IIS Web Core
> > > > > > Notification MapRequestHandler
> > > > > > Handler StaticFile
> > > > > > Error Code 0x80070002
>
> > > > > > Requested URLhttp://127.0.0.1:80/constellio
> > > > > > Physical Path C:\inetpub\wwwroot\constellio
> > > > > > Logon Method Anonymous
> > > > > > Logon User Anonymous
> > > > > > Thanks,
> > > > > > Bruce
>
> > > > > > --
> > > > > > Vous recevez ce message, car vous êtes abonné au groupe Google
> > > > > > Groupes Constellio.
> > > > > > Pour envoyer un message à ce groupe, adressez un e-mail à
> > > > > > const...@googlegroups.com.
> > > > > > Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse
> > > > > > constellio+...@googlegroups.com.
> > > > > > Pour plus d'options, consultez la page de ce groupe :
> > > > > >http://groups.google.com/group/constellio?hl=fr-Hidequoted text -

Chris Haus

unread,
Mar 23, 2011, 4:44:00 AM3/23/11
to Constellio
That is kind of similar to Linux.

cd /
/var/opt/constellio/start_constellio.sh
does not work but:
cd /var/opt/constellio
./start_constellio.sh
does work.


/var/opt/constellio/start_constellio.sh
chmod: Zugriff auf âtomcat/bin/*.shâ nicht möglich: Datei oder
Verzeichnis nicht gefunden
Exception in thread "main" java.lang.NoClassDefFoundError:
JreHomeProperty
Caused by: java.lang.ClassNotFoundException: JreHomeProperty
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:
294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: JreHomeProperty. Program will exit.
Starting Tomcat Application Server
Using CATALINA_BASE: /var/opt/constellio/tomcat
Using CATALINA_HOME: /var/opt/constellio/tomcat
Using CATALINA_TMPDIR: /var/opt/constellio/tomcat/temp
Using JRE_HOME: /usr
Using CLASSPATH: /var/opt/constellio/tomcat/bin/bootstrap.jar




So it is something about the batch?
> > > > > Thehttp://localhostcommandisalso showing IE cannot find page.  The
> > > > > loopback using
> > > > >http://127.0.0.1showsIISwelcolme screen and
> > > > > > > there.  Triedhttp://127.0.0.1/constellioandreceivednotfound page
> > > > > > > with the following details:
>
> > > > > > > Found your discussions with the updated java runtime
> > > > > > >http://wiki.constellio.com/index.php/Requirements
> > > > > > > and downloaded jdk-6u24 but still the same result.
>
> > > > > > > IIS The resource you are looking for has been removed, had its name
> > > > > > > changed, or is temporarily unavailable
> > > > > > > Module IIS Web Core
> > > > > > > Notification MapRequestHandler
> > > > > > > Handler StaticFile
> > > > > > > Error Code 0x80070002
>
> > > > > > > Requested URLhttp://127.0.0.1:80/constellio
> > > > > > > Physical Path C:\inetpub\wwwroot\constellio
> > > > > > > Logon Method Anonymous
> > > > > > > Logon User Anonymous
> > > > > > > Thanks,
> > > > > > > Bruce
>
> > > > > > > --
> > > > > > > Vous recevez ce message, car vous êtes abonné au groupe Google
> > > > > > > Groupes Constellio.
> > > > > > > Pour envoyer un message à ce groupe, adressez un e-mail à
> > > > > > > const...@googlegroups.com.
> > > > > > > Pour vous désabonner de ce groupe, envoyez un e-mail à l'adresse
> > > > > > > constellio+...@googlegroups.com.
> > > > > > > Pour plus d'options, consultez la page de ce groupe :
> > > > > > >http://groups.google.com/group/constellio?hl=fr-Hidequotedtext -

Nicolas Bélisle

unread,
Mar 23, 2011, 8:06:08 AM3/23/11
to const...@googlegroups.com
Thanks. Very useful information.

Will look into the issue. 

Regards, 

Nicolas

parkbenchbruce

unread,
Mar 24, 2011, 12:07:31 AM3/24/11
to Constellio
Guys,
Microsoft has blocked normal execution with their DOS environments in
the past and now they get normal run which may get blocked without an
error message or run as administrator. I checked both modes so it may
be the path or path permissions.
Thanks,
Bruce

On Mar 23, 11:06 pm, Nicolas Bélisle <nicolas.beli...@doculibre.com>
wrote:
> > > > > > > Thehttp://localhostcommandisalsoshowing IE cannot find page.
> >  The
> > > > > > > loopback using
> > > > > > >http://127.0.0.1showsIISwelcolmescreen and
> >http://groups.google.com/group/constellio?hl=fr- Hide quoted text -

parkbenchbruce

unread,
Mar 30, 2011, 5:50:07 AM3/30/11
to Constellio
Guys,
I just installed the Lucid Enterprise windows installer, worked first
time. Their installation goes to http://127.0.0.1:8989/search/collection1.
It might help
Thanks,
Bruce
> > > > > > > > Thehttp://localhostcommandisalsoshowingIE cannot find page.
> ...
>
> read more »- Hide quoted text -

Nicolas Bélisle

unread,
Mar 30, 2011, 10:31:33 AM3/30/11
to const...@googlegroups.com
We're working to bring a native installer for Windows soon.

Regards,

Nicolas

Bernard Tremblay

unread,
Nov 26, 2013, 10:35:59 AM11/26/13
to const...@googlegroups.com
Bonjour,
 
 
Est-ce qu'il existe maintenant un installateur windows pour installer Constellio ???  Si oui, où peut-on le trouver ???
 
Is the native windows installer done ?   An if it's done, where can we find it ??
Regards,
                  Bernard Tremblay
                   CELL

Nicolas Bélisle

unread,
Nov 26, 2013, 11:04:20 AM11/26/13
to const...@googlegroups.com
In version 1.3, we had Java installer (based on IZPack) that worked on Windows (as well as Linux). 
It's basically the standalone version + start menus.
We could bring if back if there's a need for it.

However, I recommend installing Apache Tomcat and adding constellio.war.

Regards,

Nicolas

Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse constellio+...@googlegroups.com.

Pour envoyer un message à ce groupe, adressez un e-mail à const...@googlegroups.com.
Visitez ce groupe à l'adresse http://groups.google.com/group/constellio .
Pour plus d'options, visitez le site https://groups.google.com/groups/opt_out .

Reply all
Reply to author
Forward
0 new messages