Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Greg_
Greg_
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
21

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Greg_
Customize the badges you want to showcase on your profile
Re: Errors while deploying LiveCycle Components in the Config Manager - Adobe LiveCycle 28-10-2011
Hi JayanI think I might have an idea of where the problem originates: WAS 6.1 is installed with JDK 1.5, instead of 1.6. Would that be the cause of the issue?

Views

607

Likes

0

Replies

0
Re: Errors while deploying LiveCycle Components in the Config Manager - Adobe LiveCycle 27-10-2011
Hi JayanI'm not the biggest networking expert, but from what I can gather the machine has just one active Local Area Connection which uses only IPv4 with a fixed IP address (no DHCP configured).Not sure that helps at all?

Views

603

Likes

0

Replies

0
Errors while deploying LiveCycle Components in the Config Manager - Adobe LiveCycle 27-10-2011
Hi AllI've been having some problems with a LiveCycle deployment on Websphere. Here are some details about the environment:- Windows 2008, Enterprise- Oracle 11g- WAS ND 6.1.0.29- LiveCycle ES2.5Installation works perfectly and everything in the config manager works perfectly until I get the page where it deploys the LC components (the xxx-dsc,jar and xxx.lca files)At that page, when I click on deploy it fails on deploying any of the components. The error message thrown by the config manager is ...

Views

3.2K

Likes

0

Replies

3
Certification requirements to present the LCDE (designer specialist) course - Adobe LiveCycle 13-07-2011
Hi allPerhaps I've missed a mail or two, but I'm a bit confised about the procedure for obtaining an ACI status for a particular course. In particular, I'd like to find out about the LCDE course. Until now I've delivered many LCDA (Developing applications) and LCPM (Process Management) courses. When the LCDE course came out, we all received provisional ACI status pending the release of the exam.Based on the exam guides I assumed that the exam to write was the Adobe® LiveCycle® ES2 Data Capture A...

Views

2.4K

Likes

0

Replies

1
Re: Authentication error when using JMS service - Adobe LiveCycle 31-05-2010
After a lot of wrestling forwards and backwards, the answer seems rediculously simple. Of course, in the process I had to improve my knowledge of MQ, WAS and JMS quite a bit. The short answer is as follows:Ensure your JMS service is configured correctly in LiveCycle. Go to the components view, open the "service coniguration" for the JMS service and check that the "connection user name" and "Connection password" are correct. The correct value will depend on how you've set up MQ. In my case the so...

Views

645

Likes

0

Replies

0
Re: Authentication error when using JMS service - Adobe LiveCycle 28-05-2010
Haven't solved the problem yet, but here's an update:I created an "ExecureScript" operation that contains simple Java code to write a message to MQ using the same JMS connection factory and JMS queue. It does work correctly, so clearly my setup it correct enough to send messages from LiveCycle to MQ via JMS.Here's the code for the ExecuteScript://import the classes that the script referencesimport java.util.List; import java.lang.String; import java.util.Map; import java.util.HashMap; import jav...

Views

652

Likes

0

Replies

0
Authentication error when using JMS service - Adobe LiveCycle 26-05-2010
I'm currently trying to send String messages from LiveCycle to Websphere MQ (Both running on the same server), but I'm having some problems...I''m quite sure that my WAS setup is correct (or at least close to correct) because I've build some test Java classes that are able to put and get messages from MQ using JMS. However, when I'm usng the LiveCycle JMS service I get the following exception thrown:[5/26/10 17:46:44:705 CAT] 00000027 QueueMessageS A com.adobe.livecycle.jms.QueueMessageSender se...

Views

5.8K

Likes

0

Replies

3
Re: ES2 Course VM on Windows server 2008 - Adobe LiveCycle 08-05-2010
Just some feedback regarding my experiences with Win 2008:For the LCPM course VM I created the domain and users in LC directly (no LDAP) and this went down fairly well, but did require a small workaround in the exercise of lesson 7. I haven't yet had time to build a proper LDAP-enabled VM.For the LCDO course VM I ran into some other issues related to PDF Generator. In particular it related to the UAC feature in new Windows versions, but I also noted an issue with the PDFG Readiness testing tool....

Views

568

Likes

0

Replies

0
Re: Problem starting a custom component on Websphere ES2 - Adobe LiveCycle 06-05-2010
Hi JasminYes TemplateCC is my class. I originally used RSA (Rational) to export the JAR, but have since also done it with Vanilla Eclipse (Using the same export options that you use). Eventually I've come to the conclusion that there's nothing wrong with the jar, but rather something wrong with my App server. Here's why:If I install and start the component on another ES2 server (running on JBoss) it installs perfectly and works correctly in a LC application. The problem only occurs when I try to...

Views

1.0K

Likes

0

Replies

0
Problem starting a custom component on Websphere ES2 - Adobe LiveCycle 06-05-2010
Hope someone can give me some pointers on this issue...I've been struggling to get a custom component deployed to ES2 running on Websphere. I slowly began taking steps backwards to isolate the issue. This is where I am at the moment:1. I've created an absolutely basic custom component with a single operation that simply adds 2integers.2. I was able to successfully deploy and use the custom component on a seperate JBoss ES2 server3. However, when I try to deploy the component to the Websphere ser...

Views

4.5K

Likes

0

Replies

3