• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Exporting CEP extension problem

Community Beginner ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Hello everyone, 

I built an extension for me and my colleagues to make our workflow faster.

I'm starting to build it on my machine (everyone's here use Mac) and after more or less 3 months of coding it seems everything works well and does the job it supposed to do.

 

When I release the zxp file to install the extension on the others machines something doesn't work.

On others machines the extension doesn't load the html, just show the panel itself with nothing in it.

I also tried to install manually with the debugmode on but nothing changes.

 

Doesn't someone have some suggestions about how to fix this problem?

 

Below the GitHub link to the entire project https://github.com/GaudioMagno/MavigraficaHelper/tree/main/com.extension.mavigrafica

TOPICS
Scripting , SDK , Tools

Views

719

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Oct 28, 2021 Oct 28, 2021

I just use two commands to create the ZXP. It may possible ZXP that you created is not signed properly. Here is the steps that I did.

 

1. Downloaded your code from the gihub.

 

2. Create self signed certificate using following command.

./ZXPSignCmd -selfSignedCert US NY MyCompany MyCommonName abc123 MyCert.p12

 

3. Create selft signed zxp using the following command

./ZXPSignCmd -signcom.extension.mavigrafica myExtension.zxp MyCert.p12 abc123 

 

4. Use the Extension Manager to install it.

 

Let

...

Votes

Translate

Translate
Adobe
Community Expert ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Hi,

Did you signed the extensions while creating the ZXP? Even self-signed?

Best regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Yes i did, i made my own certificate and signed the zxp with it. The extension can be installed on the other machines but doesn't show the ui...

I attached a screenshot to explain me better

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Hi,

I can see UI on my end.

 

Screenshot 2021-10-28 at 12.07.30 PM.png

 

I have used your code to create ZXP at my end and install it using the installer.

 

Could you please try using the zxp from the link.

https://www.dropbox.com/s/cs3xk0dzyfqsbpm/myExtension.zxp?dl=0

Best regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Now it works 😮

How can you make it works?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

I just use two commands to create the ZXP. It may possible ZXP that you created is not signed properly. Here is the steps that I did.

 

1. Downloaded your code from the gihub.

 

2. Create self signed certificate using following command.

./ZXPSignCmd -selfSignedCert US NY MyCompany MyCommonName abc123 MyCert.p12

 

3. Create selft signed zxp using the following command

./ZXPSignCmd -signcom.extension.mavigrafica myExtension.zxp MyCert.p12 abc123 

 

4. Use the Extension Manager to install it.

 

Let me know if this works for you.

Best regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Actually it works but it is the same procedure i did before, but now seems it works.

By the way something goes wrong because now the UI is displayed but the legenda button doesn't work (there is afunction that call the .ai file in the template folder).

The other command in the 3rd and 4th tab seems to be good.

 

I try to search for the folder but i dont' see where extension manager install the entension (usually are in /library/application support/Adobe/CEP/extension but not in this case)

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

Hi,

For the button does not work, I need to debug the issue. But extension is available at location

/Library/Application Support/Adobe/CEP/extensions (if your running after installation of ZXP)

or 

~/Library/Application Support/Adobe/CEP/extensions (if you running as debug)

 

Best regards

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 28, 2021 Oct 28, 2021

Copy link to clipboard

Copied

LATEST

Ok, Thank you so much

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines