I am trying to do an installation of farcry on my windows 2012 server with Lucee and MSSQL 2014
I get to the screen where it asks for my DSN and DB server type then when I go to the next screen, I get this error
it looks like it is trying to update a user that does not exist. Am I supposed to create this? If so, why is it not in the install instructions. and what exactly am I supposed to do?
Lucee 5.0.0.252 Error (database)
Message
Detail Invalid object name 'dbo.farUser'.
SQL UPDATE dbo.farUser
SET
password = 'farcry'
WHERE
userid = 'farcry'
DatabaseName Microsoft SQL Server
DatabaseVersion 12.00.4213
DriverName Microsoft SQL Server JDBC Driver 3.0
DriverVersion 3.0.1301.101
Datasource securedonor
Stacktrace The Error Occurred in
C:\inetpub\wwwroot\farcry\core\webtop\install\index.cfm: line 997
995: WHERE
996: userid = <cfqueryparam cfsqltype="cf_sql_varchar" value="farcry">
997: </cfquery>
998:
999:
called from C:\inetpub\wwwroot\farcry\core\webtop\install\index.cfm: line 34
Java Stacktrace lucee.runtime.exp.DatabaseException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:197)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1493)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:390)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:340)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:179)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:154)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:322)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:265)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:274)
at lucee.runtime.type.QueryImpl.(QueryImpl.java:219)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:820)
at lucee.runtime.tag.Query.doEndTag(Query.java:583)
at farcry.core.webtop.install.index_cfm$cf.udfCall2(C:\inetpub\wwwroot\farcry\core\webtop\install\index.cfm:997)
at farcry.core.webtop.install.index_cfm$cf.udfCall(C:\inetpub\wwwroot\farcry\core\webtop\install\index.cfm)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:105)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:337)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:770)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:752)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1570)
at farcry.core.webtop.install.index_cfm$cf.call(C:\inetpub\wwwroot\farcry\core\webtop\install\index.cfm:34)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:893)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:808)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:803)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:226)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2250)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2242)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2210)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:846)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:103)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:872)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
Timestamp 8/26/16 7:03:42 PM CDT