Websphere Application server doesnt start - rad

Hello everyone Im going crazy trying to fix this problem. My WAS was working fine and my application was working. Today I had to update my application and for some reason I was getting an error and my appserver stopped working. So I created a new profile but now every time I try to start the server I get the following error. I searched around and it sounds like the port issue or an existing instance can someone please help me solve this. Please help!

I downloaded TCPview to check which port was still active once I closed the connection it was good to go!

Related

TouchDesigner, WebSocket connection error

I'm trying to connect obniz which is a microcomputer board and touch designer(TD) via WebSocket but it's not succeeded.
I wrote the correct net work address on TD but responses were never returned.
What I have confirmed
settings of obniz : OK
realtime web test :web socket is seems to work
I also asked to a friend of mine to do the same things using his laptop and he was succeeded. It seems to some settings wrong on my TD. Do you know how to solve it? I really appreciate with your support!
enter image description here

Unable to Connect To GoogleFit

I am trying to connect to Googlefit but i am getting a strange error code as below
E/GooglePlayServicesUtil﹕ Unexpected error code 5005
Does anybody have any idea about this.Thanks In advance
I solved the error with the help of the answer in this post:
https://stackoverflow.com/a/28391583/2977169
#Sumoanand:
I also faced similar problem.
This issue occurs if app is not registered properly in google developer console.
I think you have registered app on Google developer Console using production keystore certificate fingerprint(SHA1) where as you are testing it on app which has debug keystore.
Perform following steps:
Create one more client Id using debug keystore certificate fingerprint(SHA1).
Uninstall existing app.
Install app & connect to Google fit.
Check under google fit app & make sure that your app is listed as a connected app (... > Settings > Connected apps > Connected apps & devices).
Now run the above code & it will work !!!
I had this error and the consent screen had been filled in correctly. The only way I could get around this was to delete the project and re-create it.
I changed my device date time to past time before connect to Google Fit and I got error 5005.
After changed to current time, it works :)

Losing session Item

I have a website that when I browse from IE9 it loses Session item. This does not happen when using vs to test. This is happening on my pc and on the server where I have it deployed but works from other pcs. I have deleted all cashed pages and have tried multiple logons. So for the last 6 hours I have been banging my head against a wall.
Works when you browse to the site by the ip. Any ideas?
Do you have cookies enable on your PC.
Seem to recall I had a similar problem.
If cookies are not enabled then the session variables does not work.
http://forums.asp.net/t/1804941.aspx/1?Session+Variables+make+use+of+cookies+
Answer provided by Jason Akin (original asker):
Issue was caused by an underscore in the host name. Evidently this is not something you should do. Took a while to figure this out. Well leason learned.
Hopefully this will help someone else out.

WCF service not reachable (selfhosted)

today i decided to have a look at WCF and the example worked so nicely on my localhost that i tried to run in on my server too, so i compiled it with the correct host(tested both,ip and domain) and uploaded it to my server
you can see the sourcecode here:
http://pastebin.com/YiCR0RCf
the problem is,that i can't add the service to my client application, nor can i open the http site in my browser (localhost it worked just fine)
i'm running this on a windows root server and disabled the firewall for this program.
Would be great if you could give me a hint in getting this to work correctly, as i spent the last 2 hours with randomly changing code and uploading the program hoping that it would work now.
Thanks
Ok it was the windows firewall, i completely disabled it(added an exception before,but that didn't help as i know now) and it works.
thanks anyways

GCM does dot work with GPRS but works fine with WIFI?

I have searched for the solution but i did not get any solution for the above problem. Please let me know if anybody knows why this happens with gcm. I have implemented gcm as per the google doc it works fine when I ran using wifi but it fails(device will not register on server and force close error occurs on app side) when I try to run using gprs.
Please help. I am stucked with this.
Please refer to the link http://www.youtube.com/watch?v=YoaP6hcDctM there it was answer to one of the question that it will work with wifi only