`
famoushz
  • 浏览: 2951525 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

WPS 5.1 Server some path errors solution

阅读更多

I have been the victim of same frustration as you all have been. The solution I am suggesting here worked for me and hope will work for you ALL too. Good Luck!

1. Stop your portal test server in RAD/RSA.
2. Go to the location as below
<Your_Workspace>\.metadata\.plugins\com.ibm.wtp.server.core\configs\06_12_06_10_52_AM31-data\cells\localhost\applications
3. Delete the folders belonging to your pain projects (you can find the list of these so called 'pain' projects from "applications" tab in server config in RAD)
4. Restart your portal test server and you will see (for your surprise) the pain projects are gone.

 

Oops, sorry forgot to mention that you need to delete the entries for "pain" projects from the following files too.

<Your_Workspace>\.metadata\.plugins\com.ibm.wtp.server.core\configs\06_12_06_10_52_AM31-data\cells\localhost\nodes\localhost\serverindex.xml

<Your_Workspace>\.metadata\.plugins\com.ibm.wtp.server.core\configs\06_12_06_10_52_AM31-data\memento.xml

分享到:
评论

相关推荐

    Android 解决build path errors的问题

    在Android开发过程中,遇到“build path errors”是一个常见的问题,这通常意味着你的项目构建路径存在错误,导致编译过程无法正常进行。本文将详细解析如何解决这类问题,并提供一些实用的解决方案。 首先,理解...

    warnings-treated-as-errors.md

    # all warnings being treated as errors ## 技巧 在ubuntu系统下编译一个程序包,有时会遇到这样的错误: $ make ... cc1: all warnings being treated as errors

    解决The project cannot be built until build path

    解决 Eclipse 中“项目无法构建直到build path”问题 Eclipse 是一个功能强大且流行的集成开发环境(IDE),广泛应用于 Java Web 开发中。但是在使用 Eclipse 进行项目开发时,经常会遇到“项目无法构建直到build ...

    Weblogic9异常解决nested errors.txt

    标题和描述均提到了“Weblogic9异常解决nested errors”,这指向了在使用WebLogic Server 9版本时可能遇到的特定错误处理问题。WebLogic Server是Oracle公司提供的一款功能强大的应用服务器,它支持多种标准协议,如...

    rsync实时同步报错error: some files/attrs were not transferred (see previous errors)解决

    一、故障现象 执行rsync同步时出现以下报错 [root@client abc]# rsync -azH --delete --password-file=/etc/server.pass /...rsync error: some files/attrs were not transferred (see previous errors) (code 23) at

    learning representations by back-propagating errors

    learning representations by back-propagating errors

    Struts的html errors的用法

    errors.add("sellname", new ActionMessage("errors.productNameEmpty")); } // 返回ActionErrors对象 return errors; } ``` **关键代码解析:** - `ActionErrors`对象用于收集所有验证过程中产生的错误。 - ...

    UiPath高级开发者认证-操作题

    The process should recover and retry in case of errors in navigation between WorkItems page. One transaction is the action of scraping one web page.By navigating to the next page, the next ...

    cfg_errors.gocfg_errors.gocfg_errors.go

    cfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.gocfg_errors.go

    PHP安装连接SQLSERVER扩展方法

    2. **环境变量**:在Windows环境下,可能还需要将SQL Server的客户端网络实用工具添加到系统的PATH环境变量中,以便PHP能够找到这些工具。 3. **安全性和权限**:在实际部署环境中,需要注意数据库连接的安全性,如...

    errors code

    在IT领域,特别是软件开发与部署中,“错误代码”(Errors Code)是常见的技术话题,它们对于诊断系统问题、理解程序运行状态具有至关重要的作用。本文将深入解析一个与Java Web应用开发相关的错误代码示例,该示例...

    Thinkphp 连接 SQL SERVER 类

    例如,你可以捕获`sqlsrv_errors`返回的错误信息。 8. **性能优化**: 对于大型SQL Server数据库,了解并应用T-SQL的最佳实践,以及SQL Server特有的性能调优技术,如索引、存储过程和视图,是提高应用程序性能的...

    sqlserver 文件配置

    在IT行业中,数据库管理系统是核心组成部分之一,而SQL Server作为微软公司推出的强大关系型数据库,被广泛应用在各种规模的企业和项目中。WAMP(Windows、Apache、MySQL、PHP)服务器则是一个在Windows环境下搭建...

    SQLserver策略备份时间突然异常增大处理

    ### SQL Server 策略备份时间异常增大的处理方法 在日常维护SQL Server数据库时,可能会遇到策略备份时间突然异常增大的情况。这种情况不仅影响到数据库的正常运行,还可能导致数据完整性受损。本文将详细探讨如何...

    xcode报错SDK does not contain 'libarclite' at the path

    然而,开发者们时常会遇到各种各样的错误,其中“SDK does not contain 'libarclite' at the path”是一个常见的问题,主要与Apple的Automatic Reference Counting (ARC)机制有关。本文将深入探讨这个错误的原因、...

    php链SQLServer2005/SQLServer2008

    die( print_r( sqlsrv_errors(), true)); } ?&gt; ``` 运行这段代码,如果一切配置正确,你应该能看到"Connection established."的提示,这意味着PHP成功连接到了SQL Server。 一旦连接建立,你就可以使用sqlsrv函数...

    PHP连接SQLServer代码

    而SQL Server是Microsoft公司推出的一款强大的关系型数据库管理系统。当需要在PHP环境中操作SQL Server数据库时,就需要一种方法来建立两者之间的连接。本文将详细探讨如何使用PHP连接SQL Server,以及相关的核心...

Global site tag (gtag.js) - Google Analytics