Pages

ads

August 25, 2011

Fail Running Glassfish server on port 8080

When running Glassfish server on Netbeans IDE we get this error message :

INFO: GlassFish Server Open Source Edition 3.1.1 (12) startup time : Felix (1.969ms), startup services(1.140ms), total(3.109ms)
SEVERE: Shutting down v3 due to startup exception : No free port within range: 8080=com.sun.enterprise.v3.services.impl.monitor.MonitorableSelectorHandler@52d654
INFO: Server shutdown initiated
INFO: Already stopped, so just returning

On this case maybe the port is conflict with other application.

Try change the port with edit your 'domain.xml' at 'C:\Documents and Settings\Nasril\GlassFish_Server\glassfish\domains\domain1\config' directory or other place your glassfish installation directory.

 Change following parameter port "8080" to other port on my case I chang the port to "8081" at

<network-listener name="http-listener-1" port="8081" protocol="http-listener-1" thread-pool="http-thread-pool" transport="tcp"</network-listener>
Restart your Glassfish.

April 2, 2011

Netbeans 7.0 release

Hello friend, if you like Netbean, there nice info that Netbeans will be release there 7.0 version at
Mon, 04 Apr 2011 09:00:00 GMT
Enhanced by Zemanta

January 15, 2011

Change boot Order on Ubuntu 10.10

For new user Ubuntu 10.10 and using multiboot system and using grub as bootloader, by default linux not give setting for change boot order. Example you want to use 'Windows XP/7' as default boot.

This trick may be can help you.
- install 'startupmanager' -> from menu select 'System' ->Administration->Synaptic Packager Manager-> find for 'startupmanager' then install that.

After install startupmanager, running that from System->Adminstration->StartUp-Manager->then change 'Default operating system' to O/S you like. Then close.
Enhanced by Zemanta

November 17, 2010

Ubuntu 10.10 Can not Select Framework on Netbeans 6.9.1

When we create new Project and want to select Framework like 'Java Server Faces' or other there is a check box that can not be check :(.
This Problem because Java Platform (java-6-open-jdk) is not Compatible with Ubuntu 10.10.
The solution is try using 'java-6-sun' on Synaptic known as 'sun-java6-jdk'
Edit netbeans.conf and change
netbeans_jdkhome="/usr/lib/jvm/java-6-sun"

Enhanced by Zemanta

July 11, 2010

Mandriva Linux 2010 Spring

Mandriva has been launch new Mandriva Linux 2010 Spring with new feature:
1. Gnome 2.30.1
2. KDE 4.4.3
3. Mandriva Smart Desktop
Download Mandriva Linux 2010
Video.Mandriva 2010 Linux for Everyone (Simple,open,innovative, faster and fun!, Volume four Number one)

June 18, 2010

Netbeans 6.9 Release

Do you like Netbean?
Now Netbeans 6.9 can be download download page.
My Tips is download only what application do you want to develop, on my case only PHP. This will give you more speed on first run IDE.

Enhanced by Zemanta

April 2, 2010

Connect Internet Opensuse 11.2 via Windows Mobile

My Notebook is HP Probook 4410s (Opensuse 11.2) can connected to internet with my Windows Mobile 6.5 with Internet sharing is very simple and speed so high.. I think this is a ferfect combination to have Internet connection.
Enhanced by Zemanta