简体   繁体   English

尝试访问Websphere 7.0版本中的特定URI时遇到问题

[英]Have issues while trying to access specific URI in Websphere 7.0 version

There is some update activity in Websphere server.After update i am not able to access my specific URI present in specific package, but i am able to access other link in my application Websphere server中有一些更新活动。更新后,我无法访问特定程序包中存在的特定URI,但可以访问应用程序中的其他链接

It throws the below error 它抛出以下错误

Error 404: javax.servlet.UnavailableException: 
SRVE0202E: Servlet was found, but is corrupted:
SRVE0227E: Check that the class resides in the proper package directory. done
SRVE0228E: Check that the classname has been defined in the server using the proper case and fully qualified package. done 
SRVE0229E: Check that the class was transferred to the filesystem using a binary transfer mode. 
SRVE0230E: Check that the class was compiled using the proper case (as defined in the class definition).
SRVE0231E: Check that the class file was not renamed after it was compiled.

I have checked the naming Convention , package casing , have compiled the file and place the file in area 我检查了命名约定,包装盒,已编译文件并将文件放在区域中

But unable to find what is wrong.Please suggest some solution 但无法找到问题所在。请提出一些解决方案

Issue is solved now. 问题已解决。 Path mentioned in the shared lib for the classes folder was incorrect. 共享库中针对classes文件夹提及的路径不正确。 It is working after the valid path is mentioned. 提及有效路径后,它便开始工作。

Before that it is referring to the classes folder from web-inf classes in war folder and there were no file present at that path 在此之前,它是指war文件夹中的web-inf类中的classes文件夹,并且该路径中没有文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM