Cant find Kaleo?

83 views
Skip to first unread message

Jerko

unread,
Mar 8, 2011, 5:25:47 PM3/8/11
to cipango-users
Hi,
I have just downloaded cipango-distribution-2.0.0.zip from
code.google.

After that I started Cipango with console support
java -Dcom.sun.management.jmxremote -jar start.jar --ini=start-
cipango.ini --pre=etc/cipango-jmx.xml etc\cipango-callflow.xml


And now I want to run Kaleo app but I cant find it inside Cipango
source folder which I have downloaded from code.google. There isnt any
extras folder.

Cipango documentation says:

kaleo is located under the extras directory of your cipango sources
directory. To build from the sources, follow these steps:
Open a command prompt window and navigate to your cipango root
directory
Go to the kaleo framework directory and build it:
cd extras/kaleo
mvn install


Could you help me with this please?


Kind Regards,
Jerko

Thomas

unread,
Mar 9, 2011, 4:04:34 AM3/9/11
to cipang...@googlegroups.com
Hi Jerko,

Kaleo is available if you get the sources from the SVN and is not included yet in the cipango-distribution archive.
To build the kaleo web-app, please first install the sources as described here:
http://confluence.cipango.org/display/DOC/Building+from+Source

Do not hesitate to get back to us if you have any issue.

Regards,

Thomas

> --
> You received this message because you are subscribed to the Google Groups "cipango-users" group.
> To post to this group, send email to cipang...@googlegroups.com.
> To unsubscribe from this group, send email to cipango-user...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/cipango-users?hl=en.
>

Jerko

unread,
Mar 9, 2011, 4:15:49 PM3/9/11
to cipango-users
Hi,
thank you for your help. I did what you said.

First I made svn checkout http://cipango.googlecode.com/svn/trunk/ to
my Cipango folder. After that I installed Maven. When I start mvn --
version everythink is ok.
But when I go to the cipango top source directory and type: mvn
install i get following errors:


C:\Users\Jerko\Desktop\Diplomski\Cipango>mvn install

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]

[ERROR] The project org.cipango:cipango-project:2.1-SNAPSHOT (C:
\Users\Jerko\Desktop\Diplomski\Cipango\pom.xml) has 5 errors

[ERROR] Child module C:\Users\Jerko\Desktop\Diplomski\Cipango
\cipango-sip-api-1.1 of C:\Users\Jerko\Desktop\Diplomski\Cipango
\pom.xml does not exist
[ERROR] Child module C:\Users\Jerko\Desktop\Diplomski\Cipango
\cipango-jmx of C:\Users\Jerko\Desktop\Diplomski\Cipango\pom.xml does
not exist
[ERROR] Child module C:\Users\Jerko\Desktop\Diplomski\Cipango
\cipango-deploy of C:\Users\Jerko\Desktop\Diplomski\Cipango\pom.xml
does not exist
[ERROR] Child module C:\Users\Jerko\Desktop\Diplomski\Cipango
\cipango-annotations of C:\Users\Jerko\Desktop\Diplomski\Cipango
\pom.xml does not exist
[ERROR] Child module C:\Users\Jerko\Desktop\Diplomski\Cipango
\cipango-diameter of C:\Users\Jerko\Desktop\Diplomski\Cipango\pom.xml
does not exist

