Issues with deploying Slides Demo

Hello,

Could you please help me understand what I'm doing wrong in setting up this demo? This is the stack dump from the JBoss Server.

Thanks,

Peter Wu

Calling C:\jboss-as-web-7.0.2.Final\bin\standalone.conf.bat
===============================================================================

JBoss Bootstrap Environment

JBOSS_HOME: C:\jboss-as-web-7.0.2.Final

JAVA: C:\Program Files\Java\jdk1.6.0_25\bin\java

JAVA_OPTS: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djboss.modules.system.pkgs=org.jboss.byteman -server

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

13:36:47,642 INFO [org.jboss.modules] JBoss Modules version 1.0.2.GA
13:36:47,986 INFO [org.jboss.msc] JBoss MSC version 1.0.1.GA
13:36:48,064 INFO [org.jboss.as] JBoss AS 7.0.2.Final "Arc" starting
13:36:49,017 WARN [org.jboss.as] No security realm defined for native management service, all access will be unrestricted.
13:36:49,096 INFO [org.jboss.as] creating http management service using network interface (management) port (9990)
13:36:49,096 WARN [org.jboss.as] No security realm defined for http management service, all access will be unrestricted.
13:36:49,111 INFO [org.jboss.as.logging] Removing bootstrap log handlers
13:36:49,127 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
13:36:49,142 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
13:36:49,252 INFO [org.jboss.as.naming] (Controller Boot Thread) JBAS011800: Activating Naming Subsystem
13:36:49,252 INFO [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service
13:36:49,267 INFO [org.jboss.as.osgi] (Controller Boot Thread) JBAS011910: Activating OSGi Subsystem
13:36:49,283 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
13:36:49,299 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 3.2.0.Beta2
13:36:49,314 INFO [org.xnio] (MSC service thread 1-1) XNIO Version 3.0.0.Beta3
13:36:49,330 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.0.0.Beta3
13:36:49,674 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-3) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_25\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\app\bj702c\product\11.2.0\dbhome_1\bin;C:\app\bj702c\product\11.1.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\CollabNet\Subversion Client;C:\Documents and Settings\bj702c\My Documents\UltraEdit\;C:\Documents and Settings\bj702c\My Documents\UltraCompare;C:\Program Files\Java\jdk1.6.0_25\bin;C:\apache-ant-1.8.2\bin
13:36:49,705 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
13:36:49,783 INFO [org.jboss.as.remoting] (MSC service thread 1-2) Listening on /127.0.0.1:9999
13:36:49,814 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
13:36:49,814 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-3) Starting remote JMX connector
13:36:50,080 INFO [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
13:36:50,158 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) Bound data source [java:jboss/datasources/ExampleDS]
13:36:50,439 INFO [org.jboss.as.deployment] (MSC service thread 1-4) Started FileSystemDeploymentService for directory C:\jboss-as-web-7.0.2.Final\standalone\deployments
13:36:50,486 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.2.Final "Arc" started in 3188ms - Started 93 of 148 services (55 services are passive or on-demand)
13:36:50,486 INFO [org.jboss.as.deployment] (DeploymentScanner-threads - 1) Found Aspose_PowerPoint.war in deployment directory. To trigger deployment create a file called Aspose_PowerPoint.war.dodeploy
13:36:50,518 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) Starting deployment of "Aspose_PowerPoint.war"
13:36:50,877 INFO [org.jboss.as.jpa] (MSC service thread 1-3) added javax.persistence.api dependency to Aspose_PowerPoint.war
13:36:51,174 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit."Aspose_PowerPoint.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."Aspose_PowerPoint.war".INSTALL: Failed to process phase INSTALL of deployment "Aspose_PowerPoint.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:121)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]
at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
Caused by: java.lang.RuntimeException: Failed to load class NorthwindDemo
at org.jboss.as.ee.component.deployers.EEClassConfigurationProcessor$1.compute(EEClassConfigurationProcessor.java:141)
at org.jboss.as.ee.component.deployers.EEClassConfigurationProcessor$1.compute(EEClassConfigurationProcessor.java:122)
at org.jboss.as.ee.component.LazyValue.get(LazyValue.java:40)
at org.jboss.as.ee.component.EEApplicationDescription.getClassConfiguration(EEApplicationDescription.java:183)
at org.jboss.as.ee.component.ComponentDescription.createConfiguration(ComponentDescription.java:153)
at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:70)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115)
... 5 more
Caused by: java.lang.ClassNotFoundException: NorthwindDemo from [Module "deployment.Aspose_PowerPoint.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:191)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:361)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:333)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:310)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:103)
at java.lang.Class.forName0(Native Method) [:1.6.0_25]
at java.lang.Class.forName(Class.java:247) [:1.6.0_25]
at org.jboss.as.ee.component.deployers.EEClassConfigurationProcessor$1.compute(EEClassConfigurationProcessor.java:139)
... 11 more

13:36:51,408 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployment of "Aspose_PowerPoint.war" was rolled back with failure message {"Failed services" => {"jboss.deployment.unit.\"Aspose_PowerPoint.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Aspose_PowerPoint.war\".INSTALL: Failed to process phase INSTALL of deployment \"Aspose_PowerPoint.war\""},"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint.ValidatorFactory missing [ jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint ]","jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint.Validator missing [ jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint ]"]}
13:36:51,408 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) Stopped deployment Aspose_PowerPoint.war in 5ms
13:36:51,408 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"Failed services" => {"jboss.deployment.unit.\"Aspose_PowerPoint.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"Aspose_PowerPoint.war\".INSTALL: Failed to process phase INSTALL of deployment \"Aspose_PowerPoint.war\""},"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint.ValidatorFactory missing [ jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint ]","jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint.Validator missing [ jboss.naming.context.java.module.Aspose_PowerPoint.Aspose_PowerPoint ]"]}}}

