当前位置: 首页 > 知识库问答 >
问题:

使用Tomcat和示例安装工作区

商飞翮
2023-03-14

我将要安装Social Business Toolkit,因此我遵循了IBM SBD Wiki上的说明:http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?lookupName=IBM社交业务工具包SDK文档#action=openDocument

启动Tomcat我检索一些错误:

23.10.2013 12:11:38 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;C:\WINNT\Sun\Java\bin;C:\WINNT\system32;C:\WINNT;C:/Program Files/Java/jre7/bin/client;C:/Program Files/Java/jre7/bin;C:/Program Files/Java/jre7/lib/i386;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WINNT\system32\WindowsPowerShell\v1.0;C:\Program Files\7-Zip;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\eclipse;;.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:com.ibm.sbt.dojo180' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:smartcloud.webapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:com.ibm.sbt.bootstrap211' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:acme.social.sample.webapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:com.ibm.sbt.web' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:acme.sample.webapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:acme.social.sample.dataapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:social.helloworld.webapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:helloworld.webapp' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:com.ibm.sbt.sample.web' did not find a matching property.
23.10.2013 12:11:39 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:com.ibm.sbt.jquery180' did not find a matching property.
23.10.2013 12:11:39 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8080"]
23.10.2013 12:11:39 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8443"]
23.10.2013 12:11:40 org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8009"]
23.10.2013 12:11:40 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 2554 ms
23.10.2013 12:11:41 org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
23.10.2013 12:11:41 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.30
23.10.2013 12:11:49 org.apache.catalina.core.StandardContext resourcesStart
SCHWERWIEGEND: Error starting static Resources
java.lang.IllegalArgumentException: Document base C:\sbtk\workspaceWin\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\com.ibm.sbt.jquery180 does not exist or is not a readable directory
    at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:140)
    at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4906)
    at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5086)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
23.10.2013 12:11:49 org.apache.catalina.core.StandardContext startInternal
SCHWERWIEGEND: Error in resourceStart()
23.10.2013 12:11:49 org.apache.catalina.core.StandardContext startInternal
SCHWERWIEGEND: Error getConfigured
23.10.2013 12:11:49 org.apache.catalina.core.StandardContext startInternal
SCHWERWIEGEND: Context [/sbt.jquery180] startup failed due to previous errors
23.10.2013 12:11:49 org.apache.catalina.deploy.NamingResources cleanUp
WARNUNG: Failed to retrieve JNDI naming context for container [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/sbt.jquery180]] so no cleanup was performed for that container
javax.naming.NameNotFoundException: Name [comp/env] is not bound in this Context. Unable to find [comp].
    at org.apache.naming.NamingContext.lookup(NamingContext.java:820)
    at org.apache.naming.NamingContext.lookup(NamingContext.java:168)
    at org.apache.catalina.deploy.NamingResources.cleanUp(NamingResources.java:988)
    at org.apache.catalina.deploy.NamingResources.stopInternal(NamingResources.java:970)
    at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
    at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5495)
    at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
    at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
23.10.2013 12:11:53 org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8080"]
23.10.2013 12:11:53 org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8443"]
23.10.2013 12:11:53 org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8009"]
23.10.2013 12:11:53 org.apache.catalina.startup.Catalina start
INFO: Server startup in 12306 ms

我怎样才能摆脱它们?

共有1个答案

谭毅然
2023-03-14

jquery和dojo是数千个文件。。。这数千个文件正在从您的工作目录复制到您的服务器(或者更恰当地说,是tomcat的工作区配置文件夹),当这些文件被复制到某个时间窗口内时,如果该时间窗口用完,系统会让您继续,或者提示所有文件都未发布。

在这种情况下,不会发布所有文件,请在服务器上单击鼠标右键,然后单击“发布”或“刷新服务器”

 类似资料:
  • 我试图建立一个示例REST Web服务使用Eclipse在Ubuntu和使用maven/jersey/tomcat。大部分设置都很顺利,服务部署在服务器上。然而,在调用完整的上下文URL时,我在服务器上得到了下面的错误 javax。servlet。ServletException:Servlet。servlet jersey serlvet的init()引发异常组织。阿帕奇。卡塔琳娜。验证者。Au

  • 主要内容:Tomcat 下载和安装Servlet 是基于 Java 的动态网站开发技术,它的所有类和组件都是基于 Java 实现的,要想使用 Servlet,就必须提前配置好 Java 运行环境。相信各位读者都已经掌握了如何搭建 Java 环境,此处就不再赘述了,不了解的读者请转到: Java JDK下载与安装教程 Java JDK环境变量配置 搭建好了 Java 环境,再安装一款 Web 容器就可以运行 Servlet 代码了。

  • 我正在创建我的第一个项目Java EE7,但我遇到了麻烦。感谢任何帮助。 Tomcat 7.0.34 JSF 2.2 PrimeFaces 3.5 javaee-api-7.0.jar 当应用程序启动时,Tomcat日志显示以下消息: Java EE 6@javax.annotation.managedBean vs@javax.inject.named vs@javax.faces.manage

  • 我有一个maven项目,我想用ApacheTomcat7调试它。以下是我的pom的内容。xml。 我在eclipse中创建了一个名为mytomcatserver的tomcat服务器,并使其使用安装目录。我还在中指定了这个tomcat服务器。m2/设置。xml。当我在maven build中运行tomcat7:deploy时,它将war部署到指定的tomcat实例,然后我可以从浏览器访问web应用程

  • 我在eclipse中创建了Sample Grails应用程序,我使用run-app运行。它工作正常,也可以在浏览器中打开。 但对于同一个应用程序,我使用grails: maven-install构建. war文件。我正在尝试部署,但我得到了以下错误: 2013年3月26日11:56:26下午组织。阿帕奇。卡塔琳娜。果心StandardContext startInternal SEVERE:Con

  • 本文向大家介绍Centos7安装swoole扩展操作示例,包括了Centos7安装swoole扩展操作示例的使用技巧和注意事项,需要的朋友参考一下 本文实例讲述了Centos7安装swoole扩展操作。分享给大家供大家参考,具体如下: 我的PHP版本为PHP 7.2.24 更新源 安装需要支持的扩展 安装swoole 安装成功 安装失败 php -m或者 phpinfo()查看不到swoole 解