Quantcast
Channel: Adobe Community : Popular Discussions - CQ5 (read only)
Viewing all 12476 articles
Browse latest View live

unable to start hybris server

$
0
0

I've followed the http://dev.day.com/docs/en/cq/current/ecommerce/eCommerce-framework.html#Installation of eCommerce with hybris and installed

cq-commerce-content-5.5.2

cq-hybris-content-5.5.0

cq-hybris-server-5.5.0

 

packages. After installing, tried accessing https://localhost:9002/hmc/hybris. But the console is down and getting the error in error.log as follows.

 

com.adobe.cq.commerce.hybris.internal.HybrisController execHybrisScript: Failed running [D:\cq5.5\author\crx-quickstart\launchpad\felix\bundle233\data\hybris\bin\platform\hybris server.bat, run] java.io.IOException: Cannot run program "D:\cq5.5\author\crx-quickstart\launchpad\felix\bundle233\data\hybris\bin\platform\hybris server.bat" (in directory "D:\cq5.5\author\crx-quickstart\launchpad\felix\bundle233\data\hybris"): CreateProcess error=2, The system cannot find the file specified

 

The hybrisserver.bat file is not present in the location.

 

Please Help.

 

Thanks,

Josh


How to create custom renderers for all/specific extensions?

$
0
0

Hi, I want to render a component the same way for all extensions, even unknown extensions. Is this possible to do? For example, I want http://localhost:4502/content/us/page1.html to render the same way as http://localhost:4502/content/us/page1.foobar.

 

I have the sling:resourceType for "/content/us/page1" set to "us/components/all". Under /apps/us/components/all, I currently have all.jsp, GET.jsp, and even foobar.jsp. I also tried all.foobar.jsp. Unfortunately, only the requests that end in ".html" will render - http://localhost:4502/content/us/page1.foobar gives me a 404 error with sling messages.

 

I would think that the GET.jsp by itself would handle all requests for all extensions, but when I have only GET.jsp in /apps/us/components/all, I still get a 404 page.

 

If it's not possible to do for all extensions, at the very least I want to render the page for specific extensions, such as ".foobar". I can't find any instructions on dev.day.com for rendering non-html extension pages. (Update: I did find a page, but I still can't get it rendering for .foobar pages).

 

Thanks in advance!

How to write a subquery using JCR SQL2 in CQ5(without ModeShape)

$
0
0

Hi,

 

We have a parent node with several levels of child nodes. We are trying to do a node level search i.e., if the search key is present in any of the properties in the parent node or the child nodes, the query must return the parent node alone(NOT the child nodes).

 

The below JCR SQL2 query will do the above said functionality,

SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/DB/ParentNode]) and CONTAINS(s.*, 'searchKey')

 

The constraint is that we have other filters, which when applied, will give only the nodes which has the required property. For example

SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/DB/ParentNode]) and CONTAINS(s.*, 'searchKey') and column1 = 'filter1'

 

where column1 is present only in the ParentNode and not the child nodes.

 

Hence the above query will limit the search to the ParentNode only and it will not search the child nodes. Also when you use the first query you are getting child node path but my requirement is to get all the Parent Node paths.

 

And so I decided to write a sub-query like the one shown below,

SELECT * FROM [nt:base] as a

WHERE PATH() IN (

   SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/DB/ParentNode]) and CONTAINS(s.*, 'searchKey')

)

and column1 = 'filter1'

 

But the above query is not working in CRXDE Lite. When i searched the web it is said that sub-query and join conditions are possible only using ModeShape.

 

I have no idea what ModeShape is. If any one has any idea on writing a sub query using JCR SQL2 in CQ5 without ModeShape, please help. Thanks in advance.

Create a new xtype containing html5smartimage

$
0
0

Hi all

 

I'm trying to create an xtype that contains an html5smartimage element.

 

Apart from adding the html5smartimage to a Panel, is there anything else required?

 

The following is rendered to my dialog, but this doesn't contain the Crop / Resize / Map icons or the placeholder text.

image-xtype.png

When dropping images from ContentFinder to this area, I get the following error:

image-error.png

CODE

this.newPanel = new CQ.Ext.Panel({

 

    cls: "test",

 

    layout: "fit",

    border: true,

    autoHeight: true,

    items: {

        xtype: "panel",

        layout: "form",

        border: false,

        autoHeight: true,

        defaults: {

            labelWidth: 70,

            anchor: "100%"

        },

        items:[

            {

                 xtype: "panel",

                 border: false,

                 items: [{

                     height: 150,

                    title:"Image",

                    ddGroups: ["media"],

                    ddAccept: ["image/.*"],

                    border: true,

                    disableZoom: true,

                    allowUpload: false,

                    fileNameParameter:"./fileName",

                    fileReferenceParameter:"./fileReference",

                    cropParameter:"./imageCrop",

                    mapParameter:"./imageMap",

                    requestSuffix:".img.png",

                    rotateParameter:"./imageRotate",

                    name:"./file",

                    uploadUrl:"/tmp/upload/*",

                    xtype: "html5smartimage"

                 }]

            }

        ]

    }

});

Permission sensitive caching

$
0
0

Hello,

 

