当前位置: 代码迷 >> Java Web开发 >> []weblogic报404异常,Error 404-Not Found From RFC 2068 Hypertext Transfer Protoco
  详细解决方案

[]weblogic报404异常,Error 404-Not Found From RFC 2068 Hypertext Transfer Protoco

热度:4064   发布时间:2016-04-10 22:56:19.0
[求助]weblogic报404错误,Error 404--Not Found From RFC 2068 Hypertext Transfer Protoco
求高手指点,解决了奉献高分~

访问的时候报这个错误:

Error 404--Not Found
 


From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:

10.4.5 404 Not Found

The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.

If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.


weblogic控制台报错:
2014-01-24 10:56:37,423 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel
.Default (self-tuning)'] ERROR com.kenoah.service.business.ServiceManager - java
.sql.SQLException: Io 异常: The Network Adapter could not establish the connecti
on
<2014-1-24 上午10时56分37秒 CST> <Error> <HTTP> <BEA-101216> <Servlet: "ServiceM
anager" failed to preload on startup in Web application: "web".
java.sql.SQLException: Io 异常: The Network Adapter could not establish the conn
ection
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:112)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:146)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:255)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
414)
        Truncated. see log file for complete stacktrace
>
<2014-1-24 上午10时56分37秒 CST> <Error> <Deployer> <BEA-149231> <Unable to set
the activation state to true for the application 'web'.
weblogic.application.ModuleException: [HTTP:101216]Servlet: "ServiceManager" fai
led to preload on startup in Web application: "web".
java.sql.SQLException: Io 异常: The Network Adapter could not establish the conn
ection
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:112)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:146)
        at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
:255)
        at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
414)
        at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
        at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
n.java:35)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
        at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSou
rce.java:297)
        at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java
:221)
        at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection
(OracleConnectionPoolDataSource.java:157)
        at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(O
racleConnectionPoolDataSource.java:94)
        at oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(O
racleConnectionPoolDataSource.java:75)
        at com.kenoah.base.dbaccess.connectionpool.ConnectionPoolImpl.b(Unknown
Source)
        at com.kenoah.base.dbaccess.connectionpool.ConnectionPoolImpl.a(Unknown
Source)
        at com.kenoah.base.dbaccess.connectionpool.ConnectionPoolImpl.getDBConne
ction(Unknown Source)
        at com.kenoah.base.dbaccess.connectionpool.PoolManager.getDBConnection(U
nknown Source)
        at com.kenoah.base.dbaccess.connectionpool.PoolManager.getDBConnection(U
nknown Source)
  相关解决方案