I'm ugrading a second(I've already upgrade one server successfully) instance of livecycle 8.2 to livecycle ES2 SP2 and I'm receiving errors post upgrade. The upgrade seems to go smoothly until I try to login to workspace after and I'm unable to render PDFs.
There is a problem with the reader extension/reader extension credentials. The stack trace is:
2010-12-11 17:01:34,322 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException:
ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
at com.adobe.truststore.provider.db.POFHelper.getValues(POFHelper.java:444)
at com.adobe.truststore.provider.db.CredentialSearchHelper.fetchAllCredentials(CredentialSea rchHelper.java:225)
at com.adobe.truststore.provider.db.DatabaseTrustStoreProvider.getCredentialsInfo(DatabaseTr ustStoreProvider.java:519)
at com.adobe.truststore.businesslogic.impl.CredentialManagerImpl.getAllCredentialsInfo(Crede ntialManagerImpl.java:126)
at com.adobe.truststore.dsc.CredentialServiceImpl.fetchAllCredentialsInfo(CredentialServiceI mpl.java:396)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
.......
Caused by: com.adobe.pof.schema.ObjectTypeNotFoundException: Object Type: truststore.truststore_credential_type_new not found.
at com.adobe.pof.omapi.POFObjectManagerRemoteBean.getObjectType(POFObjectManagerRemoteBean.j ava:165)
at sun.reflect.GeneratedMethodAccessor296.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
........
2010-12-11 17:01:34,327 ERROR [TrustStoreComponent] Internal error.
2010-12-11 17:13:22,730 ERROR [STDERR] Dec 11, 2010 5:13:22 PM com.adobe.truststore.provider.db.POFHelper getValues
SEVERE: Error during POFHelper.getValues. Exception: Object Type: truststore.truststore_credential_type_new not found.
2010-12-11 17:13:22,731 ERROR [STDERR] com.adobe.pof.schema.ObjectTypeNotFoundException: Object Type: truststore.truststore_credential_type_new not found.
2010-12-11 17:13:22,731 ERROR [STDERR] at com.adobe.pof.omapi.POFObjectManagerRemoteBean.getObjectType(POFObjectManagerRemoteBean.j ava:165)
2010-12-11 17:13:22,731 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor296.invoke(Unknown Source)
........
So I am unable to render forms because of the problem with the reader extensions service. When I try to login to the reader extensions gui(ie /ReaderExtensions), I get an error saying the reader extensions service might not be running. I also cannot see or update the reader extensions credential in adminui.
Does anyone have an idea?