Issue: Experience the error saying "java.io.IOException: Keystore was tampered with, or password was incorrect" when you are using EAServer 6.x.

Cause: This is an issue relating to EAServer.

Solution: Before EAServer fixes this issue, we use the following way to resolve this issue.

Change the value in the file %yourinstancename%.properties at the directory \%EAServer6%\Repository\Instance\com\sybase\djc\server\ApplicationServer\.

#Instance Properties

#Wed Jul 23 10:09:06 GMT+08:00 2008

keyStorePassword=changeit // changed this value from * to the current setting, the default value is ‘changeit’

startResources=none,com.sybase.djc.sql.DataSource\:sqlserver_local

httpListeners=http1,https1,https2

systemExcludeModules=none

createTables=true

iiopListeners=iiop1,iiops1,iiops2

rmiListeners=rmi

excludeModules=none

keyStore=${djc.home}/Repository/Security/keystore.jks

scheduledTasks=AutoDeploy,AutoRefresh,CheckMemoryUsage,LocalRestart,LocalStop

trustStore=${djc.home}/Repository/Security/truststore.jks

ant.project=default-application-servers

startModules=all

serviceComponents=ConnectorWorkManager,HelpServer,MBeanServer,JaguarServer

trustStorePassword=changeit // changed this value from * to the current setting, the default value is ‘changeit’

createTablesOnInit=true

1
1