When starting EAServer, an error occurs: java.io.IOException: Keystore was tampered with, or password was incorrect.
Solution: Go to %JAGUAR%\Repository\Instance\com\sybase\djc\server\ApplicationServer, for example, C:\Program Files\Sybase\EAServer6\Repository\Instance\com\sybase\djc\server\ApplicationServer, open the instance properties file (for example, EAServer.properties) in a text editor, and change the password from * to changeit. There are two areas that should be changed, as shown in the bold text below.
#Instance Properties #Fri Feb 14 13:33:05 CST 2015 keyStorePassword=changeit systemExcludeModules=none httpListeners=http1,https1,https2,appeon_http startResources=none,com.sybase.djc.sql.DataSource\:test2 createTables=true iiopListeners=iiop1,iiops1,iiops2,appeon_iiop scheduledTasks=AutoDeploy,AutoRefresh,CheckMemoryUsage,LocalRestart,LocalStop rmiListeners=rmi excludeModules=none keyStore=${djc.home}/Repository/Security/keystore.jks jtdsListeners=jtds trustStore=${djc.home}/Repository/Security/truststore.jks ant.project=default-application-servers startModules=all serviceComponents=ConnectorWorkManager,HelpServer,MBeanServer,JaguarServer trustStorePassword=changeit createTablesOnInit=true