This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248120 - IDE cannot start new tomcat installation
Summary: IDE cannot start new tomcat installation
Status: RESOLVED DUPLICATE of bug 248182
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-23 00:13 UTC by bht
Modified: 2014-11-14 09:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (232.00 KB, application/octet-stream)
2014-10-23 20:39 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2014-10-23 00:13:21 UTC
Error in IDE output window: 

| was unexpected at this time.

Please note the "|" pipe delimiter which indicates that there might be a space in path type of problem.

I can start the server in the bin directory using the startup.bat file.




  Product Version         = NetBeans IDE 8.0 (Build 201403101706) (#b8e35b888b3f)
  Operating System        = Windows Server 2008 R2 version 6.1 running on amd64
  Java; VM; Vendor        = 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0_25-b17
  Java Home               = D:\apps\Java\jdk1.7.0_25\jre
  System Locale; Encoding = en_NZ (nb); Cp1252


Installed tomcat from 
apache-tomcat-7.0.56.zip

IDE server registration at:

D:\apps\apache-tomcat-7.0.56


I cannot see any issues in the IDE log.

The frustrating part is that this message seems to be the only trace of the problem, and it really does not give any indication of what the problem is.

The server log as printed int he IDE output window:


23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@73fc3c84')
23/10/2014 12:06:55 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
23/10/2014 12:06:55 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Comment 1 Petr Hejl 2014-10-23 10:07:56 UTC
Please attach the whole IDE log. It is not clear where does this message come from. Thanks.
Comment 2 bht 2014-10-23 20:39:22 UTC
Created attachment 150095 [details]
IDE log

There are actually tomcat specific errors in the log, sorry. I could reproduce this error on two different computers.
Comment 3 Petr Hejl 2014-11-14 09:22:01 UTC
Theres more info in bug 248182.

*** This bug has been marked as a duplicate of bug 248182 ***