Hi,

> The Web Console server could not be started.
> Possible cause: another server is already running at http://169.254.19.57:8082

The reason for this error message is most likely, that another server
is already running at http://169.254.19.57:8082.

Regards,
Thomas


On Mon, Mar 12, 2012 at 9:06 AM, Thomas Mueller
<[email protected]> wrote:
> Hi,
>
> I suggest to buy a book about Eclipse.
>
> Regards,
> Thomas
>
>
> On Saturday, March 10, 2012, 齐哲之 wrote:
>>
>> Hi all,
>>
>> I've already read the h2doc and the javadoc.
>> I've import the source code into the Eclipse.
>>
>> How can I debug the source code in order to figure out how the database
>> works,
>> with inputting something like "create table","insert into" or something
>> else?
>>
>> By the way,I don't know how to run the source code in Eclipse actually.
>>
>> To sum up,
>> 1、how to input?
>> 2、how to debug?
>>
>>
>> The Web Console server could not be started. Possible cause: another
>> server is already running at http://169.254.19.57:8082
>> Exception in thread "main" org.h2.jdbc.JdbcSQLException: Exception opening
>> port "8082" (port may be in use), cause: "java.net.BindException: Address
>> already in use: JVM_Bind" [90061-163]
>>     at
>> org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
>>     at org.h2.message.DbException.get(DbException.java:158)
>>     at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:190)
>>     at org.h2.util.NetUtils.createServerSocket(NetUtils.java:156)
>>     at org.h2.server.web.WebServer.start(WebServer.java:331)
>>     at org.h2.tools.Server.start(Server.java:455)
>>     at org.h2.tools.Server.runTool(Server.java:308)
>>     at org.h2.tools.Server.main(Server.java:116)
>> Caused by: java.net.BindException: Address already in use: JVM_Bind
>>     at java.net.PlainSocketImpl.socketBind(Native Method)
>>     at java.net.PlainSocketImpl.bind(Unknown Source)
>>     at java.net.ServerSocket.bind(Unknown Source)
>>     at java.net.ServerSocket.<init>(Unknown Source)
>>     at java.net.ServerSocket.<init>(Unknown Source)
>>     at org.h2.util.NetUtils.createServerSocketTry(NetUtils.java:186)
>>     ... 5 more
>>
>> Thank you all,
>> Best Regards,
>> Jasonqi
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "H2 Database" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/h2-database?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to