You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Maciej Majewski (JIRA)" <ji...@apache.org> on 2008/01/31 19:03:10 UTC

[jira] Created: (SYNAPSE-232) Wrong packages in Maven repository

Wrong packages in Maven repository
----------------------------------

                 Key: SYNAPSE-232
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-232
             Project: Synapse
          Issue Type: Bug
            Reporter: Maciej Majewski
             Fix For: 1.1.1


When using packages from http://repo1.maven.org i got:

18:08:33,204 ERROR [STDERR] Exception in thread "I/O dispatcher 3" 
18:08:33,204 ERROR [STDERR] java.lang.NoClassDefFoundError: org/apache/http/params/HttpParamsLinker
18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.ClientHandler.connected(ClientHandler.java:163)
18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.LoggingNHttpClientHandler.connected(LoggingNHttpClientHandler.java:57)
18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.PlainClientIOEventDispatch.connected(PlainClientIOEventDispatch.java:59)
18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.keyCreated(BaseIOReactor.java:182)
18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:246)
18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:153)
18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:70)
18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:318)
18:08:33,205 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:595)

After replacing synapse-*-1.1.1.jar packages with this available in binary distribution everything works fine.

Also packages' size from Maven repository difers from that in binary distribution. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-232) Wrong packages in Maven repository

Posted by "Asankha C. Perera (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564587#action_12564587 ] 

Asankha C. Perera commented on SYNAPSE-232:
-------------------------------------------

Maciej and all Synapse Devs..

I made a terrible mistake a couple of days back and have copied the wrong Synapse 1.1.1 JARs into the http://people.apache.org/repo/m2-ibiblio-rsync-repository repo, which got synced into the Central Repository. I have been trying to correct this during the past couple of days, but seems like nothing will be deleted or changed from the Central Repo after a sync. (http://maven.apache.org/guides/mini/guide-central-repository-upload.html)

Thus, I can only think of the following workarounds for now,
1. Add http://people.apache.org/repo/m2-ibiblio-rsync-repository to your list of Maven repo's so that Maven will pick up the [newer] correct artifact from there instead of from Central

2. I deploy Synapse 1.1.1 as 1.1.2 or 1.1.1.1 maybe just onto the Maven repos, and anyone who uses Synapse through the JARs use this specific version

Again, I am really sorry for this mistake, but sadly its something that cannot be corrected or undone as far as I understand. Please let me know what you prefer and I will do my best to help you overcome this

asankha


> Wrong packages in Maven repository
> ----------------------------------
>
>                 Key: SYNAPSE-232
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-232
>             Project: Synapse
>          Issue Type: Bug
>            Reporter: Maciej Majewski
>             Fix For: 1.1.1
>
>
> When using packages from http://repo1.maven.org i got:
> 18:08:33,204 ERROR [STDERR] Exception in thread "I/O dispatcher 3" 
> 18:08:33,204 ERROR [STDERR] java.lang.NoClassDefFoundError: org/apache/http/params/HttpParamsLinker
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.ClientHandler.connected(ClientHandler.java:163)
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.LoggingNHttpClientHandler.connected(LoggingNHttpClientHandler.java:57)
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.PlainClientIOEventDispatch.connected(PlainClientIOEventDispatch.java:59)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.keyCreated(BaseIOReactor.java:182)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:246)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:153)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:70)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:318)
> 18:08:33,205 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:595)
> After replacing synapse-*-1.1.1.jar packages with this available in binary distribution everything works fine.
> Also packages' size from Maven repository difers from that in binary distribution. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Resolved: (SYNAPSE-232) Wrong packages in Maven repository

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton resolved SYNAPSE-232.
----------------------------------

    Resolution: Fixed

This issue is now fixed with the 1.1.2 jars being available in the repos.

> Wrong packages in Maven repository
> ----------------------------------
>
>                 Key: SYNAPSE-232
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-232
>             Project: Synapse
>          Issue Type: Bug
>            Reporter: Maciej Majewski
>             Fix For: 1.1.1
>
>
> When using packages from http://repo1.maven.org i got:
> 18:08:33,204 ERROR [STDERR] Exception in thread "I/O dispatcher 3" 
> 18:08:33,204 ERROR [STDERR] java.lang.NoClassDefFoundError: org/apache/http/params/HttpParamsLinker
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.ClientHandler.connected(ClientHandler.java:163)
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.LoggingNHttpClientHandler.connected(LoggingNHttpClientHandler.java:57)
> 18:08:33,205 ERROR [STDERR]     at org.apache.synapse.transport.nhttp.PlainClientIOEventDispatch.connected(PlainClientIOEventDispatch.java:59)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.keyCreated(BaseIOReactor.java:182)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.processNewChannels(AbstractIOReactor.java:246)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:153)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:70)
> 18:08:33,205 ERROR [STDERR]     at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:318)
> 18:08:33,205 ERROR [STDERR]     at java.lang.Thread.run(Thread.java:595)
> After replacing synapse-*-1.1.1.jar packages with this available in binary distribution everything works fine.
> Also packages' size from Maven repository difers from that in binary distribution. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org