trying to extract CQ author instance ? | Community
Skip to main content
Level 4
October 16, 2015
Solved

trying to extract CQ author instance ?

  • October 16, 2015
  • 11 replies
  • 3713 views

Hi,

I tried to extract a jar file, it is giving errors

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__qw5y-java_-jar_cq-author-.html

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__lfol-_java_-xx_maxperm.html

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__mer1-java_-xx_maxpermsize.html

so i decided to u extract ajar file manually by double clicking the folder and extract button in it.

I extracted the directories present in it i got all the directories, when i executed #./start cmd.

When i use #ps -ef | grep java it is showing that author instance is running, When i tried to url https://<hostname>:4502 , it is giving msg UNNABLE TO CONNECT TO THE SERVER AT 4502

what would be the issue, one this is it a good practice to do so in a manual way

Thanks

Mahesh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

You can do the following:

java -jar yourcq5jarfile.jar -unpack

Then navigate to the crx-quickstart\bin folder and run the start/start.bat file

--

Feike

11 replies

Level 4
October 16, 2015

#### java -jar cq-author-p4502.jar -unpack
Loading quickstart properties: default
Loading quickstart properties: instance
Setting properties from filename '/home/author/cq-author-p4502.jar'
Option '-quickstart.server.port' set to '4502' from filename cq-author-p4502.jar
Verbose mode - stdout/err not redirected to files, and stdin not closedResourceProvider paths=[/gui, /gui/default]
quickstart.build=5.6.1.20130606
quickstart.properties not found, initial install
UpgradeUtil.handleInstallAndUpgrade has mode INSTALL
Saving build number in quickstart.properties
Upgrade: no files to restore from pre-upgrade backup
java.io.IOException: Push back buffer is full
        at java.io.PushbackInputStream.unread(PushbackInputStream.java:232)
        at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:366)
        at java.util.zip.ZipInputStream.read(ZipInputStream.java:195)
        at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:139)
        at com.adobe.granite.quickstart.base.impl.Unpacker.extractFiles(Unpacker.java:168)
        at com.adobe.granite.quickstart.base.impl.Unpacker.unpack(Unpacker.java:69)
        at com.adobe.granite.quickstart.base.impl.upgrade.UpgradeUtil.handleInstallAndUpgrade(UpgradeUtil.java:100)
        at com.adobe.granite.quickstart.base.impl.Quickstart.<init>(Quickstart.java:140)
        at com.adobe.granite.quickstart.base.impl.Main.<init>(Main.java:781)
        at com.adobe.granite.quickstart.base.impl.Main.main(Main.java:839)
Quickstart: aborting