Vanessa Spanik

Greenhorn
+ Follow
since Jul 15, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vanessa Spanik

I am currently trying to get one of our applications running in WSAD and am having a problem. I bring up the log in page and type in user info and password and when I hit enter I get an error message 500 that's says it can't find the servlet that processes the info. The servlet is there. I have seen other users have this problem before, not sure how to fix.
Thanks.
21 years ago
I have been able to connect to Oracle on the other machine. For example, someone will try to access one of our applications, get an error message, then hits refresh and the application works. I will look into the firewall suggestion and see what its settings are, but may take a while since a completely different group manages that.
THANKS!!!
Vanessa
21 years ago
I am running applications on Websphere Application Server version 4.0, which connect to an Oracle 8.1.7 Database. These applicatons use connection pooling.
I am getting the following exception on a somewhat regular basis. The application won't work one minute and the next second it does:
**************************************************
2ad7271 StaleConnecti A CONM7007I: Mapping the following SQLException, with ErrorCode 17,002 and SQLState <null>, to a StaleConnectionException: java.sql.SQLException: Io exception: End of TNS data channel
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:323)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:1767)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1870)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:363)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:314)
at com.ibm.ejs.cm.cache.CachedStatement.executeQuery(CachedStatement.java:280)
at com.ibm.ejs.cm.proxy.StatementProxy.executeQueryCommon(StatementProxy.java:253)
at com.ibm.ejs.cm.proxy.PreparedStatementProxy.executeQuery(PreparedStatementProxy.java:44)
at com.database.CustomSQLStatement.getRow(CustomSQLStatement.java:662)
at
*************************************************
What causes this error and how do you fix it?
Thanks,
Vanessa
21 years ago
I recently installed WebSphere 4.0 on one of our servers and am having difficulty figuring out how to manually regenerate the plug-in xml file after I manually edit this file (to get it to work with SSL). I know you can automatically regenerate this file from the admin console, but how do you get that GenPluginCfg.sh to work. It won't run properly for me.
Thanks!!!
Vanessa
21 years ago