I am having issues with RAD7.
My server will not start for me today. I am working from home and connected to the VPN. Everything works except my server in RAD. It worked fine yesterday in work and had previously worked when I was at home but that was a few weeks ago.
Are there any settings that I should look out for? I have disabled my proxy settings in RAD and turned off everything in my firewall. I can ping all the DBs that the server is connecting to.
I have even removed all the projects from the server and it will still not start. It keeps trying and then times out after 300s.
Any suggestions?
I got a similar error while Starting WebSphere Commerce server v7. This error in my case was caused by me increasing the Maximum Heap size to 2096. I reduced the heap size to 1536 and it worked. None of the errors/trace files indicated this problem.
I had this problem too. Double-click on the server to open the server 'OVERVIEW' tab/view. Scroll down to the section under 'Optimize server start for development:'; uncheck 'Start server with a generated script'. This worked for me. good luck.
I have had this problem once before. I wasn't able to figure out what went wrong, but deleting that server and creating a new one (under Window -> Preferences -> Server -> WebSphere Application Server) fixed the problem.
Re the file not found exception. Make sure the directory path in Windows is of the CoRRectCase, e.g., GALFTGA342130Node01Cell-> galftga342130Node01Cell. I've encountered this on various RAD installations.
With reference to your following comment -
I looked at startserver.log and I saw a file not found exception for this file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\config\cells\GALFTGA342130Node01Cell\nodes\GALFTGA342130Node01\serverindex.xml. I checked and the file exists but when I try to open it, I get told access denied.
this link may help you in understanding the problem. it says -
This is a permissions issue caused by the automatic port detection routine. If any profiles already exist and were created as a different user, the port detection routine will try to open the serverindex.xml file in each profile and will fail.
You should set appropriate permissions for your user.
after working several hours in my case I found the solution I hope it works for you ; change my JDK to alternate JRE
Related
I've been digging up the internet for the solution for this problem but did not find any concrete solution. What I've found is "Switch Location" in server properties and/or changing Server location into "Use Tomcat installation (takes control of Tomcat installation)" but none of these worked for me.
Console in Eclipse during start does not show any problem and always end with suspiciously short server start up. "INFO: Server startup in 7927 ms"
Am I missing some other fix to fix this? Hope you could help me. Thanks a lot in advance guys!
To associate the project with the server, right-click the Tomcat server you created in the Server view and select Add and remove projects. Select the service and client projects from the Available projects list and click Add.
I'm trying to use the auto-update feature of install4j. The updater is configured as stand-alone and is launched by the user from a menu item with the code snippet from the installer configuration. The updates.xml URL is configured in the Auto-Update Options screen.
The updater is started correctly but then it fails with the error "The update information could not be downloaded from ". The URL is correct and the xml file can be viewed from a web browser on the same client computer. I tried disabling the firewall and antivirus, but nothing has changed.
I use install4j version 6.1.6 and the target platform is Windows (tested on Win7 and WinXP just in case).
Can anyone suggest a possible reason for this failure and/or a way to get more diagnostic information?
Thanks in advance
Sasha
I solved the problem by disabling browser integrity check in the CloudFlare settings. This means that install4j is sending malformed HTTP headers that are interpreted by the CloudFlare firewall as suspicious.
I do hope that this install4j bug will be fixed, since allowing access at the CloudFlare level means that the server is more exposed to actual threats.
I'm trying to setup github with netbeans using the https path. I go to the push menu and enter the info it needs for repo URL and username/password but when I hit next it just says "Cannot connect to the remote repository at my repository" I've done a little bit of research but nothing has helped so far.
I tried reinstalling netbeans but i'm getting the same error. I should also mention that it works just fine on my laptop.
It appears that netbeans has no network connectivity. It fails to check for updates as well. I tried disabling anti-virus and firewall but neither helped. My computer definitely has internet. I successfully checked updates on my laptop which was on the same network.
The main error that I keep seeing is Unexpected end of file from server whenever I check for updates or test connection in options.
Here is a link to the relevant log: Pastebin LogFile
Found the culprit. Apparently Covenant Eyes is blocking all network connectivity within NetBeans. After reinstalling Covenant Eyes it appears to working now. For now i'm going to mark this as solved unless something else comes up.
I'm trying to get Samsung Remote Test Lab working on my Windows 8 machine, but I get an error whenever I try to run their JNPL file downloaded from the site:
"Application Blocked by Security Settings" : "Your security settings have blocked a self-signed application from running"
I've looked at adding an exception in the Java security settings, but don't know what address to specify in the exception.
Anyone come across this problem or suggestions on how to get around it?
I had the same issue on Mac.
I "solved" it by going to System Preferences -> Java -> Security and changing Security Level from High to Medium.
The other solution explained here would be adding the URL to the exception list.
The URL would be http://img-developer.samsung.com I think, I haven't tried that though.
After running app-engine java project multiple times in eclipse, app-engine local server doesn't work. I am getting error "This webpage is not available" in Google chrome. But eclipse console says that "dev App Server is now running". But using dev_appserver.cmd works fine, it is too difficult when developing the project. Any ideas to solve this?
PS: rerunning is done after stopping the current execution of the server.
Choose 'Automatically select an unused port' in debug configuration.
Local server will start every time on different port, but it should solve your problem.
try to change the configuration by "run as" or "debug as" and check server and port no.
Also ensure that in Windows>>preference>>java>>jre a path to jdk (not jre) is selected.
Please provide more details of the problem if it is still there.