[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
I have an installed 3.2.6 runtime and the EclipseIDE-Bundle. I added a server runtime and a server and now tried to start it. Worked well, but it remained Starting I watched the demos at http://docs.jboss.com/jbosside/jboss-as/demos/create_server.htm and tried the timeout trick. Now the

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-11-13 Thread SideWinder
Add: It works well with JBoss 4.0.4 (even without the timeout-trick). So maybe the configuration is wrong for 3.2.6. I can't move on to 4.0.4 so maybe there is a fix? best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985459#3985459

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-18 Thread mwr0707
From the JBossIDE2.0 announcement thread: anonymous wrote : Also, we have 4 new demotorials to help you migrate from JBossIDE 1.6 to JBossIDE 2.0, particularly surrounding our new JBossAS Adapter. You can find the links on the JBossAS Adapter New and Noteworthy page here: |

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-17 Thread mwr0707
anonymous wrote : The other way to do it is to right-click on the server and select Add/Remove Projects, then add the EJB project. Interesting... I tried that and it showed that the project was already configured. So I removed it from the configured list and clicked finish. Then I tried

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-16 Thread mwr0707
I had the same problem. I had originally installed JBoss 4.0.4GA using the Run Installer option, and chose to secure the admin console. I removed JBoss, downloaded the zip and did a simple unzip to reinstall. (Did not set up any security) I was able to start the server and deploy EAR files by

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-16 Thread [EMAIL PROTECTED]
mwr0707 wrote : Although I have been able to start the server in debug mode, I have not been able to deploy using DebugAs-Debug On Server Something has changed either in webtools or jst (ie in eclipse and upstream from us) which has broken DebugAs-Debug On Server for many project types. The

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-03 Thread humanlikerobot
I found something wrong with JBoss Server installation. JBoss Server Download Page http://labs.jboss.com/portal/jbossas/download At first, I click Run Installer. In this way, I got a problem what I wrote this topic. Next time, I click Download. download jboss zip and path-installer.jar. unpack

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-20 Thread vmnokso1
I wonder, if you have defined your server successfully. This happens by opening first the JBoss Server View Windows = Show view = Other.. = Server = JBoss Server View Then by right-clicking Jboss Server View = New = Server = Server window with name and home directory information When you have

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-20 Thread [EMAIL PROTECTED]
My impression is he might be using the alpha release instead of the beta1. I'm not sure if I remember it 100%, but the alpha release may or may not include a similar preference page under Window - Preferences - Servers - JBoss Servers. Again, not sure here. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-19 Thread humanlikerobot
Thanks vmnokso1. But I can't find JBoss servers. My preference window is here. http://sue.nae.to/screenshot/20060920.jpg I have failed in the installation of IDE ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972809#3972809 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-18 Thread [EMAIL PROTECTED]
What I think is happening is that twiddle is trying to see if the server is up, but it's not authenticated to. Do you have your jboss password protected? If yes, then the twiddle arguments probably need to be changed, however I'm not sure if the version you have has a twiddle tab in the server

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-18 Thread vmnokso1
I am using JBoss Eclipse IDE 2.0.0.Beta1. I can't find twiddle tab from Window = Prefereces. My jboss username and password are the same as my Windows username and password. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972373#3972373 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-18 Thread [EMAIL PROTECTED]
The twiddle tab wouldn't be under window - preferences. It would be under your server configuration. To find your server launch configuration, double click your server in the view to open the editor, and then click on the launch configuration hyperlink. There may or may not be a twiddle tab

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-18 Thread vmnokso1
I can't find anything about twiddle in the Edit launch configuration properties window. I seems to be best to wait for the next release. Thanks, Rob ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972394#3972394 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-18 Thread humanlikerobot
I start JBoss Server by command from windows-console. It works. Thanks rob, vmnokso1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972457#3972457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972457

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-17 Thread vmnokso1
There seems to also exist second type of Twiddle launch property: _CURRENT_STATE_ 5 _TIME_ 12 _ARGS_ -s localhost:1099 - a jmx/rmi/RKIAdaptor get jboss.system:type=Server Started 23:47:10, 968 ERROR [Twiddle]Exec failed java.lang.SecurityException: Failed to authenticate principal=null,

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-14 Thread vmnokso1
Rob Could you explain how to check the properties of twiddle launch. Right-clicking of twiddle launch item gives only Refresh Viewer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971471#3971471 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-14 Thread [EMAIL PROTECTED]
Simply click on the item and it's properties should show up in the properties view. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971561#3971561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971561

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-13 Thread vmnokso1
hello rob humanlikerobot In my case the last text in server.log is Started in XX m XX ms. The display in JBoss Server View differs from humanlikerobots case so, that I only have the structure Event log Starting server Console out but I have no Twiddle Launch messages at all. So in

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-13 Thread vmnokso1
Correction to my previous comment: In my server file the last text is Started in XX m XX ms. At moment my system seems not to update server.log file, but there I have last similar text, nut this must be from the previous server version Loaded properties, users=[admin] Loaded properties,

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-13 Thread vmnokso1
I deleted my server and created a new one by right-clicking the JBoss server View. Now my situation is the same as humanlikerobots. I get a only long list of Twiddle launch: Server is down- messages to the Event Log. The listing on the console tolds that the server has started. Probably there

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-13 Thread [EMAIL PROTECTED]
Humanlikerobot: What appears to be happening for you is that the twiddle execution is not occuring. Select some of the twiddle launch items and check their properties. For whatever reason, twiddle is not working for you. Maybe it can't find the binary for 'twiddle', maybe twiddle is just

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread vmnokso1
Hello My system behaves in a similar way, but in my case the status of the serves seems to be permanently Starting. Propably this depends on the settings we have used in Window = Preferences = JBoss Eclipse IDE = JBoss Servers. The time of the Start timeout seems not to depend on the settings

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread [EMAIL PROTECTED]
In the released beta there should be a preference page (window - preferences - jboss ide - jboss servers) in which you can select your server and set both its timeout duration and its action upon timeout. JBoss IDE polls the jboss server using twiddle, a JMX-based executable that comes with

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread vmnokso1
Thanks for Your answer, Rob. In my case the listing on the console ends with 17:02:34,875 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 47s:141ms but the status of the Server in the Jboss Server View remains Starting. After 450

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread [EMAIL PROTECTED]
Hi: I'm not concerned with what is in the console window. That details how the server itself is starting, and is not an issue here. The issue here is the IDE terminating the process when it shouldn't. What I'm looking for is information from the JBoss Servers View when you expand the Event

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-09-12 Thread humanlikerobot
thank you all. Here is preparation. check this jpg. This is all of my trouble. Console window is as same as vmnokso1. http://sue.nae.to/screenshot/20060913.jpg vmnokso1, did you check the log file {jbosshome}\server\default\log\server.log ? can you find following message after Started in XXm