I am trying to use permission sensitive caching on my website "www.domain.com" for resources that are in a particular location in the DAM. I want to make sure users are logged in when they download resources using this URL: www.domain.com/content/dam/secured/*.*

 

That "secured" folder has been secured using a CUG.

 

I've done the following:

 

1) Configured the dispatcher.any file (under the website directive) with the following /URL:

/url /custom/path/to/servlet

 

2) I've configured the filter to check "/content/dam/secured/*.*"

 

3) After restarting the dispatcher I can see from the logs that auth_checker is configured

 

4) I've created a servlet that implements the dohead method of SlingAllMethodsServlet. The value of the path has been set to /custom/path/to/servlet. I added quite a bit of logging into this servlet/

 

From the dispatchers'log file it looks like all is configured correctly. However, the servlet is never called. I don't see anything appear in the error.log (nor the logging I put in, nor any errors with that servlet). When I use the sling resource resolver tool in system/console/ all seems to work fine when I type www.domain.com/custom/path/to/servlet?uri=test in the test box.

 

Any suggestions about what else I can do to debug this? Has anyone else used sensitive caching before, would you mind sharing your dispatcher exact details + servlet?

 

Many thanks!

Replication Queue Missing

$
0
0

Hello All,

 

My replication agent is stuck and the CQ instance I am supporting was implemented by a third party.  I am logged in a administrator but I am missing the replicaiton gueue.  How would go about adding the replication queue back to my replication agent and or how would I unblock the replicaiton agent from the command line or by any other means?

 

Please see image attached.

 

Thanks for any help.

 

Tim Tonsel

 

Screen Shot 2013-03-14 at 2.51.40 PM.png

cookie - Bad Request - Size of a request header field exceeds server limit -

$
0
0

We are on cq5.5. We see this error intermittently. What is the best way to fix this? Cookie size seems to be adding to the issue.

Bad Request

Your browser sent a request that this server could not understand.
Size of a request header field exceeds server limit.

 

Cookie: cq-mrss=path%3D%252Fcontent%252Fdam%26p.limit%3D-1%26mainasset%3Dtrue%26type%3Ddam%3AAsse t; __unam=acfbce4-13b8ffd6084-6070cfe6-4; __utma=16528299.1850197993.1355330446.1361568697.1362109625.3; __utmz=16528299.1355330446.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); REM_ME=1004; SessionPersistence-author-lx_qa_author2=CLIENTCONTEXT%3A%3DvisitorId%3Danonymous%2Cvisito rId_xss%3Danonymous%7CPROFILEDATA%3A%3DauthorizableId%3Danonymous%2CformattedName%3DAnonym ous%20Surfer%2Cpath%3D%2Fhome%2Fusers%2Fa%2Fanonymous%2Cavatar%3D%2Fetc%2Fdesigns%2Fdefaul t%2Fimages%2Fcollab%2Favatar.png%2Cage%3D%2Cage_xss%3D%7CTAGCLOUD%3A%3Dtopic%3Aworkflow%3D 14%2Cindustry%3Aprocess_management%3D2%2Ctopic%3Aprocess_mining%3D3%2Ctopic%3Aprocess_docu mentation%3D1%2Ctopic%3Aintelligent_capture%3D5%2Cindustry%3Acapture%3D5%2Ctopic%3Adocumen t_imaging%3D2%2Ctopic%3Adistributed_intelligent_capture%3D2%2Ctopic%3Adocument_output_mana gement%3D4%2Cindustry%3Acontent_management%3D14%2Cindustry%3Asoftware_solutions_hardware%3 D4%2Cindustry%3Adevice_management%3D2%2Ctopic%3Ahelp_desk_services%3D2%2Cindustry%3Aintera ct%3D15%2Ctopic%3Asecure_content_monitor%3D2%2Ctopic%3Aelectronic_forms%3D2%2Ctopic%3Ainte lligent_forms%3D2%2Ctopic%3Adocument_accounting%3D2%2Ctopic%3Aerp_output_management%3D2%2C topic%3Aprint_release%3D2%2Cindustry%3Aoutput_management%3D4%2Ctopic%3Aerp_printing%3D4%2C topic%3Aenterprise_search%3D4%2Ctopic%3Amicrosoft_sharepoint%3D6%2Ctopic%3Adocument_filter s%3D4%2Cindustry%3Asearch%3D4%2Ctopic%3Ahuman_services_case_management%3D2%2Cindustry%3Aca se_management%3D2%2Cindustry%3Aimprove_business_processes%3D6%2Ctopic%3Abusiness_process_m odeling%3D1%2Ctopic%3Alawson%3D1%2Ctopic%3Aapplication_integration%3D8%2Cindustry%3Asoluti on%3D4%2Ctopic%3Amicrosoft_dynamics_crm%3D2%2Cindustry%3Ahealthcare%3D13%2Cindustry%3Areta il%3D8%2Cindustry%3Abanking%3D3%2Cindustry%3Aincrease_efficiency%3D7%2Cindustry%3Agovernme nt%3D8%2Ctopic%3Amicrosoft_outlook%3D2%2Ctopic%3Aesri%3D2%2Ctopic%3Ajd_edwards%3D2%2Ctopic %3Asap%3D1%2Cindustry%3Adrive_business_growth%3D1%2Cindustry%3Abusiness_challenges%3D6%2Ci ndustry%3Aconnect_distributed_workforce%3D1%2Ctype%3Alanding_page%3D2%2Ctopic%3Aconsulting _services%3D2%2Ctopic%3Aretail_pharmacy%3D2%2Cindustry%3Aindustry_solutions%3D5%2Ctopic%3A health_information_management%3D3%2Ctopic%3Apatient_scheduling%3D3%2Ctopic%3Aclinical_depa rtment_solutions%3D3%2Ctopic%3Aclinical_hit_integration%3D3%2Ctopic%3Apatient_admissions_r egistration%3D3%2Ctopic%3Ahealthcare_forms_management%3D3%2Ctopic%3Apatient_access%3D3%2Ct opic%3Aenterprise_print_management_software%3D2%2Ctopic%3Aprint_queue_management%3D2%2Ctop ic%3Aadvanced_print_management%3D2%2Ctopic%3Aemployee_onboarding%3D3%2Ctopic%3Ahuman_resou rces%3D1%2Cindustry%3Ahuman_resources%3D3%2Ctopic%3Aemployee_recruitment%3D1%2Cindustry%3A manufacturing%3D2%2Ctopic%3Aplatform_integration%3D1%2Ctopic%3Awealth_management%3D2%2Cind ustry%3Afinancial_services%3D2%2Ctopic%3Aaccount_opening%3D2%2Ctopic%3Acompliance%3D1%2Cin dustry%3Acompliance%3D1%2Ctopic%3Abusiness_operations_solutions_for_banking%3D2%2Ctopic%3A retail_delivery%3D1%2Ctopic%3Aloan_processing%3D1%2Ctopic%3Aon_demand_negotiable_documents %3D1%2Ctopic%3Anew_account_openings%3D1%2Ctopic%3Aon_demand_forms_customer_communications% 3D1%2Cindustry%3Ainsurance%3D1%2Ctopic%3Amicr_printing%3D1%2Ctopic%3Abank_branch_capture%3 D1%2Ctopic%3Aagency_capture%3D1%7C; ys-cq-damadmin-tree=o%3Awidth%3Dn%253A240%5EselectedPath%3Ds%253A/content/dam; ys-cq-damadmin-grid-assets=o%3Acolumns%3Da%253Ao%25253Aid%25253Ds%2525253Anumberer%25255E width%25253Dn%2525253A23%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253At humbnail%25255Ewidth%25253Dn%2525253A45%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25 253Ds%2525253Atitle%25255Ewidth%25253Dn%2525253A78%25255Ehidden%25253Db%2525253A1%25255Eso rtable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Aname%25255Ewidth%25253Dn%2525253A3 37%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Apublished%25255Ewidth%2 5253Dn%2525253A37%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Amodified %25255Ewidth%25253Dn%2525253A78%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%25 25253Ascene7Status%25255Ewidth%25253Dn%2525253A78%25255Ehidden%25253Db%2525253A1%25255Esor table%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Astatus%25255Ewidth%25253Dn%2525253A 71%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Dn%2525253A8%25255Ewidth%25253Dn%2 525253A78%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Aworkflow%25255Ew idth%25253Dn%2525253A78%25255Ehidden%25253Db%2525253A1%25255Esortable%25253Db%2525253A1%25 5Eo%25253Aid%25253Ds%2525253Awidth%25255Ewidth%25253Dn%2525253A37%25255Esortable%25253Db%2 525253A1%255Eo%25253Aid%25253Ds%2525253Aheight%25255Ewidth%25253Dn%2525253A37%25255Esortab le%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Asize%25255Ewidth%25253Dn%2525253A37%25 255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Areferences%25255Ewidth%25253 Dn%2525253A199%25255Esortable%25253Db%2525253A1%5Esort%3Do%253Afield%253Ds%25253Alabel%255 Edirection%253Ds%25253AASC; amlbcookie=04; ObLK=0x82abacf3a5e3b1e2|0x1cf34305ac210c7e9b2b07e3725392e2; iPlanetDirectoryPro=AQIC5wM2LY4Sfcw0UQ2MST5NlqDAsUi2dscer0wO7VMy9pE.*AAJTSQACMDYAAlMxAAIw NA..*; renderid=rend01; login-token=c9c0d027-c5f9-4e5a-9a90-09d1cf21cfd2%3a0279e369-1689-433c-80ef-d8411040efe5_6 15c2fd1eba8fd42%3acrx.default; ys-cq-siteadmin-grid-pages=o%3Acolumns%3Da%253Ao%25253Aid%25253Ds%2525253Anumberer%25255E width%25253Dn%2525253A23%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253At humbnail%25255Ewidth%25253Dn%2525253A50%25255Ehidden%25253Db%2525253A1%25255Esortable%2525 3Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Atitle%25255Ewidth%25253Dn%2525253A386%25255Es ortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Aname%25255Ewidth%25253Dn%2525253A 148%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Apublished%25255Ewidth% 25253Dn%2525253A25%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Amodifie d%25255Ewidth%25253Dn%2525253A86%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2 525253Ascene7Status%25255Ewidth%25253Dn%2525253A86%25255Ehidden%25253Db%2525253A1%25255Eso rtable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Astatus%25255Ewidth%25253Dn%2525253 A76%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Aimpressions%25255Ewidt h%25253Dn%2525253A86%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Atempl ate%25255Ewidth%25253Dn%2525253A86%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds %2525253Aworkflow%25255Ewidth%25253Dn%2525253A86%25255Ehidden%25253Db%2525253A1%25255Esort able%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2525253Alocked%25255Ewidth%25253Dn%2525253A8 6%25255Ehidden%25253Db%2525253A1%25255Esortable%25253Db%2525253A1%255Eo%25253Aid%25253Ds%2 525253AliveCopyStatus%25255Ewidth%25253Dn%2525253A86%25255Ehidden%25253Db%2525253A1%25255E sortable%25253Db%2525253A1%5Esort%3Do%253Afield%253Ds%25253Atitle%255Edirection%253Ds%2525 3AASC; ys-cq-siteadmin-tree=o%3Awidth%3Dn%253A306%5EselectedPath%3Ds%253A/content/homesite/en-US /insights/video_unum-group-accelerates-workflows-with-solutions-; ys-cq-cf-clipboard=o%3Acollapsed%3Db%253A1; ys-cq-cf-tabpanel=o%3AactiveTab%3Ds%253AcfTab-Images-QueryBox; JSESSIONID=ad311ac3-7c24-4e62-ae8a-0ebacd8e8188; SessionPersistence-author-lx_qa_author1=CLIENTCONTEXT%3A%3DvisitorId%3Danonymous%2Cvisito rId_xss%3Danonymous%7CPROFILEDATA%3A%3DauthorizableId%3Danonymous%2CformattedName%3DAnonym ous%20Surfer%2Cpath%3D%2Fhome%2Fusers%2Fa%2Fanonymous%2Cavatar%3D%2Fetc%2Fdesigns%2Fdefaul t%2Fimages%2Fcollab%2Favatar.png%2Cage%3D%2Cage_xss%3D%7CGEOLOCATION%3A%3D%7CTAGCLOUD%3A%3 Dindustry%3Aconnect_distributed_workforce%3D1%2Cindustry%3Abusiness_challenges%3D1%2Cindus try%3Acontent_management%3D1%2Cindustry%3Ahealthcare%3D1%2Ctopic%3Afinance%3D1%2Ctopic%3Ap rocurement_processing%3D1%2Cindustry%3Afinancial_services%3D2%2Cindustry%3Ainsurance%3D2%2 Cindustry%3Aindustry_solutions%3D2%2Ctopic%3Aagency_capture%3D2%7C; s_cc=true; s_sq=lxmtest%3D%2526pid%253Dinsights%25253Avideo_unum-group-accelerates-workflows-with-so luti

 

 


CQ5 Startup errors ESAPI directory or file not readable.

$
0
0

Here is the startup screen output with the errors bolded, any help is appreciated.

 

:/lopt/dev/instances/author1/crx-quickstart/bin $ 31.05.2013 08:08:32.365 *INFO * [main] Setting sling.home=crx-quickstart (command line)

31.05.2013 08:08:32.371 *INFO * [main] Starting Apache Sling in /lopt/dev/instances/author1/crx-quickstart

31.05.2013 08:08:32.380 *INFO * [main] Checking launcher JAR in folder /lopt/dev/instances/author1/crx-quickstart/launchpad

31.05.2013 08:08:32.380 *INFO * [Apache Sling Control Listener@/127.0.0.1:43654] Apache Sling Control Listener started

31.05.2013 08:08:32.399 *INFO * [main] Existing launcher is up to date, using it: 2.4.1.R1416835 (org.apache.sling.launchpad.base.jar)

31.05.2013 08:08:32.402 *INFO * [main] Loading launcher class org.apache.sling.launchpad.base.app.MainDelegate from org.apache.sling.launchpad.base.jar

31.05.2013 08:08:32.440 *INFO * [main] Setting sling.launchpad=/lopt/dev/instances/author1/crx-quickstart/launchpad

31.05.2013 08:08:32.441 *INFO * [main] Setting sling.home=crx-quickstart

31.05.2013 08:08:32.441 *INFO * [main] Setting org.osgi.service.http.port=4502

31.05.2013 08:08:32.441 *INFO * [main] Starting launcher ...

31.05.2013 08:08:32.442 *INFO * [main] HTTP server port: 4502

RAWProcessor succesfully installed

31.05.2013 08:09:06.608 *INFO * [main] Startup completed

Attempting to load ESAPI.properties via file I/O.

Attempting to load ESAPI.properties as resource file via file I/O.

Not found in 'org.owasp.esapi.resources' directory or file not readable: /lopt/dev/instances/author1/ESAPI.properties

Not found in SystemResource Directory/resourceDirectory: .esapi/ESAPI.properties

Not found in 'user.home' (/lopt/adobe) directory: /lopt/adobe/esapi/ESAPI.properties

Loading ESAPI.properties via file I/O failed. Exception was: java.io.FileNotFoundException

Attempting to load ESAPI.properties via the classpath.

SUCCESSFULLY LOADED ESAPI.properties via the CLASSPATH from '/ (root)' using class loader for DefaultSecurityConfiguration class!

Attempting to load validation.properties via file I/O.

Attempting to load validation.properties as resource file via file I/O.

Not found in 'org.owasp.esapi.resources' directory or file not readable: /lopt/dev/instances/author1/validation.properties

Not found in SystemResource Directory/resourceDirectory: .esapi/validation.properties

Not found in 'user.home' (/lopt/adobe) directory: /lopt/adobe/esapi/validation.properties

Loading validation.properties via file I/O failed.

Attempting to load validation.properties via the classpath.

SUCCESSFULLY LOADED validation.properties via the CLASSPATH from '/ (root)' using class loader for DefaultSecurityConfiguration class!


how to get the local file system path of an image that loaded into the image component in cq5?

$
0
0

Hi,

 

I'm having hard time uploading image from filesystem where as drag and drop works.

 

I'm not getting a path of image selected from filesystem.

 

here is my code..

 

private String populateImage() throws Exception {

                    if (currentNode != null && currentNode.isNode()) {

                                   Node ImageNode = JcrResourceUtil.createPath(currentNode, "image",

                                                                      null, "nt:unstructured", true);

 

                                   imageUrl = ImageNode.hasProperty("fileReference") ? ImageNode.getProperty("fileReference").getValue().getString() : "";

       imageUrl = imageUrl.trim();

        log.info("MANAGE PROFILE BEAN IMAGE URL INSIDE IF IS: " + imageUrl);

                    } else {

                                        imageUrl = properties.get("fileReference", "");

                                        imageUrl = imageUrl.trim();

                                        log.info("MANAGE PROFILE BEAN IMAGE URL INSIDE ELSE IS: " + imageUrl);

                    }

 

 

                    return imageUrl;

          }

 

 

So if I drag and drop..

ImageNode.hasProperty("fileReference") is returning a valid path

but if I upload an image  it is returning Null.

So how to get the path? any suggestions around would be appreciated...

Maven plugin for managing CQ5 packages

$
0
0

Hi,

 

Here's some new documentation that explains how to use the Content Package Maven plugin. You can package and install content from your maven build...for example, in your POM, add goals for package creation and installation to automatically deploy the OSGi bundle that was built. You can perform other package management tasks on remote servers, like rebuild packages,  and list, uninstall, and remove them.

 

http://dev.day.com/docs/en/cq/current/core/how_to/how_to_use_the_vlttool/vlt-mavenplugin.h tml

 

scott

Installation issue

$
0
0

Hi all,

 

 

I am having some issues in installation of CQ5 .
When i launch cq5-author-4502.jar file on my windows 7 system, installation doesn't start but a crx-quickstart folder is created.

I am showing below the log file generated in crx-quickstart folder.

Please help in troubleshooting.

 

 

 

Loading instance properties:/quickstart/quickstart-cq5.properties

Running on a console, won't fork the JVM (use -fork to force forking)

Using 32bit VM settings

**** WARNING: insufficent heap memory ******************************************

The JVM reports 63 MB but we recommend at least 256 MB +/- 20

Use your JVM's heap size option (like -Xmx256M) to set that size.

The -fork option (-h explains it) provides appropriate defaults.

********************************************************************************

The JVM MBean:Perm Gen reports a maximum size of 64 MB, meets our expectation of 64 MB +/- 20

Setting system properties from filename 'file:/D:/day/cq5-author-4502.jar'

System property '-crx.quickstart.server.port' set to '4502' from filename cq5-author-4502.jar

System property 'sling.jcrinstall.folder.name.regexp' set to '.*/(install|config)(.author)?$' from filename cq5-author-4502.jar