Hi Peter,

Thanks for your interest in Aspose.Slides.

Please accept my apology for late response. Which demo you are trying to install? There are two demo. 1) Create from Template. 2) Northwind. You can execute demos online and check code as well Please check the online demos from here.

Hi Tahir,


Thanks for your help. I was able to configure and run examples other than Northwind which I couldn’t install on latest version of JBoss but that’s okay since I’m able to run my test apps on the command-line. I do have one unrelated question: When there is too much text for fit-to-scale (text gets smaller) to work, is there a way to get it to overflow into the next slide instead of disappearing below the bottom border of the text field. Sorry that I’m not using proper terminology. I’m trying to learn slides without ever useing Powerpoint extensively in the past.

Thanks,

Peter

Hi Tahir,


I guess I want to do what this guy can do except programatically and automatically if possible:

Thanks,

Peter

Summary

This thread deals with PowerPoint 2003, PowerPoint, XP, jeaNONn, and PPTools. In fact, report may also be essential.

Splitting body text between slides

PLStepp posted on Friday, March 27, 2009 12:09 AM

We upgraded to PPT 2007 recently; I’m using a Dell laptop, XP Pro,
etc.

I’m trying to split body text between slides; when I write slides for
my lectures, I’m used to filling up the slide until it’s overflowing,
then clicking on the Auto-Fit Options button, which (until the
upgrade) gave me an option for splitting the text between two slides.

Does PPT 2007 not give us that option? I tried going through Help,
which tells me to go to outlines view, position the cursor, and hit
enter. THE PROCESS OUTLINED IN THE HELPFILE DOES NOT WORK.

Does anyone know how to fix this? I appear to be stuck with New Slide
this with one click of the mouse.

Hi Tahir,


I think this needs to be done with table content overflow detection and intervention at least with VBA: http://skp.mvps.org/pptxp022.htm

Is there a property that I can set in Aapose Slides that would auto overflow tables and text frames across slides? If not, how can I do this programatically?

Thanks,

Peter

Hi Peter,

Please read this forum link for your query. Let me know, If you have any more queries.

Hi Tahir,


Is there a “Split Text Between Two Slides” function (for placeholders)?

Is there a way to detect if text overflows a placeholder or textframe?

Is there a way to execute a VBA procedure?

Thanks,

Peter

Hi Peter,

I regret to share with you that the requested feature is not available in Aspose.Slides. You can use the same logic shared in VBA by using Aspose.Slides in your code.