Expand my Community achievements bar.

LifeCycle Installation problems. Please help!!!!!

Avatar

Former Community Member
I am having trouble installing and configuring the software. Looks like the reader extensions libraries are wrapped around JBOSS 3.2.5 version. I am using JBOSS 4.0.1 and soon would be using the latest version. I am getting the follwing error on JBOSS 4.0.1 while deploying ALL THE ADOBE DEPLOYABLE FILES. Please advise. Are there any conflicts with the new version libraries?



16:57:23,390 INFO [BARDeployer] $$$/server/services/BARDeployer/parsedoc/useint

ernal=Using config from E:\jboss-4.0.1sp1\server\bvserver\deploy\adobe-APSProxy.

bar/META-INF/adobe-service.xml

16:57:27,202 ERROR [MainDeployer] could not create deployment: file:/E:/jboss-4.

0.1sp1/server/bvserver/deploy/adobe-APSProxy.bar

java.lang.NoSuchFieldError: ucl

at com.adobe.service.deployer.BARDeployer.create(BARDeployer.java:274)

at org.jboss.deployment.MainDeployer.create(MainDeployer.java:918)

at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)

at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)

at sun.reflect.GeneratedMethodAccessor25.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

sorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch

er.java:144)

at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)

at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept

or.java:122)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM

BeanOperationInterceptor.java:131)

at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)

at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.

java:249)

at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)

at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)

at $Proxy8.deploy(Unknown Source)

at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen

tScanner.java:305)

at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS

canner.java:481)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.

doScan(AbstractDeploymentScanner.java:204)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.

loop(AbstractDeploymentScanner.java:215)

at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.

run(AbstractDeploymentScanner.java:194)



On JBOSS 3.2.5 I get error like:



Error 473: The credential permission settings could not be determined: 'com.adobe.document.pdf.PDFOperationFailure: IDL:com/adobe/document/pdf/PDFOperationFailure:1.0'.
1 Reply

Avatar

Former Community Member
The problem you're having with JBoss 4.x is that they changed the method of implementing "interceptors". I take it you couldn't find the file called "jacorb.properties" to change it according to the install manual to include the part about "org.omg.PortableInterceptor...". I had the same problem, was never able to find a way to get it to work with the new XML-based dynamic interceptors, and reverted to JBoss 3.2.5.



However, I'm having an issue similar to yours with credential permissions in JBoss 3.2.5. Take a look at your server.log file (located under [jboss]/server/all/log/). If you backtrack from the end until you find the original error, it probably stems from the PDFManipulator, and says your alias could not be found. I'm trying to fix that on my own installation at the moment, probably something obvious I just happen to be overlooking a dozen times.