System property 'sling.run.modes' set to 'author' from filename cq5-author-4502.jar

System property 'server.ready.url.1' set to '900/120/0 http://localhost:$PORT$/login.html .*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*' from filename cq5-author-4502.jar

System property 'server.ready.url.2' set to '300/40/0 http://localhost:$PORT$/libs/cq/core/content/systemready.txt .*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*' from filename cq5-author-4502.jar

System property 'com.day.crx.launchpad.filters.CRXLaunchpadLicenseFilter.waitForContentPath' set to '/bin/login.html?src=CRXLaunchpadLicenseFilter' from filename cq5-author-4502.jar

Verbose option not active, closing stdin and redirecting stdout and stderr

Redirecting stdout to D:\day\crx-quickstart\logs\stdout.log

Redirecting stderr to D:\day\crx-quickstart\logs\stderr.log

Quickstart startup at Tue Sep 18 10:51:33 IST 2012

crx.quickstart.build.number=5.4.0.20110218

DiskSpaceUtil.getMaxOpenFiles() reports a maximum of 2147483647 open files, meets our requirement (8192)

PortSelector: Selecting server port from supplied list: 4502

PortSelector: Trying port 4502

PortSelector: Successfully bound to port 4502, will use it

PortSelector: Selected port 4502

etc/server.xml does not exist, CQSE password not saved

