I've installed fresh Bitnami redmine 4.0.1-1 , using windows 10 ,but when I try to "go to application" it opens a Bitnami page and when I try to access redmine through it gives me:
Not Found The requested URL /redmine/ was not found on this server.
While opening (manage servers) tab , i found that (thin_redmine and thin-redmine2) are stopped and not working
I've installed the Bitnami Support Tool and it gives me this code:
d84e3adc-0777-8b8e-1e74-460ad477e918
I am trying to install DIVIO app ,
and when I try to set it up this is the error i received:
New version 3.3.2 is available. Type `divio version` to show information about upgrading.
Usage: divio project setup [OPTIONS] SLUG
Error: Invalid value for "-p" / "--path": Path "." is not writable...
I am running windows 7 and docker terminal is already running
Your Divio application is trying to write some files, but doesn't have permission to. This issue is generally caused when your Divio projects are not located within your user's filespace.
Make sure that in the Divio application settings your projects will be somewhere within your home folder.
I want to deploy my website (built in sitecore 8.0) in Azure using Sitcore Azure module. I have downloaded the Sitecore azure 8.0 module from https://dev.sitecore.net/Downloads/Sitecore_Azure/80/Sitecore_Azure_80.aspx . And started installation using Installation wizard, I got an error after around 2 hours are spent on installation process. The error saying "Failed to execute 'send' on 'XMLHttpRequest' : Failed to load 'sitecoredemo/.../InstallationWizard'.
How to proceed further, please suggest.
I use PyCharm 2016.1.4 on a Mac. I followed the instructions on this page, and I want to connect PyCharm to a Django project which runs in docker via docker-compose.
I added the configuration file and service name but when I press OK I get this error:
Can you help me solve this problem?
Currently I am attempting to install the Jetty WTP Server Adapter for Eclipse 3.5 and get the following errors:
An error occurred while collecting items to be installed session context was:(profile=epp.package.jee,phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.mortbay.jetty.serveradaptor,1.0.4
No repository found containing: org.eclipse.update.feature,org.mortbay.jetty.serveradaptor,1.0.4
To install, I attempt to add a new server runtime, click 'Install Additional Server Adapters' and follow the wizard I get when I click on the Generic Jetty Server Adapter that eventually loads. I've had this error in all the RCs up to this point, but currently the active RC is RC4.
I also found the 'Download additional server adapters" route to adding the Jetty (and Glassfish) server adapters failed, with the same dependency issues as the Original Poster.
Downloading the .jar and copying it into the 'plugins' dir of my Eclipse install idd not work. The Jetty server adapter was still not a recognised installed plugin.
I had to go to "Help->Install New Software->Add..." and enter the http://www.webtide.com/eclipse site manually. Then I could see the Jetty adapter, and install it successfully. It seems to have installed into the eclipse/plugins/ rather than copied a .jar file into eclipse/plugins.
This may be what the poster on 2 Jul was trying to say, but it wasn't very clear.
I don't know why, but the "download additional server adapters" dialog hasn't worked for me once with Eclipse 3.5, the install always fails with dependency issues.
I also found I had to manually install all the WST Adapter items to get around failed dependencies, for example:
"Web, XML and Java EE Development->JST Server Adapters", "WST Server Adapters"
and also the "Database Development" items. I'm not sure which were required.. when I'd installed everything that looked likely, all my dependency issues were resolved when installing the Glassfish and Jetty server adapters from their update sites.
There's a new (official!) Jetty WTP Plugin to support Jetty 7.x and 8.x: http://wiki.eclipse.org/Jetty_WTP_Plugin
The problem could be resolved installing the JST Server UI before the Jetty Server Adapter. It is a current bug (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=321663).
That way you can install it either as a plugin or in the servers view.
I think you need org.mortbay.jetty.serveradaptor.1.0.4.jar to install jetty adapter, download from http://www.webtide.com/eclipse , put it in plugins of eclipse.
Hope the answer could help you.