Websphere application server
LiveCycle ES4
SQL server 2012
I can login to http://localhost:9080/lc/adminui
i can login to http://localhost:9080//lc/system/console/bundles
I can login to http://localhost:9080/workspace/
I can login to http://localhost:9080/pdfgui/
The rest of these pages all result in a blank page, WHY??
http://localhost:9080/lc/welcome
http://localhost:9080/lc/libs/livecycle/core/content/login.html
Solved! Go to Solution.
Views
Replies
Total Likes
Follow these steps :
1) Stop the weblogic.
2) Go inside <Adobe LiveCycle ES4 installation folder>/crx-repository . Delete all the folders except "install".If it is cluster, perform this step for all the nodes.
3) Restart the weblogic.
Above steps would install and start all the bundles. Any existing data inside crx repository would be removed.
Hope this helps.
-Wasil
Views
Replies
Total Likes
What is the error in server logs? or on the browser
--Santosh
Views
Replies
Total Likes
The only error log that seems to relate to the timing of when I tried to access is the error.log for livecycle. The websphere logs dont show anything.
The browser window is just blank. No erorrs, just blank.
The error file is quite long, so I will give you the lines with *ERROR* in them.
30.05.2013 12:45:53.179 *ERROR* [127.0.0.1 [1369932353144] GET /lc/libs/livecycle/core/content/login.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.scripting.jsp.jasper.JasperException: The absolute uri: http://www.day.com/taglibs/cq/1.0 cannot be resolved in either web.xml or the jar files deployed with this application
30.05.2013 12:45:53.201 *ERROR* [127.0.0.1 [1369932353144] GET /lc/libs/livecycle/core/content/login.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Calling the error handler resulted in an error org.apache.sling.api.scripting.ScriptEvaluationException: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 6 in the generated java file
Only a type can be imported. com.day.cq.wcm.api.WCMMode resolves to a package
An error occurred at line: 30 in the jsp file: /libs/sling/servlet/errorhandler/default.jsp
WCMMode cannot be resolved
27:
28: String message = (String) request.getAttribute("javax.servlet.error.message");
29: Integer scObject = (Integer) request.getAttribute("javax.servlet.error.status_code");
30: boolean isAuthorMode = WCMMode.fromRequest(request) != WCMMode.DISABLED && !sling.getService(SlingSettingsService.class).getRunModes().contains("publish");
31:
32: int statusCode = (scObject != null)
33: ? scObject.intValue()
An error occurred at line: 30 in the jsp file: /libs/sling/servlet/errorhandler/default.jsp
WCMMode.DISABLED cannot be resolved to a type
27:
28: String message = (String) request.getAttribute("javax.servlet.error.message");
29: Integer scObject = (Integer) request.getAttribute("javax.servlet.error.status_code");
30: boolean isAuthorMode = WCMMode.fromRequest(request) != WCMMode.DISABLED && !sling.getService(SlingSettingsService.class).getRunModes().contains("publish");
31:
32: int statusCode = (scObject != null)
33: ? scObject.intValue()
Caused by: org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 6 in the generated java file
Only a type can be imported. com.day.cq.wcm.api.WCMMode resolves to a package
An error occurred at line: 30 in the jsp file: /libs/sling/servlet/errorhandler/default.jsp
WCMMode cannot be resolved
27:
28: String message = (String) request.getAttribute("javax.servlet.error.message");
29: Integer scObject = (Integer) request.getAttribute("javax.servlet.error.status_code");
30: boolean isAuthorMode = WCMMode.fromRequest(request) != WCMMode.DISABLED && !sling.getService(SlingSettingsService.class).getRunModes().contains("publish");
31:
32: int statusCode = (scObject != null)
33: ? scObject.intValue()
An error occurred at line: 30 in the jsp file: /libs/sling/servlet/errorhandler/default.jsp
WCMMode.DISABLED cannot be resolved to a type
27:
28: String message = (String) request.getAttribute("javax.servlet.error.message");
29: Integer scObject = (Integer) request.getAttribute("javax.servlet.error.status_code");
30: boolean isAuthorMode = WCMMode.fromRequest(request) != WCMMode.DISABLED && !sling.getService(SlingSettingsService.class).getRunModes().contains("publish");
31:
32: int statusCode = (scObject != null)
33: ? scObject.intValue()
30.05.2013 12:45:53.202 *ERROR* [127.0.0.1 [1369932353144] GET /lc/libs/livecycle/core/content/login.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Original error class org.apache.sling.scripting.jsp.jasper.JasperException org.apache.sling.scripting.jsp.jasper.JasperException: The absolute uri: http://www.day.com/taglibs/cq/1.0 cannot be resolved in either web.xml or the jar files deployed with this application
Views
Replies
Total Likes
Hi,
I have the same problem with Jboss server.
Does anyone know how to resolve this kind of problem ?
Thanks
Views
Replies
Total Likes
Are you able to log on to CQ web console?
Log on to http://servername:port/lc/system/console/bundles as admin and see if there are any bundles that are in resolved or installed state
--Santosh
Views
Replies
Total Likes
Yes i'm able to access to this url
Here's the bundle that are in installed state
Views
Replies
Total Likes
Please try to start the following bundles :
Adobe Enterprise Platform SSO Ticket Service
Content Core Bundle
Content LCDS Integration Bundle and
LC Content Migration OSGi Bundle
check the error.log file for any erros on attempt to start the bundles
Views
Replies
Total Likes
It seems it doen't work when i click on Start/Reload for those bundles...
But when i click on update i get this following error :
16:15:48,764 ERROR [[/lc]] ERROR: Unable to update the bundle. (java.net.MalformedURLException: Unknown protocol: jcrinstall)
java.net.MalformedURLException: Unknown protocol: jcrinstall
at java.net.URL.<init>(URL.java:601)
at org.apache.felix.framework.util.SecureAction.createURL(SecureAction.java:254)
at org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:148)
at org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:77)
at org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:878)
at org.apache.felix.framework.cache.BundleArchive.reviseInternal(BundleArchive.java:550)
at org.apache.felix.framework.cache.BundleArchive.revise(BundleArchive.java:522)
at org.apache.felix.framework.BundleImpl.revise(BundleImpl.java:1130)
at org.apache.felix.framework.Felix.updateBundle(Felix.java:2183)
at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:965)
at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:952)
at org.apache.felix.webconsole.internal.core.UpdateHelper.updateFromBundleLocation(UpdateHelper.java:108)
at org.apache.felix.webconsole.internal.core.UpdateHelper.doRun(UpdateHelper.java:74)
at org.apache.felix.webconsole.internal.core.BaseUpdateInstallHelper.run(BaseUpdateInstallHelper.java:121)
at java.lang.Thread.run(Thread.java:662)
Here's the stack when i start the server :
2013-07-08 15:13:38,707 INFO [com.adobe.formServer.mbean.FormServer] (main) FSC003: ========== Start Form Server Service =========
2013-07-08 15:13:38,723 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/FormServer
2013-07-08 15:13:39,457 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/guides
2013-07-08 15:13:39,488 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/launchpad
2013-07-08 15:13:39,519 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/adobe-lcm-bootstrapper
2013-07-08 15:13:39,551 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/OutputAdmin
2013-07-08 15:13:40,316 INFO [com.adobe.output.admin.LocaleFilter] (main) LF002: Supported locales: [all]
2013-07-08 15:13:40,457 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/OutputService
2013-07-08 15:13:40,660 INFO [com.adobe.output.mbean.Output] (main) FSC003: ========== Start Output Service =========
2013-07-08 15:13:40,785 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/pdfg-ipp
2013-07-08 15:13:40,816 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/pdfgui
2013-07-08 15:13:41,473 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/pdfg-adminui
2013-07-08 15:13:42,504 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/PMAdmin
2013-07-08 15:13:43,113 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/ReaderExtensions
2013-07-08 15:13:43,238 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/repository
2013-07-08 15:13:43,348 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/rest
2013-07-08 15:13:43,613 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/soap
2013-07-08 15:13:43,816 INFO [com.adobe.idp.dsc.provider.impl.soap.axis.Logging] (main) SOAP501: Initializing Adobe SOAP Provider
2013-07-08 15:13:43,848 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/WorkspaceAdmin
2013-07-08 15:13:44,270 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/workspace-server
2013-07-08 15:13:45,582 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/lc
2013-07-08 15:13:45,754 INFO [com.adobe.livecycle.usermanager.crx.j2ee.EmbeddedCRXStartupListener] (main) Repository home detected as D:/Software/AdobeLiveCycle/AdobeLiveCycle/crx-repository
2013-07-08 15:13:45,785 INFO [com.adobe.livecycle.usermanager.crx.j2ee.EmbeddedCRXStartupListener] (main) Initialized XMP Core library Adobe XMP Core 5.0-jc003 DEBUG-12.345678, Mon Jul 08 15:13:45 CEST 2013
2013-07-08 15:13:45,801 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Setting sling.home=D:\Software\AdobeLiveCycle\AdobeLiveCycle\crx-repository (servlet parameter sling.home)
2013-07-08 15:13:45,816 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Checking launcher JAR in D:\Software\AdobeLiveCycle\AdobeLiveCycle\crx-repository
2013-07-08 15:13:45,816 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Checking launcher JAR in folder D:\Software\AdobeLiveCycle\AdobeLiveCycle\crx-repository\launchpad
2013-07-08 15:13:45,832 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Existing launcher is up to date, using it: 2.4.1.R1416835 (org.apache.sling.launchpad.base.jar)
2013-07-08 15:13:45,832 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Loading launcher class org.apache.sling.launchpad.base.webapp.SlingServletDelegate from org.apache.sling.launchpad.base.jar
2013-07-08 15:13:45,863 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Starting launcher ...
2013-07-08 15:13:45,863 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Starting Apache Sling in D:\Software\AdobeLiveCycle\AdobeLiveCycle\crx-repository
2013-07-08 15:14:29,020 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/commerce/install/cq-commerce-core-5.6.16.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.commerce.cq-commerce-core [155]: Unable to resolve 155.0: missing requirement [155.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.personalization) [caused by: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.commerce.cq-commerce-core [155]: Unable to resolve 155.0: missing requirement [155.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.personalization) [caused by: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:29,036 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/commerce/install/cq-commerce-pim-5.6.6.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.commerce.cq-commerce-pim [156]: Unable to resolve 156.0: missing requirement [156.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.commerce.api)(version>=1.1.0)) [caused by: Unable to resolve 155.0: missing requirement [155.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.personalization) [caused by: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.commerce.cq-commerce-pim [156]: Unable to resolve 156.0: missing requirement [156.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.commerce.api)(version>=1.1.0)) [caused by: Unable to resolve 155.0: missing requirement [155.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.personalization) [caused by: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)]]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:29,208 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/analytics/install/cq-analytics-5.6.12.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-analytics [160]: Unable to resolve 160.0: missing requirement [160.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.scheduled.exporter)(version>=1.0.0)) [caused by: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-analytics [160]: Unable to resolve 160.0: missing requirement [160.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.scheduled.exporter)(version>=1.0.0)) [caused by: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:29,864 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/compat/install/cq-compat-migration-medialib-1.0.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-migration-medialib [184]: Unable to resolve 184.0: missing requirement [184.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.dam.core))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-migration-medialib [184]: Unable to resolve 184.0: missing requirement [184.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.dam.core)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:30,208 INFO [it.tidalwave.imageio.rawprocessor.RAWProcessorInstaller] (FelixDispatchQueue) Installing RAWProcessor...
2013-07-08 15:14:30,552 INFO [it.tidalwave.imageio.rawprocessor.RAWProcessorInstaller] (FelixDispatchQueue) Installed RAWProcessor
2013-07-08 15:14:30,552 ERROR [STDERR] (FelixDispatchQueue) RAWProcessor succesfully installed
2013-07-08 15:14:30,552 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/personalization/install/cq-opensocial-5.6.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-opensocial [191]: Unable to resolve 191.0: missing requirement [191.0] osgi.wiring.package; (osgi.wiring.package=org.apache.sanselan))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-opensocial [191]: Unable to resolve 191.0: missing requirement [191.0] osgi.wiring.package; (osgi.wiring.package=org.apache.sanselan)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:30,567 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/personalization/install/cq-personalization-5.6.6.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-personalization [192]: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-personalization [192]: Unable to resolve 192.0: missing requirement [192.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:30,614 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/reporting/install/cq-reporting-5.6.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-reporting [194]: Unable to resolve 194.0: missing requirement [194.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-reporting [194]: Unable to resolve 194.0: missing requirement [194.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:30,661 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/scheduled-exporter/install/cq-scheduled-exporter-5.6.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.cq-scheduled-exporter [196]: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.cq-scheduled-exporter [196]: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:30,802 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/searchpromote/install/cq-searchpromote-5.6.4.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-searchpromote [199]: Unable to resolve 199.0: missing requirement [199.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-searchpromote [199]: Unable to resolve 199.0: missing requirement [199.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:31,349 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/spellchecker/install/cq-spellchecker-5.6.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-spellchecker [203]: Unable to resolve 203.0: missing requirement [203.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-spellchecker [203]: Unable to resolve 203.0: missing requirement [203.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.wcm.api)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:31,583 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/tagmanager/install/cq-dms-tagmanager-5.6.2.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.cq-dms-tagmanager [206]: Unable to resolve 206.0: missing requirement [206.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.analytics.sitecatalyst) [caused by: Unable to resolve 160.0: missing requirement [160.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.scheduled.exporter)(version>=1.0.0)) [caused by: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.cq.cq-dms-tagmanager [206]: Unable to resolve 206.0: missing requirement [206.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.analytics.sitecatalyst) [caused by: Unable to resolve 160.0: missing requirement [160.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.cq.scheduled.exporter)(version>=1.0.0)) [caused by: Unable to resolve 196.0: missing requirement [196.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)]]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,177 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/platform-content/install/com.adobe.livecycle.content.bundle-1.0.120.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.core-bundle [270]: Unable to resolve 270.0: missing requirement [270.0] osgi.wiring.package; (&(osgi.wiring.package=fiber.core.api)(version>=4.5.0)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.core-bundle [270]: Unable to resolve 270.0: missing requirement [270.0] osgi.wiring.package; (&(osgi.wiring.package=fiber.core.api)(version>=4.5.0))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,192 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/platform-content/install/com.adobe.livecycle.content.migration.bundle-1.0.120.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.migration [271]: Unable to resolve 271.0: missing requirement [271.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.livecycle.content.activate)(version>=10.0.0)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.migration [271]: Unable to resolve 271.0: missing requirement [271.0] osgi.wiring.package; (&(osgi.wiring.package=com.adobe.livecycle.content.activate)(version>=10.0.0))
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,192 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/platform-content/install/com.adobe.livecycle.content.modelerplugin.bundle-1.0.120.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.lcds-bundle [272]: Unable to resolve 272.0: missing requirement [272.0] osgi.wiring.package; (osgi.wiring.package=com.adobe.dataservices))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.livecycle.content.lcds-bundle [272]: Unable to resolve 272.0: missing requirement [272.0] osgi.wiring.package; (osgi.wiring.package=com.adobe.dataservices)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,192 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/platform-security/install/com.adobe.ep.auth.ticket-1.0.44.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.ep.auth.ticket [273]: Unable to resolve 273.0: missing requirement [273.0] osgi.wiring.package; (osgi.wiring.package=org.apache.xerces.dom))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.adobe.ep.auth.ticket [273]: Unable to resolve 273.0: missing requirement [273.0] osgi.wiring.package; (osgi.wiring.package=org.apache.xerces.dom)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,239 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/compat/install/23/cq-compat-codeupgrade-1.2.8.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-codeupgrade [152]: Unable to resolve 152.0: missing requirement [152.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-compat-codeupgrade [152]: Unable to resolve 152.0: missing requirement [152.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:35,271 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (FelixStartLevel) ERROR: Error starting jcrinstall:/libs/cq/compat/install/25/cq-upgrades-executor-1.0.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-upgrades-executor [153]: Unable to resolve 153.0: missing requirement [153.0] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.compat.codeupgrade)(version>=1.2.0)) [caused by: Unable to resolve 152.0: missing requirement [152.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.day.cq.cq-upgrades-executor [153]: Unable to resolve 153.0: missing requirement [153.0] osgi.wiring.package; (&(osgi.wiring.package=com.day.cq.compat.codeupgrade)(version>=1.2.0)) [caused by: Unable to resolve 152.0: missing requirement [152.0] osgi.wiring.package; (osgi.wiring.package=com.day.cq.workflow)]
at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3896)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1938)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1261)
at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:298)
at java.lang.Thread.run(Thread.java:662)
2013-07-08 15:14:41,177 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Apache Sling successfully started in D:\Software\AdobeLiveCycle\AdobeLiveCycle\crx-repository
2013-07-08 15:14:41,177 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Startup completed
2013-07-08 15:14:41,177 INFO [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/lc]] (main) granite: Servlet granite initialized
Views
Replies
Total Likes
Is the count of number of bundles in installed state same even after application server restart?
Is this a development/test server ? Do you have any data in repository that needs to be backed up?
--Santosh
Views
Replies
Total Likes
Yes i have the same bundles after my restart (277 bundles : 248 active, 17 installed and 12 fragments)
It's a test server. And we don't need to back up
Views
Replies
Total Likes
(We have installed LiveCycle ES4 on Jboss connected to MySQL 5 (from third party installation)
Views
Replies
Total Likes
I finally got around to testing this product again with a dfifferent configuration, and it seems I am getting some similar errors.
Config this time around
Windows Server 2008R2
SQL server 2012
Weblogic 12.1.1
After installing livecycle I can access more of the resources that I couldnt before. However I am still getting errors when conncecting to
Http://server:port/LC/WS
http://server:port/lc/fm
The errors are as follows
No resource found (404)
The requested URL /LC/ws resulted in an error in org.apache.sling.servlets.resolver.internal.defaults.DefaultErrorHandlerServlet
Also getting a different error on
http://server:port/lc/welcome
The absolute uri: http://www.day.com/taglibs/cq/1.0 cannot be resolved in either web.xml or the jar files deployed with this application
The requested URL /lc/libs/cq/core/content/welcome.html resulted in an errir in /libs/cq/core/componenets/welcome/welcome.jsp
As you had suggested above, I located the bundles:
Adobe Enterprise Platform SSO Ticket Service
Content Core Bundle
Content LCDS Integration Bundle and
LC Content Migration OSGi Bundle
All say Installed. I click the start button and nothing happens.
What can I do to fix the errors and to get these bundles to start?
Follow these steps :
1) Stop the weblogic.
2) Go inside <Adobe LiveCycle ES4 installation folder>/crx-repository . Delete all the folders except "install".If it is cluster, perform this step for all the nodes.
3) Restart the weblogic.
Above steps would install and start all the bundles. Any existing data inside crx repository would be removed.
Hope this helps.
-Wasil
Views
Replies
Total Likes
That worked, thank you
Views
Replies
Total Likes