quickstart.properties not found, not an update

PreserveExistingFiles: no files to restore from pre-upgrade backup

System property crx.quickstart.info.jar.name set to file:/D:/day/cq5-author-4502.jar

System property crx.quickstart.info.work.dir set to D:\day\crx-quickstart

System property crx.quickstart.info.server.dir set to D:\day\crx-quickstart\server

System property crx.quickstart.info.server.port set to 4502

Extracting CQSE distribution...

Ignored as we're providing a Quickstart-specific variant: D:\day\crx-quickstart\server\server.bat

Ignored as we're providing a Quickstart-specific variant: D:\day\crx-quickstart\server\serverctl

Ignored as we're providing a Quickstart-specific variant: D:\day\crx-quickstart\server\start

Ignored as we're providing a Quickstart-specific variant: D:\day\crx-quickstart\server\stop

Saving build number in quickstart.properties

Setting up CQSE webapps and files...

13 files extracted from jar file

Extracting static files to workdir...

31 files extracted from jar file

Making scripts executable...

Running chmod +x D:\day\crx-quickstart\server\serverctl

Failed to set executable mode on scripts: java.io.IOException: Cannot run program "chmod": CreateProcess error=2, The system cannot find the file specified

Processing updates...

Updates source: D:\day\crx-quickstart\repository\patches\new

