cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Modeller Installation problems

kg86
Champ in-the-making
Champ in-the-making
Hi,
I tried to install the modeller using this tutorial:
http://code.google.com/p/signavio-core-components/wiki/InstallationInstructions

I have a JDK 7 and Tomcat 7. I added URIEncoding="UTF-8" to the HTTP connector in server.xml by Tomcat.
In build.properties by Activiti Modeller I have edit the following:
war = activiti-modeler  
configuration = Activiti

Then I run the ant script: ant build-and-deploy-all-in-one-war-to-tomcat
BUILD SUCESSFUL

But at http://localhost:8080/activiti-modeller/p/explorer my Browser can't find anything.
The I have copied the created war-files (which were created by build-and-deploy-process) in the webapps folder of my tomcat7 and I started the
tomcat manuel. But it doesn't chance anything. At the uri before it doesn't display anything.

What was my mistake?

Thanks a lot!
Cu Kai
9 REPLIES 9

nchan
Champ in-the-making
Champ in-the-making
Are you sure about the url : http://localhost:8080/activiti-modeller/p/explorer

It should be : http://localhost:8080/activiti-modeler/p/explorer

Do basic checks:

1 - Your tomcat is up http://localhost:8080
2 - Check your tomcat logs <tomcat-home>/logs/catalina.out

Good luck !

croc1
Champ in-the-making
Champ in-the-making
what is ur Browser?

kg86
Champ in-the-making
Champ in-the-making
Hi,
thanks for answering!
I used as browser firefox and the ie.
Tomcat is reachable at localhost:8080.
I get a HTTP Status 404 message by trying http://localhost:8080/activiti-modeler/p/explorer.
The requested resource (/activiti-modeler/p/explorer) is not available.

Someone an idea to solve this problem?

Ps: Catalina log says:

[INFO] Initializing Root Directory…
2012-02-23 13:49:39,722 FATAL (LoggedRuntimeException.java:39) - Platform boot failed!
com.signavio.platform.exceptions.InitializationException: Platform boot failed!
at com.signavio.platform.core.Platform.bootInstance(Platform.java:81)
at com.signavio.platform.listeners.EntryPoint.contextInitialized(EntryPoint.java:60)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4723)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5226)
at org.apache.catalina.core.StandardContext$1.call(StandardContext.java:5221)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Path does not point to a directory.
at com.signavio.warehouse.directory.business.FsDirectory.<init>(FsDirectory.java:71)
at com.signavio.warehouse.directory.business.FsRootDirectory.<init>(FsRootDirectory.java:63)
at com.signavio.warehouse.directory.business.FsRootDirectory.createInstance(FsRootDirectory.java:50)
at com.signavio.platform.core.impl.FsPlatformInstanceImpl.bootInstance(FsPlatformInstanceImpl.java:59)
at com.signavio.platform.core.Platform.bootInstance(Platform.java:77)
… 9 more

Cu Kai

droverflow
Champ in-the-making
Champ in-the-making
Can you find the "activiti-modeler.war" file in the webapps directory of your Tomcat?

If not, run the command "ant build-all-in-one-war" and copy the created war file (which resides in the target folder) manually to the webapps directory and restart Tomcat.

hth,
Doc

kg86
Champ in-the-making
Champ in-the-making
Hi,
I already did it. But it didn't solve the problem.

mikepoole
Champ in-the-making
Champ in-the-making
Did anyone find a resolution for this?

I have installed the demo.start and am getting the same HTTP 404 error (with nothing in my Tomcat 7.0.26 logs strangely)

trademak
Star Contributor
Star Contributor
Hi,

The Activiti distribution doesn't contain the Activiti Modeler.
You can build it yourself or download a distribution from here:

http://bpmnwithactiviti.org/book_sourcecode.html

Best regards,

mikepoole
Champ in-the-making
Champ in-the-making
Tijs

Worked!!!! Thank so much for your reply and time

Regards

Mike

mikepoole
Champ in-the-making
Champ in-the-making
Tijs

If I now have exactly the same problem with Activiti Explorer, where do I go? Is that missing the war file too?

"The requested resource (/activiti-explorer/) is not available." error when opening http://localhost:8080/activiti-explorer/

Thanks

Mike