Hi All,
I have a local appian installed on my computer, I'm trying to deploy a component plugin into it and its giving below error
Can someone please look into it and let me know what can be the reason behind this error? Thanks in advance
Discussion posts and replies are publicly visible
Last line says that the frame must only use HTTPS. Could it be that you use a HTTP URL somewhere?
Hi Stefan Helzle,Could you please help me... I have a requirement to install a component plugin into _admin/plugins directory, I am trying to deploy this plugin using devops team. But the error message is showing as may be file is unstructured.I am sharing the link below for the reference, Could you please send me the ZIP file to install and guide me please.github.com/.../integration-sdk-examples
I am expecting as below from appian interface
load( local!pins, { a!textField(value: local!pins, label: "Pins", saveInto: local!pins), mapField( label: "Map", labelPosition: "ABOVE", validations: {}, height: "AUTO", key: <YOUR_API_KEY>, location: "", pin: a!save(target: local!pins, fn!append(local!pins, save!value)) ) } )
I have no idea what you try to do. You write about failing deployment without posting any error messages. Then you want me to do ... what exactly?!? And what is this code snippet doing?
codeblog.jonskeet.uk/.../
As below is error message 2023-03-30 09:26:12,308 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'mapField100.zip': Could not parse zip file - make sure it is formatted properly.
As below is Appian component plugin example link reference by Appian documentation
https://docs.appian.com/suite/help/23.1/reference-examples.html As below is Appian Component plugin reference by Git Hub
OK. It seems like the ZIP structure is incorrect. Did you check this against the documented structure?
Yes... I had .. But i am getting a above error, May be my file structure is not good, I had read the package structure.
As of now i am getting error as below2023-04-04 07:38:08,851 [Appian Plugin Hot Deploy] INFO com.appiancorp.plugins.osgi.LoggingPluginFactoryDecorator - Plug-in Artifact 'mapField-1.0.0.zip' SHA256 hash is 1a66c5281c191bd320b7483cccb56149600e876ce88ad3bef2f3d8f533f35a80 2023-04-04 07:38:08,928 [Appian Plugin Hot Deploy] ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Plug-in 'com.mycorp.sample.map' (com.mycorp.sample.map) version 0.0: 'Component plug-in approval verification failed. Please contact Appian for approval process'
Could you please send me a .Zip file then i will compare both files
I do not have a ZIP file. And I also do not have an Appian environment at hand on which I could test that. Sorry ...