RunJarOnce INFO: RunJarOnce created, srcFolder=D:\day\crx-quickstart\repository\patches\new, doneFolder=D:\day\crx-quickstart\updates\history

No update jars executed

Done processing 0 updates

sling.repository.url not set, empty in instance properties

Starting CQSE on port 4502, interface=null...

Work dir: D:\day\crx-quickstart

CQSE arguments: [-p, 4502]

System property server.ready.url.1 defines WaitUrlParams, url=http://localhost:4502/login.html, regexp=.*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*, times=900/120/0

System property server.ready.url.2 defines WaitUrlParams, url=http://localhost:4502/libs/cq/core/content/systemready.txt, regexp=.*(QUICKSTART_HOMEPAGE|CRX_LICENSING_PAGE).*, times=300/40/0

Waiting for http://localhost:4502/crx (0/900) ...

Waiting for server installation...

Retrying http://localhost:4502/crx (ConnectException) (1/900)...

Retrying http://localhost:4502/crx (ConnectException) (3/900)...

Retrying http://localhost:4502/crx (ConnectException) (5/900)...

Retrying http://localhost:4502/crx (ConnectException) (7/900)...

Retrying http://localhost:4502/crx (ConnectException) (9/900)...

Retrying http://localhost:4502/crx (ConnectException) (11/900)...

Retrying http://localhost:4502/crx (ConnectException) (13/900)...

log4j:WARN No appenders could be found for logger (com.day.commons.httpclient.impl.ProxySelector).

log4j:WARN Please initialize the log4j system properly.

Retrying http://localhost:4502/crx (ConnectException) (15/900)...

Retrying http://localhost:4502/crx (ConnectException) (17/900)...

Retrying http://localhost:4502/crx (ConnectException) (19/900)...

Retrying http://localhost:4502/crx (ConnectException) (21/900)...

Retrying http://localhost:4502/crx (ConnectException) (23/900)...

Retrying http://localhost:4502/crx (ConnectException) (25/900)...

Retrying http://localhost:4502/crx (ConnectException) (27/900)...

Retrying http://localhost:4502/crx (ConnectException) (29/900)...

Retrying http://localhost:4502/crx (ConnectException) (31/900)...

Retrying http://localhost:4502/crx (ConnectException) (33/900)...

Retrying http://localhost:4502/crx (ConnectException) (35/900)...

Retrying http://localhost:4502/crx (ConnectException) (37/900)...

Retrying http://localhost:4502/crx (ConnectException) (39/900)...

Retrying http://localhost:4502/crx (ConnectException) (42/900)...

Retrying http://localhost:4502/crx (ConnectException) (44/900)...

Retrying http://localhost:4502/crx (ConnectException) (46/900)...

Retrying http://localhost:4502/crx (ConnectException) (48/900)...

Retrying http://localhost:4502/crx (ConnectException) (50/900)...

Retrying http://localhost:4502/crx (ConnectException) (52/900)...

