<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=448474515-27112006><FONT face=Arial 
color=#0000ff size=2>The 'setup wizard is still enabled' error may be ignored - 
it seems to say this even when the setup wizard _needs_ to be enabled, i.e. just 
before you go through the set-up process!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=448474515-27112006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=448474515-27112006><FONT face=Arial 
color=#0000ff size=2>As for the javac Exception: it looks as though you're 
running using the JRE rather than the full JDK.  Make sure that you have 
the JDK installed and that executing 'java' at the command line reaches a copy 
of Java in the JDK location.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=448474515-27112006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=448474515-27112006><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opencms-dev-bounces@opencms.org 
[mailto:opencms-dev-bounces@opencms.org] <B>On Behalf Of </B>Juanjo 
Cuadrado<BR><B>Sent:</B> 27 November 2006 15:40<BR><B>To:</B> 
opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] Problems with 
setup<BR></FONT><BR></DIV>
<DIV></DIV>Hi,<BR><BR>    I'm trying to run the install of 
OpenCMS. I have installed java, tomcat and mysql. I have put the opencms.war 
file into wepapp directory. But when I put "<A 
href="http://localhost:8080/opencms/setup">http://localhost:8080/opencms/setup 
</A>" it give me the follow error:<BR><BR>2006-11-27 15:56:59 
StandardContext[/opencms]Servlet /opencms threw load() 
exception<BR>javax.servlet.ServletException: Critical error during OpenCms 
initialization: The OpenCms setup wizard is still enabled. 
<BR>    at 
org.opencms.main.OpenCmsServlet.init(OpenCmsServlet.java:241)<BR>    
at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)<BR>    
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java 
:862)<BR>    at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)<BR>    
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)<BR>    
at org.apache.catalina.core.ContainerBase.addChildInternal 
(ContainerBase.java:823)<BR>    at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)<BR>    
at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)<BR>    
at org.apache.catalina.core.StandardHostDeployer.install 
(StandardHostDeployer.java:277)<BR>    at 
org.apache.catalina.core.StandardHost.install(StandardHost.java:832)<BR>    
at 
org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)<BR>    
at org.apache.catalina.startup.HostConfig.deployApps 
(HostConfig.java:431)<BR>    at 
org.apache.catalina.startup.HostConfig.check(HostConfig.java:1083)<BR>    
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:327)<BR>    
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent 
(LifecycleSupport.java:119)<BR>    at 
org.apache.catalina.core.StandardHost.backgroundProcess(StandardHost.java:800)<BR>    
at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java 
:1619)<BR>    at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1628)<BR>    
at 
org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java 
:1608)<BR>    at java.lang.Thread.run(Unknown 
Source)<BR><BR>2006-11-27 15:57:26 StandardContext[/manager]HTMLManager: list: 
Listing contexts for virtual host 'localhost'<BR>2006-11-27 15:57:34 
StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw 
exception<BR>Unable to find a javac compiler;<BR>com.sun.tools.javac.Main is not 
on the classpath.<BR>Perhaps JAVA_HOME does not point to the 
JDK<BR>    at 
org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler 
(CompilerAdapterFactory.java:106)<BR>...<BR><BR>    Any 
idea?<BR></BODY></HTML>