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 247613 - AssertionError: null
Summary: AssertionError: null
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-01 06:56 UTC by Exceptions Reporter
Modified: 2017-12-13 23:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212363


Attachments
stacktrace (984 bytes, text/plain)
2014-10-01 06:56 UTC, Exceptions Reporter
Details
stacktrace (984 bytes, text/plain)
2017-12-13 23:14 UTC, Vitex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-01 06:56:27 UTC
This bug was originally marked as duplicate of bug 183027, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: OpenJDK 64-Bit Server VM, 24.65-b04, OpenJDK Runtime Environment, 1.7.0_65-mockbuild_2014_07_17_14_16-b00
OS: Linux

User Comments:
GUEST: <?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="run" transaction_id="5003" status="stopping" reason="ok"></response>
<?xml version="1.0" encoding="iso-8859-1"?>
<response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="property_get" transaction_id="5004"><error code="5"><message><![CDATA[command is not available]]></message></error></response>
<?xml version="1.0" encoding="iso-8859-1"?>
<init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="file:///var/www/sd/web/app_dev.php" language="PHP" protocol_version="1.0" appid="12359" idekey="netbeans-xdebug"><engine version="2.2.5"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2014 by Derick Rethans]]></copyright></init>
FINE [org.netbeans.modules.php.dbgp.packets.DbgpComman




Stacktrace: 
java.lang.AssertionError: null
   at org.netbeans.modules.php.dbgp.packets.InitMessage.setFeature(InitMessage.java:121)
   at org.netbeans.modules.php.dbgp.packets.InitMessage.setShowHidden(InitMessage.java:105)
   at org.netbeans.modules.php.dbgp.packets.InitMessage.process(InitMessage.java:80)
   at org.netbeans.modules.php.dbgp.DebugSession.handleMessage(DebugSession.java:287)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:268)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:253)
Comment 1 Exceptions Reporter 2014-10-01 06:56:29 UTC
Created attachment 149635 [details]
stacktrace
Comment 2 Vitex 2017-12-13 23:14:55 UTC
Created attachment 165563 [details]
stacktrace

editing php code