Retrying http://localhost:4502/crx (ConnectException) (54/900)...

Retrying http://localhost:4502/crx (ConnectException) (56/900)...

Retrying http://localhost:4502/crx (ConnectException) (58/900)...

Retrying http://localhost:4502/crx (ConnectException) (60/900)...

Retrying http://localhost:4502/crx (ConnectException) (62/900)...

Retrying http://localhost:4502/crx (ConnectException) (64/900)...

Retrying http://localhost:4502/crx (ConnectException) (67/900)...

Retrying http://localhost:4502/crx (ConnectException) (69/900)...

Retrying http://localhost:4502/crx (ConnectException) (71/900)...

Retrying http://localhost:4502/crx (ConnectException) (73/900)...

Retrying http://localhost:4502/crx (ConnectException) (75/900)...

Retrying http://localhost:4502/crx (ConnectException) (77/900)...

Retrying http://localhost:4502/crx (ConnectException) (79/900)...

Retrying http://localhost:4502/crx (ConnectException) (81/900)...

Retrying http://localhost:4502/crx (ConnectException) (83/900)...

Retrying http://localhost:4502/crx (ConnectException) (85/900)...

Retrying http://localhost:4502/crx (ConnectException) (88/900)...

Retrying http://localhost:4502/crx (ConnectException) (90/900)...

Retrying http://localhost:4502/crx (ConnectException) (92/900)...

Retrying http://localhost:4502/crx (ConnectException) (94/900)...

Retrying http://localhost:4502/crx (ConnectException) (96/900)...

Retrying http://localhost:4502/crx (ConnectException) (98/900)...

Retrying http://localhost:4502/crx (ConnectException) (100/900)...

Retrying http://localhost:4502/crx (ConnectException) (103/900)...

Retrying http://localhost:4502/crx (ConnectException) (105/900)...

Retrying http://localhost:4502/crx (ConnectException) (107/900)...

Retrying http://localhost:4502/crx (ConnectException) (109/900)...

Retrying http://localhost:4502/crx (ConnectException) (111/900)...

Retrying http://localhost:4502/crx (ConnectException) (113/900)...

Retrying http://localhost:4502/crx (ConnectException) (115/900)...

Retrying http://localhost:4502/crx (ConnectException) (117/900)...

Retrying http://localhost:4502/crx (ConnectException) (120/900)...

Retrying http://localhost:4502/crx (ConnectException) (122/900)...

Retrying http://localhost:4502/crx (ConnectException) (124/900)...

Retrying http://localhost:4502/crx (ConnectException) (127/900)...

Retrying http://localhost:4502/crx (ConnectException) (129/900)...

Retrying http://localhost:4502/crx (ConnectException) (131/900)...

Retrying http://localhost:4502/crx (ConnectException) (133/900)...

Retrying http://localhost:4502/crx (ConnectException) (135/900)...

Retrying http://localhost:4502/crx (ConnectException) (137/900)...

Retrying http://localhost:4502/crx (ConnectException) (140/900)...

Retrying http://localhost:4502/crx (ConnectException) (142/900)...

Retrying http://localhost:4502/crx (ConnectException) (144/900)...

Retrying http://localhost:4502/crx (ConnectException) (147/900)...

Retrying http://localhost:4502/crx (ConnectException) (149/900)...

Retrying http://localhost:4502/crx (ConnectException) (151/900)...

Retrying http://localhost:4502/crx (ConnectException) (153/900)...

Retrying http://localhost:4502/crx (ConnectException) (156/900)...

Retrying http://localhost:4502/crx (ConnectException) (158/900)...

Retrying http://localhost:4502/crx (ConnectException) (160/900)...

Retrying http://localhost:4502/crx (ConnectException) (163/900)...

Retrying http://localhost:4502/crx (ConnectException) (165/900)...

Retrying http://localhost:4502/crx (ConnectException) (167/900)...

Retrying http://localhost:4502/crx (ConnectException) (169/900)...

Retrying http://localhost:4502/crx (ConnectException) (172/900)...

Retrying http://localhost:4502/crx (ConnectException) (174/900)...

Retrying http://localhost:4502/crx (ConnectException) (176/900)...

Retrying http://localhost:4502/crx (ConnectException) (178/900)...

Retrying http://localhost:4502/crx (ConnectException) (180/900)...

Retrying http://localhost:4502/crx (ConnectException) (183/900)...

Exception in thread "Timer-0" java.lang.IllegalStateException: this writer hit an OutOfMemoryError; cannot commit

at org.apache.lucene.index.IndexWriter.prepareCommit(IndexWriter.java:3362)

at org.apache.lucene.index.IndexWriter.commit(IndexWriter.java:3417)

at org.apache.jackrabbit.core.query.lucene.AbstractIndex.commit(AbstractIndex.java:389)

at org.apache.jackrabbit.core.query.lucene.VolatileIndex.commit(VolatileIndex.java:141)

at org.apache.jackrabbit.core.query.lucene.PersistentIndex.copyIndex(PersistentIndex.java:12 8)

at org.apache.jackrabbit.core.query.lucene.MultiIndex$VolatileCommit.execute(MultiIndex.java :2094)

at org.apache.jackrabbit.core.query.lucene.MultiIndex.executeAndLog(MultiIndex.java:1115)

at org.apache.jackrabbit.core.query.lucene.MultiIndex.commitVolatileIndex(MultiIndex.java:11 63)

at org.apache.jackrabbit.core.query.lucene.MultiIndex.flush(MultiIndex.java:938)

at org.apache.jackrabbit.core.query.lucene.MultiIndex.checkFlush(MultiIndex.java:1283)

at org.apache.jackrabbit.core.query.lucene.MultiIndex.access$100(MultiIndex.java:81)

at org.apache.jackrabbit.core.query.lucene.MultiIndex$1.run(MultiIndex.java:337)

at java.util.TimerThread.mainLoop(Unknown Source)

at java.util.TimerThread.run(Unknown Source)

