Hi.
I finally got rid of the core dumps I was getting while deploying an EJB app
on orion running on Sun Solaris 2.7 with JDK1.2.

Thanks much for your suggestions to upgrade first to jdk 1.3.

solution was to upgrade to JDK 1.3.

Now that is over with, I have another night marish situation.

The EJB app. has a query that returns all of the records from the database
(informix) and displays them 25 at a time.  As soon as I initiate this
query, it takes about 50-60 seconds to come back with the first set of
results.

When I had first deployed on NT, this query would come back almost
instantinaously.

There are only about 800 records in the database.

The difference in delay is not just a few seconds. It now take about 50
seconds more than it did on WinNT deployment.

I did not write the code so I don't know what it is doing internally, but I
suspect they have used CMP to hit the database with this query.


Anyone with suggestions would greatly help as I am nearing the production
delivery of the application next week.

k.


Reply via email to