You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (JIRA)" <ji...@apache.org> on 2014/06/05 14:59:01 UTC

[jira] [Commented] (SLING-3647) No repository found at ... URL scheme http not supported. only

    [ https://issues.apache.org/jira/browse/SLING-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018755#comment-14018755 ] 

Stefan Egli commented on SLING-3647:
------------------------------------

Attaching a stacktrace which shows the same message as above and happened when trying to start the (wst-)server after 'new project' wizard failed - even though not exactly at the same location it is likely indicating the root cause:
{code}
!ENTRY org.apache.sling.ide.eclipse-core 4 0 2014-06-05 14:55:21.186
!MESSAGE No repository found at http://localhost:4502/
server/-/jcr:root : URL scheme http not supported. only
crx/-/jcr:root : URL scheme http not supported. only
!STACK 0
java.lang.IllegalArgumentException: No repository found at http://localhost:4502/
server/-/jcr:root : URL scheme http not supported. only
crx/-/jcr:root : URL scheme http not supported. only
	at org.apache.sling.ide.jcr.RepositoryUtils.getRepositoryAddress(RepositoryUtils.java:68)
	at org.apache.sling.ide.jcr.RepositoryUtils.getRepository(RepositoryUtils.java:38)
	at org.apache.sling.ide.impl.vlt.VltRepository.init(VltRepository.java:49)
	at org.apache.sling.ide.impl.vlt.VltRepositoryFactory.getRepository(VltRepositoryFactory.java:50)
	at org.apache.sling.ide.eclipse.core.ServerUtil.getRepository(ServerUtil.java:124)
	at org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadBehaviour.start(SlingLaunchpadBehaviour.java:88)
	at org.apache.sling.ide.eclipse.core.internal.SlingLaunchpadLaunchConfigurationDelegate.launch(SlingLaunchpadLaunchConfigurationDelegate.java:45)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:858)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:707)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:700)
	at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3538)
	at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3474)
	at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
{code}

> No repository found at ... URL scheme http not supported. only
> --------------------------------------------------------------
>
>                 Key: SLING-3647
>                 URL: https://issues.apache.org/jira/browse/SLING-3647
>             Project: Sling
>          Issue Type: Bug
>          Components: IDE
>            Reporter: Stefan Egli
>            Assignee: Robert Munteanu
>            Priority: Critical
>             Fix For: Sling Eclipse IDE 1.0.0
>
>
> Often when creating projects (using an archetype), and as part of this a new server, the following exception occurs, and the content projects are not successfully uploaded:
> {code}
> No repository found at http://localhost:4502/
> server/-/jcr:root : URL scheme http not supported. only
> crx/-/jcr:root : URL scheme http not supported. only
> No repository found at http://localhost:4502/
> server/-/jcr:root : URL scheme http not supported. only
> crx/-/jcr:root : URL scheme http not supported. only
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)