Retrying http://localhost:4502/crx (ConnectException) (185/900)...

Retrying http://localhost:4502/crx (ConnectException) (188/900)...

Retrying http://localhost:4502/crx (ConnectException) (190/900)...

Retrying http://localhost:4502/crx (ConnectException) (192/900)...

Retrying http://localhost:4502/crx (ConnectException) (194/900)...

Retrying http://localhost:4502/crx (ConnectException) (196/900)...

Retrying http://localhost:4502/crx (ConnectException) (198/900)...

Retrying http://localhost:4502/crx (ConnectException) (201/900)...

Retrying http://localhost:4502/crx (ConnectException) (203/900)...

Retrying http://localhost:4502/crx (ConnectException) (206/900)...

Retrying http://localhost:4502/crx (ConnectException) (212/900)...

Exception in thread "Thread-0" java.lang.OutOfMemoryError: Java heap space

Sep 18, 2012 10:56:44 AM it.tidalwave.imageio.util.Logger info

INFO: Installing RAWProcessor...

Sep 18, 2012 10:56:44 AM it.tidalwave.imageio.util.Logger info

INFO: Installed RAWProcessor

RAWProcessor succesfully installed

 

 

 

Thanks

Client Context customization in CQ5 to personalize the content based on user profile

$
0
0

Hi,

 

I would like to customize the CQ5 client context to personalize the content based on the user profile information which we receives from third party systems(ex: Oxygen single sign on).

I have looked the CQ5 documentation but didn't find enough information.

 

Here is the link, I have referred http://dev.day.com/docs/en/cq/current/developing/client_context_detail.html

 

Could you please provide me some informaiton/examples, how to customize the client context in CQ5?

 

It would be great, if you could provide more details/examples for this.

 

 

 

Thanks

Muni

Workflow Process Implementation not found

$
0
0

Hello,

 

     I've created a workflow process in AEM 5.6.  When I initiate the workflow, the workflow is not completed and in the Inbox Console, I see 'process implementation is not found'.

 

Here is the sample workflow process:

 

package com.test.workflowtest;

 

import org.apache.felix.scr.annotations.Component;

import org.apache.felix.scr.annotations.Properties;

import org.apache.felix.scr.annotations.Property;

import org.apache.felix.scr.annotations.Service;

import org.osgi.framework.Constants;

import org.apache.felix.scr.annotations.Reference;

/**

import com.day.cq.workflow.WorkflowException;

import com.day.cq.workflow.WorkflowSession;

import com.day.cq.workflow.exec.WorkItem;

import com.day.cq.workflow.exec.WorkflowData;

import com.day.cq.workflow.exec.WorkflowProcess;

import com.day.cq.workflow.metadata.MetaDataMap;

*/

import com.adobe.granite.workflow.WorkflowException;

import com.adobe.granite.workflow.WorkflowSession;

import com.adobe.granite.workflow.exec.WorkflowProcess;

import com.adobe.granite.workflow.exec.WorkItem;

import com.adobe.granite.workflow.metadata.MetaDataMap;

 

import org.slf4j.Logger;

import org.slf4j.LoggerFactory;

 

import org.apache.sling.api.resource.ResourceResolverFactory;

import org.apache.sling.api.resource.ResourceResolver;

 

@Component

@Service

@Properties({

        @Property(name = Constants.SERVICE_DESCRIPTION, value = "Test Process."),

        @Property(name = Constants.SERVICE_VENDOR, value = "TEST"),

        @Property(name = "process.label", value = "Test WF Process")})

 

public class Test implements WorkflowProcess{

   private static final Logger log = LoggerFactory.getLogger(Test.class);

 

          @Reference

          private ResourceResolverFactory resourceResolverFactory;

 

          public void execute(WorkItem item, WorkflowSession session, MetaDataMap args)

        throws WorkflowException {

 

        log.debug("======== Test Process ===========");

        ResourceResolver resolver = null;

        try{

                              resolver = resourceResolverFactory.getAdministrativeResourceResolver(null);

        }catch(Exception e)

        {

            e.printStackTrace();

        }

    }

}

 

=============

Exception:


02.05.2013 11:25:23.305 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test

          at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)

          at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)

          at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

          at java.lang.Thread.run(Unknown Source)

02.05.2013 11:25:25.333 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test

          at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)

          at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)

          at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

          at java.lang.Thread.run(Unknown Source)

02.05.2013 11:25:27.361 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test

          at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)

          at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)

          at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

          at java.lang.Thread.run(Unknown Source)

02.05.2013 11:25:29.389 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test

          at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)

          at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)

          at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)

          at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

          at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

          at java.lang.Thread.run(Unknown Source)

 

 

=======

Findings:  Gettting exception only when I use below code in the workflow process.

 

@Reference

  private ResourceResolverFactory resourceResolverFactory;

 

 

Any help would be more helpful..

 

Thanks

Siva

 


Received 409 (Conflict) for saving changes in workspace crx.default

$
0
0

When i creat a new jsp file and save the file  , i get the following error on CRXDE lite  :

 

Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. This node already exists: /content/TrainingSite/contentpage.jsp

 

Can anybody please suggest the cause of the problem and the meaning of the code.

 

 

Thanks

How to write an ajax call to a JSP page

$
0
0

Hi

 

 

    In CQ publish side, I want to call a jsp page on click of a button . I know we cant directly call it from script. For that we have to use ajax either directly or using jquery.ajax. Can any one help me how can i acheive dis. A sample working example code will be very much helpful .

 

 

Thanks

 

veena


How to create Tooltip for textfield in CQ?

$
0
0

Hi

 

     I have a textfield. When i keep cursor on the field a tooltip has to appear with a message. What should i write to create the tooltip in the focus event of the textfield so that my requirement is acheived

 

 

Thanks

 

Veena

cannot import com.day.cq.wcm.foundation.Image

$
0
0

Hello,

I'm trying to import com.day.cq.wcm.foundation.Image into a regular bean, but after I run maven

