I am trying to setup Jenkins Weblogic plugin on a Unix server, Jenkins is 
installed on the same server as Weblogic
I have configured the weblogic plugin in configuration, pointed it to the 
weblogic.jar & created a configuration xml & updated the path to it.

However when i try to setup deploy as a post build action, it fails with 
the error 
"Before using it, the plugin has to be configured.
Please do so from the system configuration."

Here is how the XML config looks like
*<?xml version="1.0" encoding="UTF-8"?>*
*<config xmlns="http://org.jenkinsci.plugins/WeblogicDeploymentPlugin"*
*xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"*
*xsi:schemaLocation="http://org.jenkinsci.plugins/WeblogicDeploymentPlugin 
plugin-configuration.xsd">*
*<weblogic-targets>*
*        <weblogic-target>*
*                <name>DEV_Weblogic<name>*
*                <host>localhost</host>*
*                <port>7001</port>*
*                <login>weblogic</login>*
*                <password>*******</password>*
*                <authMode>BY_LOGIN</authMode>*
*        </weblogic-target>*
*</weblogic-targets>*
*</config>*

I am trying to find any logs that spits out the exact error details but the 
java.uti.logging logs don't have a trace of anything abnormal, where should 
i be looking to debug this issue? Appreciate some help :)

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to