Problems with startup.bat of apache-tomcat-7.0.54 - tomcat7

I downloaded apache-tomcat-7.0.54 of http://tomcat.apache.org/download-70.cgi, the binary distributions 32-bit Windows zip (pgp, md5).
I went to apache-tomcat-7.0.54\bin\startup.bat on my machine; and did two clicks on this file but when I try localhost:8080, Tomcat is not up and doesn´t show errors.
I had installed JDK 1.6 and I have other version of Tomcat 5.5 and when I try \apache-tomcat-5.5.27\bin\startup.bat the tomcat works perfectly
sorry for my english is a little bad. I wait your help, thanks so much.

Try to open "Command Prompt", go do apache folder and try to start up it using prompt. Post results, please.
You could post the log file too.

Related

How do I clear the cache in Pentaho Data Integration

I am trying to run Pentaho Data Integration (ver. 8.3) in my Windows machine and it is not working.
These are the steps I tried to make it work:
Tried rebooting the machine without success.
Also tried to run the Spoon.bat command directly from the directory where Pentaho is located, but it did not work.
Checked if my java installation changed since the last time it worked, it did not, what can be happening?
In a support chat I read someone was able to fix the problem by clearing the cache, but did not explain how to do it, how do I clean the cache?
Have you installed >jdk java 1.8 environment?
And you should open powershell or other terminal to check: java -version
These are the steps to clear the cache in a Windows environment:
Go to C:\Users\youruser.kettle
Look for the file db.cache-* (I have PDI version 8.3, my file is named db.cache-8.3.0.0-371)
Edit the file with any editor (i.e. Notepad) and erase all content
It worked for me!
First, you should run .\data-integration\set-pentaho-env.bat; It will set pdi environment. The most important is the Java HOME, and JAVA Version. PDI 8.3 can only run in JAVA 1.8 and above.

Getting Started with hadoop on windows

I am a newbie here. I just love to code and develop own programs...Day before yesterday I got an idea to set Hadoop on windows. I just fetched all the stacks but could not successfully install it. I am attaching screenshots together with my query. My windows version is 8.1 64 bit.
The snapshot that you provided says that the JAVA_HOME is not set correctly, can you make sure that JAVA_HOME is set properly in your system?
Please verify javac and java commands works from your command prompt.
OR can you please provide hadoop-env.cmd content? so that we can find out the root cause?

How to install Typo3 in Windows 10 with XAMPP?

I have installed XAMPP in Windows, It is working perfectly. but when I installed Typo3 version 8 and it Showed some errors
PHP OpenSSL extension not working.
PHP extension soap not loaded.
Current directory is not within in the current path.
Low PHP Script Execution Time.
PHP max_input_vars very low.
Windows apache thread stack size.
But I can't able to fix the following:
PHP OpenSSL extension not working.
PHP extension soap not loaded.
Current directory is not within in the current path.
Windows apache thread stack size.
What should I do?
Thank you
Here is the full configuration for the Apache On windows server. This working fine with my windows 10 with SSL.
<script src="https://gist.github.com/GhanshyamBhava/41d3a34acc11cec2a4828b0d4b2c840f.js"></script>
Hope this will work for you.
Greetings!
The errors above are not something you have to worry about.
You don't need openSSL for development, it is working without soap (maybe this is used by TER), you have to paste all typo3 src in root path because windows doesn't support symlinks.
But if you want to make all things work you have to use vagrant or docker.
Vagrant requires VirtualBox or other Virtual machine tool.
But docker has a boilerplate ready to use: https://github.com/webdevops/TYPO3-docker-boilerplate

installing cygwin: setup.ini missing from http://mirrors.kernel.org

I'm trying to install cygwin on a windows 2008 server. I managed to get a hold of the cygwin setup.exe version 2.721.
Since cygwin.com is down at the moment, i tried several mirrors found through the google cache of the cygwin mirrors. I ran into the same problem like this guy: Help needed installing cygwin: may be ini file problem
Like they suggested, I tried http://mirrors.kernel.org as mirror. It downloads some setup.bz files fine. Then I get the error "Unable to get setup.ini from http://mirrors.kernel.org/". Any suggestions how to install cygwin now?
I got this error when I tried to use http://cygwin.com/setup.exe and not http://cygwin.com/setup-x86.exe or http://cygwin.com/setup-x86_64.exe. It seems the mirrors have just recently removed support for setup.exe. The setup.exe is still available to download but none of the mirrors work.
The solution is to use either the setup-x86.exe or the setup-x86_64.exe.
The mirror should be the full path http://mirrors.kernel.org/sourceware/cygwin
If you get complaints about the .ini being from a newer version of setup, you'll need to find a newer setup.exe somewhere on the net that you trust. (And cygwin guys? Grrr for not including setup.exe in your mirrors and for not signing your exe!)
the reason is so simple:
the setup.ini changed its's location!
just go to cygwin site, download the latest setup.exe file. it will be OK.
While installing, select Install through http/ftp proxy. Firewall may block the installation. Hence, proxy will help. Also try running as Administrator.
It helps..
Regards,
Frank..!!
For those who are still getting this error even with the correct installer, make sure that you're running the setup file on your local hard drive.
My problem was that I was trying to launch the executable from a mapped network drive. Copying down and running the program locally fixed the issue.
Can you use another mirror? Try lug.mtu.edu or something like that. I've always had nothing but good results from there.
Was giving me the same Unable to get setup from ... error.
I used the new setup-x86_64.exe from the Cygwin.org site & had to select the option Use Internet Explorer Proxy Settings.
It fetched the mirror urls.
It worked that way for me.
But, if it does not fetch all the mirrors by itself, we can
add the url http://mirrors.kernel.org in the Download list.
Initially, when it was not downloading the mirrors list by itself, I had tried adding the above http://mirrors.kernel.org url manually & it had worked that way too.
Was facing the Same issue... Run the installer in administrator mode and set the FTP/HTTP proxy to the proxy setting configured in internet explorer. Later if the download doesn't occur try different proxies. Selecting this mirror http://mirrors.kernel.org worked for me.

Glassfish v3 Mac

I have trouble launching Glassfish v3 on Mac
In Windows, after installation of Glassfish v3 Shortcuts for Starting and Stopping server are added to Start Menu
In Mac how do I start the server? I tried executing ./asadmin start-domain domain1
but it gives me an error for missing .xml files
Any sort of help is appreciated,
Thank you
You don't mention how you installed, but it sounds like the install didn't complete correctly.
I start Glassfish on my Mac every day with
./asadmin start-domain
in the bin directory of the install home. Note that if you don't specify the domain, it uses domain1 as the default.
Try using the Unix installer, it's a self-extracting shell program - b69 is the latest for v3. After a complete install, it should work fine. The usual caveats (make sure you have enough diskspace, etc) apply.

Resources