Results 1 to 2 of 2
Thread: Deployment error in Netbeans
- 01-06-2009, 05:31 AM #1
Member
- Join Date
- Jan 2009
- Posts
- 1
- Rep Power
- 0
Deployment error in Netbeans
I have created a project in Netbeans but whenever I run the project
(or even a single jsp) it gives the message that there is conflict on port 8080.Check the server logs for details....wht to do??
I am using oracle 9i SQL plus as the backend and have provided the connectivity.
The exact error msg is as shown:
C:\Documents and Settings\259241\My Documents\NetBeansProjects\GPA_new\nbproject\build-impl.xml:552: Deployment error:
Please help!!
- 01-06-2009, 08:08 AM #2
Senior Member
- Join Date
- Dec 2008
- Location
- Kolkata
- Posts
- 280
- Rep Power
- 5
It seems that two services are running on the same port. When you run any web project from net beans which server is getting selected, glassfish/tomcat? As from the port number you mentioned it looks to me tomcat is getting selected which typically runs on port 8080 and on same port probably oracle http server is also running. So you can try either of the two ways, when u make the new web project select glass fish as the target server or else
stop the oracle http server from control panel-admin tools- services.
Similar Threads
-
Compiles in Netbeans, error in textpad
By Npcomplete in forum New To JavaReplies: 2Last Post: 11-21-2008, 04:50 AM -
Deployment error in Sun App Server 8.2
By careychua in forum Enterprise JavaBeans (EJB)Replies: 0Last Post: 10-30-2008, 01:52 AM -
NetBeans IDE 5 server error
By aditya in forum NetBeansReplies: 0Last Post: 10-28-2008, 04:56 AM -
[SOLVED] Deployment error:
By Nicholas Jordan in forum NetBeansReplies: 0Last Post: 08-02-2008, 12:19 AM -
NetBeans error
By michcio in forum New To JavaReplies: 1Last Post: 01-27-2008, 11:09 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks