You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2010/01/14 15:00:54 UTC

[jira] Created: (SLING-1285) Launchpad does not start under windows (launchpad.base.jar is not accessible)

Launchpad does not start under windows (launchpad.base.jar is not accessible)
-----------------------------------------------------------------------------

                 Key: SLING-1285
                 URL: https://issues.apache.org/jira/browse/SLING-1285
             Project: Sling
          Issue Type: Bug
          Components: Launchpad
            Reporter: Bertrand Delacretaz
            Assignee: Bertrand Delacretaz


Trying to start the launchpad/app jar under Windows says:

java.lang.IllegalArgumentException: Sling Launcher JAR C:\Day\CRX2.0\load18\crx-
quickstart\launchpad\org.apache.sling.launchpad.base.jar is not accessible
	at 
org.apache.sling.launchpad.base.shared.Loader.loadLauncher(Loader.java:90)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:316)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:278)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:53)

And files named like

  Loader_tmp_1263471966800org.apache.sling.launchpad.base.jar

are left in the sling folder.

Probably a problem with renaming those files, probably because they're not closed when the rename happens.

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


[jira] Updated: (SLING-1285) Launchpad does not start under windows (launchpad.base.jar is not accessible)

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

Bertrand Delacretaz updated SLING-1285:
---------------------------------------

    Description: 
Trying to start the launchpad/app jar under Windows says:

java.lang.IllegalArgumentException: Sling Launcher JAR ...org.apache.sling.launchpad.base.jar is not accessible
	at 
org.apache.sling.launchpad.base.shared.Loader.loadLauncher(Loader.java:90)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:316)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:278)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:53)

And files named like

  Loader_tmp_1263471966800org.apache.sling.launchpad.base.jar

are left in the sling folder.

Probably a problem with renaming those files, probably because they're not closed when the rename happens.

  was:
Trying to start the launchpad/app jar under Windows says:

java.lang.IllegalArgumentException: Sling Launcher JAR C:\Day\CRX2.0\load18\crx-
quickstart\launchpad\org.apache.sling.launchpad.base.jar is not accessible
	at 
org.apache.sling.launchpad.base.shared.Loader.loadLauncher(Loader.java:90)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:316)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:278)
	at 
org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:53)

And files named like

  Loader_tmp_1263471966800org.apache.sling.launchpad.base.jar

are left in the sling folder.

Probably a problem with renaming those files, probably because they're not closed when the rename happens.


> Launchpad does not start under windows (launchpad.base.jar is not accessible)
> -----------------------------------------------------------------------------
>
>                 Key: SLING-1285
>                 URL: https://issues.apache.org/jira/browse/SLING-1285
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>
> Trying to start the launchpad/app jar under Windows says:
> java.lang.IllegalArgumentException: Sling Launcher JAR ...org.apache.sling.launchpad.base.jar is not accessible
> 	at 
> org.apache.sling.launchpad.base.shared.Loader.loadLauncher(Loader.java:90)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:316)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:278)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:53)
> And files named like
>   Loader_tmp_1263471966800org.apache.sling.launchpad.base.jar
> are left in the sling folder.
> Probably a problem with renaming those files, probably because they're not closed when the rename happens.

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


[jira] Resolved: (SLING-1285) Launchpad does not start under windows (launchpad.base.jar is not accessible)

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

Bertrand Delacretaz resolved SLING-1285.
----------------------------------------

       Resolution: Fixed
    Fix Version/s:  Launchpad Base 2.2.0

Fixed in revision 899208 - FileBundleVersionInfo did not close the JarFile, so it could not be renamed under Windows.

> Launchpad does not start under windows (launchpad.base.jar is not accessible)
> -----------------------------------------------------------------------------
>
>                 Key: SLING-1285
>                 URL: https://issues.apache.org/jira/browse/SLING-1285
>             Project: Sling
>          Issue Type: Bug
>          Components: Launchpad
>            Reporter: Bertrand Delacretaz
>            Assignee: Bertrand Delacretaz
>             Fix For:  Launchpad Base 2.2.0
>
>
> Trying to start the launchpad/app jar under Windows says:
> java.lang.IllegalArgumentException: Sling Launcher JAR ...org.apache.sling.launchpad.base.jar is not accessible
> 	at 
> org.apache.sling.launchpad.base.shared.Loader.loadLauncher(Loader.java:90)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:316)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.startSling(SlingServlet.java:278)
> 	at 
> org.apache.sling.launchpad.webapp.SlingServlet.access$000(SlingServlet.java:53)
> And files named like
>   Loader_tmp_1263471966800org.apache.sling.launchpad.base.jar
> are left in the sling folder.
> Probably a problem with renaming those files, probably because they're not closed when the rename happens.

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