Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
dbschemaMapping error
System
Hi,
I am trying to create a dbschema file using OD admin interface. I conected to database with no issues. When I try to select a table from dropdown which I want map to, interface is throwing the following error. Any thoughts please?
We are on OD6.0.2/TS6.5/Win2003/SQL2000.
Thanks,
Krishna.
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet.init() for servlet GetNewColumnDataServlet threw exception
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:534)
root cause
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key error.command.not.found
java.util.ResourceBundle.getObject(ResourceBundle.java:314)
java.util.ResourceBundle.getString(ResourceBundle.java:274)
com.interwoven.framework.command.CommandNotFoundException.getMessage(CommandNotFoundException.java:54)
java.lang.Throwable.getLocalizedMessage(Throwable.java:266)
java.lang.Throwable.toString(Throwable.java:343)
java.lang.String.valueOf(String.java:2131)
java.io.PrintStream.print(PrintStream.java:462)
java.io.PrintStream.println(PrintStream.java:599)
org.apache.tomcat.util.log.SystemLogHandler.println(SystemLogHandler.java:238)
org.apache.jasper.util.SystemLogHandler.println(SystemLogHandler.java:220)
java.lang.Throwable.printStackTrace(Throwable.java:461)
com.interwoven.framework.base.FrameworkConfigurationException.printStackTrace(FrameworkConfigurationException.java:52)
java.lang.Throwable.printStackTrace(Throwable.java:451)
com.interwoven.framework.command.CommandServlet.init(CommandServlet.java:55)
javax.servlet.GenericServlet.init(GenericServlet.java:211)
com.interwoven.opendeploy.ui.OpenDeployServlet.init(OpenDeployServlet.java:81)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:534)
note The full stack trace of the root cause is available in the Apache Tomcat/5.0.27 logs.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.27
Find more posts tagged with
Comments
There are no comments yet