Erwan Le Gall created JENKINS-12859:
---------------------------------------

             Summary: Connexion can't be made with last skype verison
                 Key: JENKINS-12859
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12859
             Project: Jenkins
          Issue Type: Bug
          Components: skype-notifier
    Affects Versions: current
         Environment: 64b with a 32b java slave.
lastest static skype version runing on a Xvfb server or through ssh -X.
            Reporter: Erwan Le Gall


Hi,

This is my first try with skype-notifier. I follow instruction without results. 
There is the log trace when I launch the node which has skype label:
------------------------------
jenkins.log:
------------------------------
ode came online, retry 
Feb 22, 2012 8:16:18 PM hudson.slaves.CommandLauncher launch
INFO: slave agent launched for Skype
Feb 22, 2012 8:16:38 PM 
hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run
INFO: Trying to reconnect
createConnection
Feb 22, 2012 8:16:38 PM hudson.plugins.skype.im.transport.SkypeIMConnection 
verifySlave
SEVERE: null
hudson.plugins.skype.im.transport.SkypeIMException
        at 
hudson.plugins.skype.im.transport.callables.SkypeSetupCallable.call(SkypeSetupCallable.java:56)
        at 
hudson.plugins.skype.im.transport.callables.SkypeSetupCallable.call(SkypeSetupCallable.java:28)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:287)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Caused by: com.skype.NotAttachedException
        at com.skype.Utils.convertToSkypeException(Utils.java:57)
        at com.skype.SkypeImpl.setDebug(SkypeImpl.java:129)
        at 
hudson.plugins.skype.im.transport.callables.SkypeSetupCallable.call(SkypeSetupCallable.java:51)
        ... 10 more
Caused by: com.skype.connector.NotAttachedException
        at com.skype.connector.Connector.assureAttached(Connector.java:841)
        at 
com.skype.connector.Connector.addConnectorListener(Connector.java:886)
        at com.skype.connector.Connector.setDebug(Connector.java:230)
        at com.skype.SkypeImpl.setDebug(SkypeImpl.java:127)
        ... 11 more
Feb 22, 2012 8:16:38 PM hudson.plugins.skype.im.transport.SkypeIMConnection 
connect
WARNING: Cannot connect to Skype
Feb 22, 2012 8:16:38 PM 
hudson.plugins.im.IMConnectionProvider$ConnectorRunnable run
INFO: Reconnect failed. Next connection attempt in 1 minutes

------------------------------
logs from jenkins gui (Node logs?):
------------------------------
Slave.jar version: 1.419
This is a Unix slave
Copied maven-agent.jar
Copied maven3-agent.jar
Copied maven3-interceptor.jar
Copied maven-interceptor.jar
Copied maven2.1-interceptor.jar
Copied plexus-classworld.jar
Copied classworlds.jar
Slave successfully connected and online
java.lang.UnsatisfiedLinkError: no skype in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1028)
        at 
com.skype.connector.ConnectorUtils.loadLibrary(ConnectorUtils.java:318)
        at com.skype.connector.linux.SkypeFramework.init(SkypeFramework.java:42)
        at 
com.skype.connector.linux.LinuxConnector.isRunning(LinuxConnector.java:61)
        at com.skype.SkypeImpl.isRunning(SkypeImpl.java:172)
        at 
hudson.plugins.skype.im.transport.callables.SkypeSetupCallable.call(SkypeSetupCallable.java:47)
        at 
hudson.plugins.skype.im.transport.callables.SkypeSetupCallable.call(SkypeSetupCallable.java:28)
        at hudson.remoting.UserRequest.perform(UserRequest.java:118)
        at hudson.remoting.UserRequest.perform(UserRequest.java:48)
        at hudson.remoting.Request$2.run(Request.java:287)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
        at java.lang.Thread.run(Thread.java:662)
Skype is probably not running
Skype is probably not running
Skype is probably not running
Skype is probably not running
Skype is probably not running


(skype is running with the same user than jenkins)

I miss something in the doc(no skype in java.library.path), or it's a problem 
from me or a major change on skype?

Thanks for answers.
Regards,
-- 
Erwan Le Gall

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to