the compiler error says:

 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.1:compile (default-compile) on project playnow-apps-bundle: Compilation failure: Compilation failure:

[ERROR] \usr\src\playnow\playnow-apps\playnow-apps-bundle\src\main\java\com\playnow\cq\beans\Feat ureTileHelper.java:[8,32] package com.day.cq.wcm.foundation does not exist

 

How can I resolve this problem?

 

Thanks in advance,

David

How to get href="tel:phonnumber" working? (click on a link and call on mobile)

$
0
0

Hi,

 

I am trying to develop a component for a mobile website which allows users to click on a link and make a phone call on the mobile device.

 

I have tried to use the following code :

 

<a  href="tel:<%=xssAPI.encodeForHTML(tel)%>" >Click and Call!</a>    // where tel is for instance: 12345678

 

But CQ keeps displaying:

 

localhost:4502/content/mysite/_tel_12345678

 

I need the link to display as tel:123456789

 

I've also tried using href="http://tel:<%=xssAPI.encodeForHTML(tel)%>" which displays 'tel:12345678' when mouse hovering over on a computer. However, as soon as I deploy the code on a mobile device and press on the link, it redirects to 'http://tel.12345678' which results in an error page.

 

Has anyone had any experience in bypassing CQ's URL prefixing and force the href to be what the user input is?

 

Many thanks.

Errors when (re)activating digital assets on a new Publish install

$
0
0

Greetings,

 

First post here, and I'm also not very well versed with Adobe CQ (yet), so bear with me:

 

I've configured an Author instance in a dev environemtnt, got it up and running, updated, etc and created workflows, set up replication, done all the basics.

 

After a failed attempt to upgrade our Publish instance to CQ5 SP2.2, I recreated it from scratch. I set up replication again with our Author instance, and started reactivating Workflows/Users/Websites/etc.

 

I started to reactivate our Digital Assets (we have many gigs of pictures/movies) and this is where I ran into some problems.

 

I was performing a tree activation on a folder under the Digital Assets, when I noticed that we had something like 300 items stuck in the replication queue.

 

I dug into the replication event log and was greeted with the following error:

 

7.01.2013 12:52:01 - DEBUG - publish : adding header: Action:Activate

07.01.2013 12:52:01 - DEBUG - publish : adding header: Path:/content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_scre en7.jpg

07.01.2013 12:52:01 - DEBUG - publish : adding header: Handle:/content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_sc reen7.jpg

07.01.2013 12:52:01 - DEBUG - publish : deserialize content for delivery

07.01.2013 12:52:01 - DEBUG - publish : set 1306653 bytes of post body.

07.01.2013 12:52:01 - INFO - publish : Sending POST request to http://eve/bin/receive?sling:authRequestLogin=1

07.01.2013 12:52:01 - INFO - publish : sent. Response: 400 Bad Request

07.01.2013 12:52:01 - ERROR - publish : Replication (ACTIVATE) of /content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_screen7.j pg not successful. Conversation follows

07.01.2013 12:52:01 - ERROR - publish : ------------------------------------------------

07.01.2013 12:52:01 - ERROR - publish : Sending message to eve:-1

07.01.2013 12:52:01 - ERROR - publish : >> POST /bin/receive HTTP/1.0

07.01.2013 12:52:01 - ERROR - publish : >> Action: Activate

07.01.2013 12:52:01 - ERROR - publish : >> Path: /content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_screen7.j pg

07.01.2013 12:52:01 - ERROR - publish : >> Handle: /content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_screen7.j pg

07.01.2013 12:52:01 - ERROR - publish : >> ...spooling 1306653 bytes...

07.01.2013 12:52:01 - ERROR - publish : --

07.01.2013 12:52:01 - ERROR - publish : << HTTP/1.1 400 Bad Request

07.01.2013 12:52:01 - ERROR - publish : << Connection: Close

07.01.2013 12:52:01 - ERROR - publish : << Server: Day-Servlet-Engine/4.1.32

07.01.2013 12:52:01 - ERROR - publish : << Content-Type: text/plain;charset=utf-8

07.01.2013 12:52:01 - ERROR - publish : << Content-Length: 130

07.01.2013 12:52:01 - ERROR - publish : << Date: Mon, 07 Jan 2013 20:52:01 GMT

07.01.2013 12:52:01 - ERROR - publish : <<

07.01.2013 12:52:01 - ERROR - publish : << error: com.day.cq.replication.ReplicationException: Repository error during page import: The system cannot find the path specified

07.01.2013 12:52:01 - ERROR - publish : Message sent.

07.01.2013 12:52:01 - ERROR - publish : ------------------------------------------------

07.01.2013 12:52:01 - INFO - publish : Replication (ACTIVATE) of /content/dam/WIP/NW/screenshots/Vellosk_Lore_Trailer_Screenshots/neverwinter_e3_screen7.j pg not successful.

 

I can't for the life of me find anything on Google that might have more information on this issue (or the cause). Could anyone point me in the right direction to resolve this issue?

 

Thanks!

Author intallation issue

$
0
0

Hi,

 

Could anyone please help me on this?  The environment is Linux.  I followed the instruction to install the author instance in a new port number 8081 by use this command "java -XX:MaxPermSize=256m -Xmx1024M -jar CQ_author-p8081.jar", at the end, it shows "Press CTRL-C to shutdown the Quickstart server..." without error.  I assume that the CQ Quickstart is working.

 

Then I ran the ./start from the bin directory.  it shows these message:

17.01.2013 13:50:58.578 *INFO * [main] Starting launcher ...

17.01.2013 13:50:58.580 *INFO* [main] HTTP server port: 4502

17.01.2013 13:51:09.469 *INFO * [main] Startup completed

 

I assume that CQ is up, but the port is 4502, does it have to be 8081 which is same as quickstart?

 

At the end, I did not see any web browser opened like the instructions said "When the installation is completed, you are automatically presented with a new web browser window opening http://localhost:4502/".

 

Did I miss anything?

 

Thanks.

Viewing all 12476 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>