[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException


It looks like that maven cant find some files. How can I fix this or
add them? Am I doing something wrong?


King Regards,
Jerko

Thomas

unread,
Mar 9, 2011, 4:38:35 PM3/9/11
to cipang...@googlegroups.com
Jerko,

Do you have cipango-sip-api-1.1, cipango-jmx, cipango-deploy, cipango-annotations directories under c:\Users\Jerko\Desktop\Diplomski\Cipango ?
If so, could you run in debug mode: mvn install -X > mvn.log and send us the mvn.log file ?

Regards,

Message has been deleted

Jerko

unread,
Mar 9, 2011, 4:58:08 PM3/9/11
to cipango-users
I see where the problem is.

Files are on code.google but when I made svn checkout I dont have
them. Hm
> > [ERROR] [Help 1]http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingExcep...

Jerko

unread,
Mar 9, 2011, 5:06:39 PM3/9/11
to cipango-users
When I make svn check out I get folowing error.


Error: Can't move

Error: 'C:\Users\Jerko\Desktop\Diplomski\Cipango\cipango-diameter\src
\test\java\org\cipango\diameter\.svn\tmp\entries'

Error: to

Error: 'C:\Users\Jerko\Desktop\Diplomski\Cipango\cipango-diameter\src
\test\java\org\cipango\diameter\.svn\entries':

Error: The file or directory is corrupted and unreadable.


This is the reason why it didnt copied everything. But how to solve
this error?

King Regards,
Jerko

Thomas

unread,
Mar 9, 2011, 5:08:47 PM3/9/11
to cipang...@googlegroups.com
Yes, it seems the sources were not fully downloaded, maybe a network or google code issue.
Could you try to update your source directory (svn update .) or checking it out again ?

Regards,

Jerko

unread,
Mar 9, 2011, 6:30:16 PM3/9/11
to cipango-users
There was problem with svn checkout. I made svn update and now is OK.
All files and folders are downloaded.

But still when I start mvn install i get this error:

[ERROR] Failed to execute goal on project cipango-server: Could not
resolve depe
ndencies for project org.cipango:cipango-server:jar:2.1-SNAPSHOT:
Could not find
artifact javax.servlet:sip-api:jar:1.1 in central (http://
repo1.maven.org/maven2)

I am working on it. It looks like it is downloading something but cant
find it.

Thomas

unread,
Mar 10, 2011, 5:40:57 AM3/10/11
to cipang...@googlegroups.com
Hi Jerko, 

Yes we have just managed to reproduce this issue, this only happens with newer versions of Maven since a few things have changed in the way Maven 3 handles local repositories. 
We'll commit a change today to fix it, you can track it at:


Meanwhile as a workaround you could just remove the following file: 
rm ~/.m2/repository/javax/servlet/sip-api/1.1/_maven.repositories

Regards, 

Thomas

Jerko

unread,
Mar 10, 2011, 5:56:16 PM3/10/11
to cipango-users
Hi,

After you fix the errors I started mvn install for cipango and now
everything is fine.
Thanks for that.

I must be boring with this errors, but now I have another one.
After I start mvn install inside Kaleo folder I get this one.

[ERROR] Failed to execute goal on project cipango-kaleo: Could not
resolve depen
dencies for project org.cipango:cipango-kaleo:war:2.1-SNAPSHOT: The
following ar
tifacts could not be resolved: org.cafesip:sipunit:jar:1.0.0,
com.mockrunner:moc
krunner-servlet:jar:0.4.1: Failure to find org.cafesip:sipunit:jar:
1.0.0 in http
://repository.cipango.org/ was cached in the local repository,
resolution will n
ot be reattempted until the update interval of repository.cipango.org
has elapse
d or updates are forced

Just to explain why do I need cipango and kaleo.
For my graduate work I need to develop client on Android mobile phones
with
support for rich presence i partial presence. For that I need also a
server.

And because there isnt any opensource server with support for partial
presence
I decided to build that support on Cipango and Kaleo.
But that is just the plan still need to see is it possible.

Kind Regards,
Jerko

Thomas

unread,
Mar 11, 2011, 5:56:43 AM3/11/11
to cipang...@googlegroups.com
Hi Jerko,

Don't worry, there are no boring questions, especially when you run into errors that should not happen :-)

It seems that kaleo has now a few broken dependencies due to changes in maven repo. We'll have a look at it.
Meanwhile, you should be able to compile and work with it since it only test dependencies and therefore not mandatory.

Could you try to:
- comment the whole test dependencies block at the end of the kaleo pom.xml
- install without test: mvn -Dmaven.test.skip=true install

Regards,

Thomas

Jerko

unread,
Mar 13, 2011, 6:43:51 PM3/13/11
to cipango-users
Hi,

I did as you said, and installation went fine.

Now I try to run the Kaleo after installation
(inside Cipango/extras/kaleo/target folder
i type mvn cipango:run) and I get the following error.

No plugin found for prefix 'cipango' in the current project and in the
p
lugin groups [org.apache.maven.plugins, org.codehaus.mojo] available
from the re
positories [local (C:\Users\Jerko\.m2\repository), central (http://
repo1.maven.o
rg/maven2)]


King Regards,
Jerko

Nicolas Trangosi

unread,
Mar 14, 2011, 5:04:34 AM3/14/11
to cipang...@googlegroups.com
Hello Jerko,
You should run cipango plugin inside the directoryCipango/extras/kaleo

Regards,
Nicolas

Le 13/03/2011 23:43, Jerko a �crit :


> Hi,
>
> I did as you said, and installation went fine.
>
> Now I try to run the Kaleo after installation
> (inside Cipango/extras/kaleo/target folder
> i type mvn cipango:run) and I get the following error.
>
> No plugin found for prefix 'cipango' in the current project and in the
> p
> lugin groups [org.apache.maven.plugins, org.codehaus.mojo] available
> from the re
> positories [local (C:\Users\Jerko\.m2\repository), central (http://
> repo1.maven.o
> rg/maven2)]
>
>
> King Regards,
> Jerko
>
>
> On Mar 11, 11:56 am, Thomas<tho...@cipango.org> wrote:
>> Hi Jerko,
>>
>> Don't worry, there are no boring questions, especially when you run into errors that should not happen :-)
>>
>> It seems that kaleo has now a few broken dependencies due to changes in maven repo. We'll have a look at it.
>> Meanwhile, you should be able to compile and work with it since it only test dependencies and therefore not mandatory.
>>
>> Could you try to:
>> - comment the whole test dependencies block at the end of the kaleo pom.xml
>> - install without test: mvn -Dmaven.test.skip=true install
>>
>> Regards,
>>
>> Thomas
>>

>> Le 10 mars 2011 � 23:56, Jerko a �crit :

>>>> Le 9 mars 2011 � 23:08, Thomas a �crit :


>>>>> Yes, it seems the sources were not fully downloaded, maybe a network or google code issue.
>>>>> Could you try to update your source directory (svn update .) or checking it out again ?
>>>>> Regards,

>>>>> Le 9 mars 2011 � 22:58, Jerko a �crit :


>>>>>> I see where the problem is.
>>>>>> Files are on code.google but when I made svn checkout I dont have
>>>>>> them. Hm
>>>>>> On Mar 9, 10:38 pm, Thomas<tho...@cipango.org> wrote:
>>>>>>> Jerko,
>>>>>>> Do you have cipango-sip-api-1.1, cipango-jmx, cipango-deploy, cipango-annotations directories under c:\Users\Jerko\Desktop\Diplomski\Cipango ?
>>>>>>> If so, could you run in debug mode: mvn install -X> mvn.log and send us the mvn.log file ?
>>>>>>> Regards,

>>>>>>> Le 9 mars 2011 � 22:15, Jerko a �crit :

>>>>>>>>> Le 8 mars 2011 � 23:25, Jerko a �crit :

Jerko

unread,
Mar 14, 2011, 6:29:51 AM3/14/11
to cipango-users
Hi,

I tried that too but this is what happens. This is just part of the
errors:



[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[28,23] package javax.sip.header
does not exi
st
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[29,24] package javax.sip.message
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[30,24] package javax.sip.message
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[31,24] package javax.sip.message
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[31,65] cannot find symbol
[ERROR] symbol: class RequestListener
[ERROR] public class SubscribeSession extends AbstractSession
implements Request
Listener
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[35,14] cannot find symbol
[ERROR] symbol : class RequestEvent
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[37,9] cannot find symbol
[ERROR] symbol : class Dialog
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[41,25] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[50,8] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[71,8] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[104,8] cannot find symbol
[ERROR] symbol : class ServerTransaction
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[117,24] cannot find symbol
[ERROR] symbol : class ServerTransaction
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[172,47] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[172,11] cannot find symbol
[ERROR] symbol : class Response
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[187,33] cannot find symbol
[ERROR] symbol : class SipTransaction
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[187,11] cannot find symbol
[ERROR] symbol : class Response
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[194,41] cannot find symbol
[ERROR] symbol : class ServerTransaction
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\SubscribeSession.java:[210,11] cannot find symbol
[ERROR] symbol : class RequestEvent
[ERROR] location: class org.cafesip.sipunit.SubscribeSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[36,11] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[39,24] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[44,8] cannot find symbol
[ERROR] symbol : class AddressFactory
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[49,8] cannot find symbol
[ERROR] symbol : class HeaderFactory
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[54,8] cannot find symbol
[ERROR] symbol : class MessageFactory
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[59,8] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[87,30] cannot find symbol
[ERROR] symbol : class SipTransaction
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[87,8] cannot find symbol
[ERROR] symbol : class Response
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[99,29] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[99,8] cannot find symbol
[ERROR] symbol : class Response
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[104,29] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ca
fesip\sipunit\AbstractSession.java:[104,8] cannot find symbol
[ERROR] symbol : class Response
[ERROR] location: class org.cafesip.sipunit.AbstractSession
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[27,16] package javax.sip does
not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[28,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[29,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[30,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[31,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[32,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[33,24] package
javax.sip.message does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[34,24] package
javax.sip.message does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[37,26] cannot find symbol
[ERROR] symbol : class PresenceDeviceInfo
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[38,26] cannot find symbol
[ERROR] symbol : class PresenceSubscriber
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\PresenceTest.java:[40,26] cannot find symbol
[ERROR] symbol : class SipResponse
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[26,24] package javax.sip.address
does not e
xist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[27,23] package javax.sip.header
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[28,23] package javax.sip.header
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[29,24] package javax.sip.message
does not e
xist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[31,26] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[32,26] cannot find symbol
[ERROR] symbol : class SipStack
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[33,26] cannot find symbol
[ERROR] symbol : class SipTestCase
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[36,41] cannot find symbol
[ERROR] symbol: class SipTestCase
[ERROR] public abstract class UaTestCase extends SipTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[39,18] cannot find symbol
[ERROR] symbol : class HeaderFactory
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[40,18] cannot find symbol
[ERROR] symbol : class AddressFactory
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[42,9] cannot find symbol
[ERROR] symbol : class SipStack
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[43,9] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[44,9] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[131,8] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[136,8] cannot find symbol
[ERROR] symbol : class SipPhone
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[187,37] cannot find symbol
[ERROR] symbol : class Message
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\UaTestCase.java:[213,49] cannot find symbol
[ERROR] symbol : class Message
[ERROR] location: class org.cipango.kaleo.sipunit.UaTestCase
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[19,16] package javax.sip
does not exis
t
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[20,23] package
javax.sip.header does n
ot exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[21,23] package
javax.sip.header does n
ot exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[22,23] package
javax.sip.header does n
ot exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[23,23] package
javax.sip.header does n
ot exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[24,24] package
javax.sip.message does
not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[25,24] package
javax.sip.message does
not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[27,36] package
org.apache.commons.http
client does not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[28,44] package
org.apache.commons.http
client.methods does not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[29,44] package
org.apache.commons.http
client.methods does not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[30,44] package
org.apache.commons.http
client.methods does not exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[32,26] cannot find symbol
[ERROR] symbol : class SipResponse
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[538,36] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cipango.kaleo.sipunit.WatcherInfoTest
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\WatcherInfoTest.java:[553,30] cannot find symbol
[ERROR] symbol : class Request
[ERROR] location: class org.cipango.kaleo.sipunit.WatcherInfoTest
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\ProxyTest.java:[16,24] package javax.sip.message
does not ex
ist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\ProxyTest.java:[18,26] cannot find symbol
[ERROR] symbol : class SipCall
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\ProxyTest.java:[19,26] cannot find symbol
[ERROR] symbol : class SipResponse
[ERROR] location: package org.cafesip.sipunit
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\RegisterTest.java:[22,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\RegisterTest.java:[23,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\RegisterTest.java:[24,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\RegisterTest.java:[25,23] package javax.sip.header
does not
exist
[ERROR] \Users\Jerko\Desktop\Diplomski\Cipango\extras\kaleo\src\test
\java\org\ci
pango\kaleo\sipunit\RegisterTest.java:[26,23] package javax.sip.header
does not
exist
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with
the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc
eption









On Mar 14, 10:04 am, Nicolas Trangosi <nicolas.trang...@nexcom.fr>
wrote:

Nicolas Trangosi

unread,
Mar 14, 2011, 6:33:48 AM3/14/11
to cipang...@googlegroups.com
Jerko,
You should use the last version on the subversion trunk.
    svn checkout http://cipango.googlecode.com/svn/trunk/ cipango

or add in kaleo/pom.xml, the following lines:
    <repositories>
        <repository>
            <id>maven2-repository.dev.java.net</id>
            <name>Java.net Repository for Maven</name>
            <url>http://download.java.net/maven/2</url>
        </repository>
    </repositories>

Regards,
Nicolas

Jerko

unread,
Mar 15, 2011, 12:07:05 PM3/15/11
to cipango-users
Hi,
Hi,

I downloaded the latest version from http/*://cipango.googlecode.com/
svn/trunk/
and now everything is installing and running.

But when I try to run both cipango and kaleo at the same time this
is what I get:

[ERROR] Failed to execute goal org.cipango:cipango-maven-plugin:2.1-
SNAPSHOT:run
(default-cli) on project cipango-kaleo: Failure: Address already in
use: Cannot
bind


This is what I do:

1. Inside cipango/cipango-distribution/target/distribution
I run this: java -jar start.jar --ini=start-cipango.ini

And that is OK.

2. Inside cipango/extras/kaleo I run this mvn cipango:run
and get the error.


I am reading documentation but I cant find nothing that could
help me on this.

Kind Regards,
Jerko

On Mar 14, 11:33 am, Nicolas Trangosi <nicolas.trang...@nexcom.fr>
wrote:
> Jerko,
> You should use the last version on the subversion trunk.
>      svn checkout */http/*://cipango.googlecode.com/svn/trunk/ cipango
>
> or add in kaleo/pom.xml, the following lines:
> <repositories>
> <repository>
> <id>maven2-repository.dev.java.net</id>
> <name>Java.net Repository for Maven</name>
> <url>http://download.java.net/maven/2</url>
> </repository>
> </repositories>
>
> Regards,
> Nicolas
>
> Le 14/03/2011 11:29, Jerko a �crit :
> ...
>
> read more »

Thomas

unread,
Mar 15, 2011, 12:17:38 PM3/15/11
to cipang...@googlegroups.com
Hi Jerko,

This is normal since you are running two instances of cipango configured on the same default (5060) listening port. One instance is started by the java -jar start.jar, the other one by the maven plugin.

If you really need two instances, you should change the port of one of the instance:
- either in the cipango.xml for the first one
- either in the maven plugin configuration for the second one as explained here:
http://confluence.cipango.org/display/DOC/Cipango+Maven+Plugin

Or if you would like to deploy kaleo within cipango, you should simply take the generated SIP Application available in the kaleo/target and deploy it in your cipango instance.

Regards,

Jerko

unread,
Mar 15, 2011, 12:52:58 PM3/15/11
to cipango-users
OK tnx, I think that everything is working now.

I copied "cipango-kaleo-2.1-SNAPSHOT.war" from
Cipango\extras\kaleo\target
to
Cipango\cipango-distribution\target\distribution\sipapps

And now I see in web console that Kaleo is started.

Is this OK if I want to use presence and registrar.

org.cipango.kaleo

SIP Servlet name Main servlet
kaleo true
presence false
registrar false
proxy false


One more question.
Since Mercuro isnt active any more can you recommend
some other opensource IM Client that I can test with Kaleo.


Kind regards,
Jerko
> ...
>
> read more »

Thomas

unread,
Mar 16, 2011, 9:29:17 AM3/16/11
to cipang...@googlegroups.com
Hi Jerko,

Great this should be fine now. There a few other IMS clients available, in particular, former developers from Mercuro started the doubango project:
http://www.doubango.org/

I didn't test thoroughly but I think it is worth a try.

Regards,

Jerko

unread,
Mar 17, 2011, 5:26:50 PM3/17/11
to cipango-users
I will try with that.

thanks for your help.

Kind Regards,
Jerko
> ...
>
> read more »

Nicolas Trangosi

unread,
Oct 2, 2012, 3:39:25 AM10/2/12
to cipang...@googlegroups.com
Hi Pavan,
It seems that there is trouble with the patch command.
This command is not provided by default under Microsoft Windows. So you should install it like described in http://gnuwin32.sourceforge.net/packages/patch.htm

Also, this command is needed only for the cipango-maven-plugin which is not mandatory to use cipango. This module is used to run a SIP servlet application  from a maven project.

Regards,
Nicolas



Le 02/10/2012 09:11, pavan kishore a écrit :
Hi,
I have downloaded the cipango distribution and used mvn install command. but its failing. 

Attached the MVN log file. 

Even i have downloaded the cipango examples project and given the same command. here also i am getting same error.

Please any one can help me to resolve this issue.

Thanks & Regards,
Pavan
--
You received this message because you are subscribed to the Google Groups "cipango-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cipango-users/-/IVqpJecrlh8J.
Reply all
Reply to author
Forward
0 new messages